#ai #android-tablet #arduino #best-practices #chatbot #cheatsheet #cloud-computing #coding-tips #covid-19 #csharp #design-pattern #dns #docker #docker-compose #dotnet #ec2 #git #howto #illustration #inspiration #installscript #installshield #keycloak #life-advice #lifestyle #mirc #multithreading #mvvm #nginx #password #photojournal #php #poem #powershell #programming #rest-api #serial-port #sleep-deprivation #snippet #software-engineering #sso #tips #uiux #user-authentication #vector-graphic #web-colors #windows #windows-installer #wix-toolset
#ai
- From mIRC to chatbots
A personal journey in building intelligent chatbots.
#android-tablet
- Using Android tablet as an extend screen on Windows PC
The cheapest way to repurpose the old unused Android tablet to be an extra extend screen for Windows PC.
#arduino
- SerialPortManager.cs
A snippet of singleton class implemented in .NET C# to manage serial data communication.
#best-practices
- Coding
A mental model that you need to be a proficient computer programmer.
#chatbot
- From mIRC to chatbots
A personal journey in building intelligent chatbots.
#cheatsheet
- Git cheatsheet
This is a simple collection of git commands that I have been using for the most of time.
#cloud-computing
- Containerized LAMP stack deployment with Nginx
This is how I configured my EC2 instance to work with multiple DNS and proxify the traffic through Nginx to respective services that were running in Docker containers.
#coding-tips
- Coding
A mental model that you need to be a proficient computer programmer.
#covid-19
- COVID-19 in Malaysia
A global pandemic event that surprised the whole world in 2020.
#csharp
- MVVM design pattern
Gain insight into the MVVM design pattern, grasp its advantages, and learn how to integrate it into our .NET WPF projects. - SerialPortManager.cs
A snippet of singleton class implemented in .NET C# to manage serial data communication. - Lambda Expression, Delegate, Predicate and Closure in .NET
Let's learn how to use lambda expression, delegate, predicate and closure in .NET C# code. - Multithreading programming
Demonstrating multithreading programming available in .NET System.Threading.
#design-pattern
- MVVM design pattern
Gain insight into the MVVM design pattern, grasp its advantages, and learn how to integrate it into our .NET WPF projects.
#dns
- Containerized LAMP stack deployment with Nginx
This is how I configured my EC2 instance to work with multiple DNS and proxify the traffic through Nginx to respective services that were running in Docker containers.
#docker
- Containerized LAMP stack deployment with Nginx
This is how I configured my EC2 instance to work with multiple DNS and proxify the traffic through Nginx to respective services that were running in Docker containers.
#docker-compose
- SSO with Keycloak
Keycloak is an open source Single Sign-On (SSO) solution for web apps and RESTful web services.
#dotnet
- MVVM design pattern
Gain insight into the MVVM design pattern, grasp its advantages, and learn how to integrate it into our .NET WPF projects. - SerialPortManager.cs
A snippet of singleton class implemented in .NET C# to manage serial data communication. - Lambda Expression, Delegate, Predicate and Closure in .NET
Let's learn how to use lambda expression, delegate, predicate and closure in .NET C# code. - Multithreading programming
Demonstrating multithreading programming available in .NET System.Threading.
#ec2
- Containerized LAMP stack deployment with Nginx
This is how I configured my EC2 instance to work with multiple DNS and proxify the traffic through Nginx to respective services that were running in Docker containers.
#git
- Git cheatsheet
This is a simple collection of git commands that I have been using for the most of time.
#howto
- Using Android tablet as an extend screen on Windows PC
The cheapest way to repurpose the old unused Android tablet to be an extra extend screen for Windows PC.
#illustration
- 100-days illustration artworks
A collection of awesome illustration artworks by Vijay Verma called 100-days Illustrations
#inspiration
- 100-days illustration artworks
A collection of awesome illustration artworks by Vijay Verma called 100-days Illustrations
#installscript
- Modifying file content with InstallScript using deferred custom action
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.
#installshield
- Modifying file content with InstallScript using deferred custom action
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.
#keycloak
- SSO with Keycloak
Keycloak is an open source Single Sign-On (SSO) solution for web apps and RESTful web services.
#life-advice
- Time
A poem about a succinct collection of life lessons on time, empathy, personal growth, resilience, happiness, family, and embracing life's opportunities with urgency.
#lifestyle
- Why sleep important
What occurs to the physical and mental aspects of an individual when they experience a deficiency in the sleep they require? - Sleep deprivation
What occurs to the physical and mental aspects of an individual when they experience a deficiency in the sleep they require?
#mirc
- From mIRC to chatbots
A personal journey in building intelligent chatbots.
#multithreading
- Multithreading programming
Demonstrating multithreading programming available in .NET System.Threading.
#mvvm
- MVVM design pattern
Gain insight into the MVVM design pattern, grasp its advantages, and learn how to integrate it into our .NET WPF projects.
#nginx
- Containerized LAMP stack deployment with Nginx
This is how I configured my EC2 instance to work with multiple DNS and proxify the traffic through Nginx to respective services that were running in Docker containers.
#password
- PHP native password hashing API
Starting PHP version 5.5 onwards, password hashing in PHP applications would be easier as the new native password hashing functions have been introduced.
#photojournal
- Loveland, Colorado
This is my 2-weeks visit to Loveland, Colorado, USA in January 2018.
#php
- PHP native password hashing API
Starting PHP version 5.5 onwards, password hashing in PHP applications would be easier as the new native password hashing functions have been introduced.
#poem
- Time
A poem about a succinct collection of life lessons on time, empathy, personal growth, resilience, happiness, family, and embracing life's opportunities with urgency.
#powershell
- Email notification using PowerShell
Automate your task on sending email notification in Windows system using PowerShell script and Windows SMTP Client.
#programming
- Containerized LAMP stack deployment with Nginx
This is how I configured my EC2 instance to work with multiple DNS and proxify the traffic through Nginx to respective services that were running in Docker containers. - SSO with Keycloak
Keycloak is an open source Single Sign-On (SSO) solution for web apps and RESTful web services. - MVVM design pattern
Gain insight into the MVVM design pattern, grasp its advantages, and learn how to integrate it into our .NET WPF projects. - Modifying file content with InstallScript using deferred custom action
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. - Creating a simple MSI setup with WiX Toolset
This is a step-by-step walkthrough on how to write XML script to create a simple MSI setup with WiX Toolset. - Email notification using PowerShell
Automate your task on sending email notification in Windows system using PowerShell script and Windows SMTP Client. - SerialPortManager.cs
A snippet of singleton class implemented in .NET C# to manage serial data communication. - Lambda Expression, Delegate, Predicate and Closure in .NET
Let's learn how to use lambda expression, delegate, predicate and closure in .NET C# code. - Multithreading programming
Demonstrating multithreading programming available in .NET System.Threading. - PHP native password hashing API
Starting PHP version 5.5 onwards, password hashing in PHP applications would be easier as the new native password hashing functions have been introduced.
#rest-api
- SSO with Keycloak
Keycloak is an open source Single Sign-On (SSO) solution for web apps and RESTful web services.
#serial-port
- SerialPortManager.cs
A snippet of singleton class implemented in .NET C# to manage serial data communication.
#sleep-deprivation
- Why sleep important
What occurs to the physical and mental aspects of an individual when they experience a deficiency in the sleep they require? - Sleep deprivation
What occurs to the physical and mental aspects of an individual when they experience a deficiency in the sleep they require?
#snippet
- SerialPortManager.cs
A snippet of singleton class implemented in .NET C# to manage serial data communication.
#software-engineering
- What make a great Software Engineer
Explore the defining traits that distinguish outstanding software engineers, from a love for coding to a dedication to teamwork and continuous improvement. - Git cheatsheet
This is a simple collection of git commands that I have been using for the most of time. - Coding
A mental model that you need to be a proficient computer programmer.
#sso
- SSO with Keycloak
Keycloak is an open source Single Sign-On (SSO) solution for web apps and RESTful web services.
#tips
- Using Android tablet as an extend screen on Windows PC
The cheapest way to repurpose the old unused Android tablet to be an extra extend screen for Windows PC.
#uiux
- Web colors
A curated selection of essential web colors that I predominantly use in my web application designs.
#user-authentication
- SSO with Keycloak
Keycloak is an open source Single Sign-On (SSO) solution for web apps and RESTful web services.
#vector-graphic
- 100-days illustration artworks
A collection of awesome illustration artworks by Vijay Verma called 100-days Illustrations
#web-colors
- Web colors
A curated selection of essential web colors that I predominantly use in my web application designs.
#windows
- Using Android tablet as an extend screen on Windows PC
The cheapest way to repurpose the old unused Android tablet to be an extra extend screen for Windows PC.
#windows-installer
- Modifying file content with InstallScript using deferred custom action
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. - Creating a simple MSI setup with WiX Toolset
This is a step-by-step walkthrough on how to write XML script to create a simple MSI setup with WiX Toolset.
#wix-toolset
- Creating a simple MSI setup with WiX Toolset
This is a step-by-step walkthrough on how to write XML script to create a simple MSI setup with WiX Toolset.