#ajax #angular #best-practices #csharp #crud #cheatsheet #cloud-computing #coding-tips #colors #computer-security #dns #datatables #decryption #docker #ec2 #encryption #engineering-values #git #google-charts #illustration-arts #inno-setup #inspiration #installscript #installshield #javascript #jekyll #keycloak #liquid #mvvm #multithreading #notes #open-source #php #pascal #password #poem #poetry #powershell #programming #project #scripting #serialport #singleton #software-engineering #typescript #user-authentication #utility #vulnerability #wpf #wix-toolset #windows #windows-installer #jquery #nginx
#ajax
This is how I created a simple CRUD-based web app for internal equipment tracking using PHP, AJAX and DataTables. — 2017.03.04
#angular
Another method of intercomponent communication to minimize the number of event subscriptions in Angular components. — 2020.12.28
Tips on how to do proper service subscription in Angular component using ReplaySubject(1) and takeUntil pipe. — 2020.10.07
A collection of some Angular best practices that I have been using while working with Angular-based projects. — 2020.06.19
#best-practices
Another method of intercomponent communication to minimize the number of event subscriptions in Angular components. — 2020.12.28
Tips on how to do proper service subscription in Angular component using ReplaySubject(1) and takeUntil pipe. — 2020.10.07
A collection of some Angular best practices that I have been using while working with Angular-based projects. — 2020.06.19
I have been using this mental model to improve how I do coding and writing a better code. — 2019.11.09
#csharp
A simple .NET GUI application based on AForge libraries to analyze motion, capture image and perform data logging from a live webcam feed. — 2019.08.24
A simple .NET C# tutorial for creating WPF Cascaded ComboBox using MVVM design pattern. — 2018.08.19
A lightweight console app written in .NET C# to log serial data received from a serial data communication protocol. — 2017.02.17
Just another PowerShell scripter tool written in .NET C# and WPF to manage, run and learn PowerShell scripting. — 2016.12.29
Just another simple logger utility class that I wrote for my own use in some of my .NET projects. — 2016.12.26
A simple command-line utility program to crawl all accessible directories recursively within a target directory. — 2016.12.22
A snippet of singleton class written in .NET C# for handling serial data communication. — 2016.12.17
Let's learn how to use lambda expression, delegate, predicate and closure in .NET C# code. — 2016.11.27
Demonstrating multithreading programming available in .NET System.Threading. — 2016.05.05
How to convert your C# class to become a singleton pattern based on System.Lazy — 2016.05.05
#crud
This is how I created a simple CRUD-based web app for internal equipment tracking using PHP, AJAX and DataTables. — 2017.03.04
#cheatsheet
This is a simple collection of git commands that I have been using for most of the time. — 2019.11.16
#cloud-computing
This is how I configure my EC2 instance to work with multiple DNS and proxify the traffic through nginx to respective services that are running in Docker containers. — 2020.09.17
#coding-tips
I have been using this mental model to improve how I do coding and writing a better code. — 2019.11.09
#colors
A good color set to get started with new design project that can work better for both in light and dark theme. — 2019.11.13
#computer-security
This is an opinionated guide to learning about computer security (independently of a university or training program), starting with the absolute basics (suitable for someone without any exposure to or knowledge of computer security) and moving into progressively more difficult subject matter. — 2020.06.25
#dns
This is how I configure my EC2 instance to work with multiple DNS and proxify the traffic through nginx to respective services that are running in Docker containers. — 2020.09.17
#datatables
This is how I created a simple CRUD-based web app for internal equipment tracking using PHP, AJAX and DataTables. — 2017.03.04
#decryption
Building a secure function to encrypt and decrypt sensitive data in PHP. — 2015.08.17
#docker
This is how I configure my EC2 instance to work with multiple DNS and proxify the traffic through nginx to respective services that are running in Docker containers. — 2020.09.17
#ec2
This is how I configure my EC2 instance to work with multiple DNS and proxify the traffic through nginx to respective services that are running in Docker containers. — 2020.09.17
#encryption
Building a secure function to encrypt and decrypt sensitive data in PHP. — 2015.08.17
#engineering-values
Engineering values that make a software engineer becomes a great one. — 2020.06.24
#git
This is a simple collection of git commands that I have been using for most of the time. — 2019.11.16
#google-charts
Creating my responsive daily routine timeline using Google Charts with just few lines of HTML and JavaScript code. — 2017.02.13
#illustration-arts
An inspiring collection of open source illustrations kit by Vijay Verma. — 2019.12.03
#inno-setup
Inno Setup is a free script-driven installation system software for creating Windows application installer that surpasses many commercial installers in feature set and stability. — 2018.05.23
#inspiration
A sweet and inspiring comic dedicated to my beloved daughter, Mawar Allyssa about the feeling that I had when I'm growing old. — 2019.12.21
An inspiring collection of open source illustrations kit by Vijay Verma. — 2019.12.03
Based on "Tick-tock. Tick-tock." by Zeno & Carol — 2015.08.01
#installscript
This is how I dynamically modify the file content by using deferred custom action with InstallScript to do a find-and-replace of a string during installation time in InstallShield Basic MSI. — 2018.06.05
#installshield
This is how I dynamically modify the file content by using deferred custom action with InstallScript to do a find-and-replace of a string during installation time in InstallShield Basic MSI. — 2018.06.05
#javascript
This is how I created a simple CRUD-based web app for internal equipment tracking using PHP, AJAX and DataTables. — 2017.03.04
Creating my responsive daily routine timeline using Google Charts with just few lines of HTML and JavaScript code. — 2017.02.13
#jekyll
This is how I implemented a better way to insert captioned images in my blog site using the Liquid syntax. — 2018.07.13
#keycloak
Keycloak is an open source Single Sign-On (SSO) solution for web apps and RESTful web services. — 2020.09.13
#liquid
This is how I implemented a better way to insert captioned images in my blog site using the Liquid syntax. — 2018.07.13
#mvvm
A simple .NET C# tutorial for creating WPF Cascaded ComboBox using MVVM design pattern. — 2018.08.19
#multithreading
Demonstrating multithreading programming available in .NET System.Threading. — 2016.05.05
#notes
This is an opinionated guide to learning about computer security (independently of a university or training program), starting with the absolute basics (suitable for someone without any exposure to or knowledge of computer security) and moving into progressively more difficult subject matter. — 2020.06.25
#open-source
Keycloak is an open source Single Sign-On (SSO) solution for web apps and RESTful web services. — 2020.09.13
A lightweight console app written in .NET C# to log serial data received from a serial data communication protocol. — 2017.02.17
Just another PowerShell scripter tool written in .NET C# and WPF to manage, run and learn PowerShell scripting. — 2016.12.29
A simple command-line utility program to crawl all accessible directories recursively within a target directory. — 2016.12.22
#php
This is how I created a simple CRUD-based web app for internal equipment tracking using PHP, AJAX and DataTables. — 2017.03.04
A compilation of (some) commonly used PHP code snippets that I have been using for years in my PHP projects. — 2017.02.11
Starting PHP version 5.5 onwards, password hashing in PHP applications would be easier as the new native password hashing functions have been introduced. — 2015.10.01
Building a secure function to encrypt and decrypt sensitive data in PHP. — 2015.08.17
#pascal
Inno Setup is a free script-driven installation system software for creating Windows application installer that surpasses many commercial installers in feature set and stability. — 2018.05.23
#password
A simple how-to article demonstrating existing vulnerability that makes your Windows passwords are hackable. — 2016.12.29
Starting PHP version 5.5 onwards, password hashing in PHP applications would be easier as the new native password hashing functions have been introduced. — 2015.10.01
#poem
A sweet and inspiring comic dedicated to my beloved daughter, Mawar Allyssa about the feeling that I had when I'm growing old. — 2019.12.21
#powershell
Automate your task on sending email notification in Windows system using PowerShell script and Windows SMTP Client. — 2017.03.14
Just another PowerShell scripter tool written in .NET C# and WPF to manage, run and learn PowerShell scripting. — 2016.12.29
A simple and complete PowerShell script for reading serial data from a Serial Port and export it into a file. — 2016.12.21
#programming
Another method of intercomponent communication to minimize the number of event subscriptions in Angular components. — 2020.12.28
Tips on how to do proper service subscription in Angular component using ReplaySubject(1) and takeUntil pipe. — 2020.10.07
A simple .NET C# tutorial for creating WPF Cascaded ComboBox using MVVM design pattern. — 2018.08.19
This is how I implemented a better way to insert captioned images in my blog site using the Liquid syntax. — 2018.07.13
This is how I dynamically modify the file content by using deferred custom action with InstallScript to do a find-and-replace of a string during installation time in InstallShield Basic MSI. — 2018.06.05
This is a step-by-step walkthrough on how to write XML script to create a simple MSI setup with WiX Toolset. — 2018.06.02
This is how I created my custom bootstrapper and bootstrapping my MSI setup installer using a WiX bootstrapper known as Burn. — 2018.05.29
This is how I created a basic MSI setup for my app installer using WiX Toolset. — 2018.05.27
Inno Setup is a free script-driven installation system software for creating Windows application installer that surpasses many commercial installers in feature set and stability. — 2018.05.23
Automate your task on sending email notification in Windows system using PowerShell script and Windows SMTP Client. — 2017.03.14
This is how I created a simple CRUD-based web app for internal equipment tracking using PHP, AJAX and DataTables. — 2017.03.04
Creating my responsive daily routine timeline using Google Charts with just few lines of HTML and JavaScript code. — 2017.02.13
A compilation of (some) commonly used PHP code snippets that I have been using for years in my PHP projects. — 2017.02.11
Just another simple logger utility class that I wrote for my own use in some of my .NET projects. — 2016.12.26
A simple and complete PowerShell script for reading serial data from a Serial Port and export it into a file. — 2016.12.21
A snippet of singleton class written in .NET C# for handling serial data communication. — 2016.12.17
Let's learn how to use lambda expression, delegate, predicate and closure in .NET C# code. — 2016.11.27
Demonstrating multithreading programming available in .NET System.Threading. — 2016.05.05
How to convert your C# class to become a singleton pattern based on System.Lazy — 2016.05.05
Starting PHP version 5.5 onwards, password hashing in PHP applications would be easier as the new native password hashing functions have been introduced. — 2015.10.01
Building a secure function to encrypt and decrypt sensitive data in PHP. — 2015.08.17
#project
A simple .NET GUI application based on AForge libraries to analyze motion, capture image and perform data logging from a live webcam feed. — 2019.08.24
A lightweight console app written in .NET C# to log serial data received from a serial data communication protocol. — 2017.02.17
Just another PowerShell scripter tool written in .NET C# and WPF to manage, run and learn PowerShell scripting. — 2016.12.29
A simple command-line utility program to crawl all accessible directories recursively within a target directory. — 2016.12.22
#scripting
A simple and complete PowerShell script for reading serial data from a Serial Port and export it into a file. — 2016.12.21
#serialport
A lightweight console app written in .NET C# to log serial data received from a serial data communication protocol. — 2017.02.17
A simple and complete PowerShell script for reading serial data from a Serial Port and export it into a file. — 2016.12.21
A snippet of singleton class written in .NET C# for handling serial data communication. — 2016.12.17
#singleton
How to convert your C# class to become a singleton pattern based on System.Lazy — 2016.05.05
#software-engineering
Engineering values that make a software engineer becomes a great one. — 2020.06.24
This is a simple collection of git commands that I have been using for most of the time. — 2019.11.16
I have been using this mental model to improve how I do coding and writing a better code. — 2019.11.09
#typescript
Another method of intercomponent communication to minimize the number of event subscriptions in Angular components. — 2020.12.28
Tips on how to do proper service subscription in Angular component using ReplaySubject(1) and takeUntil pipe. — 2020.10.07
A collection of some Angular best practices that I have been using while working with Angular-based projects. — 2020.06.19
#user-authentication
Keycloak is an open source Single Sign-On (SSO) solution for web apps and RESTful web services. — 2020.09.13
#utility
Just another simple logger utility class that I wrote for my own use in some of my .NET projects. — 2016.12.26
A simple command-line utility program to crawl all accessible directories recursively within a target directory. — 2016.12.22
#vulnerability
A simple how-to article demonstrating existing vulnerability that makes your Windows passwords are hackable. — 2016.12.29
#wpf
A simple .NET GUI application based on AForge libraries to analyze motion, capture image and perform data logging from a live webcam feed. — 2019.08.24
A simple .NET C# tutorial for creating WPF Cascaded ComboBox using MVVM design pattern. — 2018.08.19
Just another PowerShell scripter tool written in .NET C# and WPF to manage, run and learn PowerShell scripting. — 2016.12.29
#wix-toolset
This is a step-by-step walkthrough on how to write XML script to create a simple MSI setup with WiX Toolset. — 2018.06.02
This is how I created my custom bootstrapper and bootstrapping my MSI setup installer using a WiX bootstrapper known as Burn. — 2018.05.29
This is how I created a basic MSI setup for my app installer using WiX Toolset. — 2018.05.27
#windows
A simple how-to article demonstrating existing vulnerability that makes your Windows passwords are hackable. — 2016.12.29
#windows-installer
This is how I dynamically modify the file content by using deferred custom action with InstallScript to do a find-and-replace of a string during installation time in InstallShield Basic MSI. — 2018.06.05
This is a step-by-step walkthrough on how to write XML script to create a simple MSI setup with WiX Toolset. — 2018.06.02
This is how I created my custom bootstrapper and bootstrapping my MSI setup installer using a WiX bootstrapper known as Burn. — 2018.05.29
This is how I created a basic MSI setup for my app installer using WiX Toolset. — 2018.05.27
Inno Setup is a free script-driven installation system software for creating Windows application installer that surpasses many commercial installers in feature set and stability. — 2018.05.23
#jquery
This is how I created a simple CRUD-based web app for internal equipment tracking using PHP, AJAX and DataTables. — 2017.03.04
#nginx
This is how I configure my EC2 instance to work with multiple DNS and proxify the traffic through nginx to respective services that are running in Docker containers. — 2020.09.17