AJAX

Document Writer is a minimalist web-based writing tool to easily write document using web browser and save it as a plain text, HTML or markdown format file.
A simple webapp CRUD application with basic user authentication system for internal equipment tracking use.

Apache

Set up your own fully functional WAMP (Windows-Apache-MySQL-PHP) server on Windows without using any ready-made package like WampServer, XAMPP and so on.

Arduino

Simple Arduino-based project for monitoring and logging indoor temperatures of my house using .NET C# based application I built with live graph made by OxyPlot.

Artificial Intelligence

From scripting it in mIRC program to .NET C# application, and finally to JavaScript; AI chatbot is one of the interesting projects to explore and getting myself exposed to AI programming.

Best Practices

Just sharing some of the good common coding practices that I have been practicing in my coding style at work for C# programming.

Blockchain

Explaining ERC20 token distribution, air-dropping and issuance etc while also discussing how to launch an ICO.
Blockchain has become really popular. Overhyped infact. This can be attributed to the recent spike in price of Bitcoin.

Build Automation

Contains my embedded presentation slides that I used when I was giving a talk session on DevOps and Build Automation to my software team.

CRUD

A simple webapp CRUD application with basic user authentication system for internal equipment tracking use.

CSharp

A lightweight console application built in .NET C# to log serial data received from a serial data communication protocol.
A simple GUI tool to simply extract the image metadata or the EXIF data. Coded in .NET C# using MetadataExtractor library.
SimpleLogger.cs is a very simple logger class that I wrote for my own use in some of my mini C# project developments.
A mini lightweight application created in .NET C# that will sit in your system tray for easy access to simply kill or end task any running application.
A simple lightweight command-line application to crawl all accessible directories recursively within a target directory and output the results into a text file.
Simple Arduino-based project for monitoring and logging indoor temperatures of my house using .NET C# based application I built with live graph made by OxyPlot.
My singleton class code snippet called SerialPortManager for handling serial data communication in some of my C# projects.
XmlHelper.cs is a helper class for XML data serialization and deserialization that I wrote to be used in my C# projects.
Lambda expression helps me to write coding faster and shorter in C#. Let's learn how we can use lambda expressions, delegates, predicates and closures.
MVVM.cs is a collection of Model-View-ViewModel (MVVM) design pattern common classes that can be implemented by any ViewModel (VM).
Just sharing some of the good common coding practices that I have been practicing in my coding style at work for C# programming.
Full example code for Windows Console application to demonstrate the multithreading programming in .NET C#.
Simple singleton pattern to turn your class into a singleton class. It's very simple and perform well, best use with time-consuming operation class in C# programming.
Demonstrating my own substitution cipher created in C# WPF using my own encoding method to encode the plaintext message into the encrypted strings.

Chatbot

From scripting it in mIRC program to .NET C# application, and finally to JavaScript; AI chatbot is one of the interesting projects to explore and getting myself exposed to AI programming.

Composer

Set up your own fully functional WAMP (Windows-Apache-MySQL-PHP) server on Windows without using any ready-made package like WampServer, XAMPP and so on.

Console Application

A lightweight console application built in .NET C# to log serial data received from a serial data communication protocol.
A simple lightweight command-line application to crawl all accessible directories recursively within a target directory and output the results into a text file.
Full example code for Windows Console application to demonstrate the multithreading programming in .NET C#.

Cryptocurrency

Explaining ERC20 token distribution, air-dropping and issuance etc while also discussing how to launch an ICO.

Cryptography

Demonstrating my own substitution cipher created in C# WPF using my own encoding method to encode the plaintext message into the encrypted strings.

DataTables

A simple webapp CRUD application with basic user authentication system for internal equipment tracking use.

Decryption

If you need custom PHP function to secure your confidential information or to hash user password in unbreakable manner, these PHP code snippets may help and ease up your work.

DevOps

Contains my embedded presentation slides that I used when I was giving a talk session on DevOps and Build Automation to my software team.

Distributed Ledger

Blockchain has become really popular. Overhyped infact. This can be attributed to the recent spike in price of Bitcoin.

EXIF

A simple GUI tool to simply extract the image metadata or the EXIF data. Coded in .NET C# using MetadataExtractor library.

Encryption

If you need custom PHP function to secure your confidential information or to hash user password in unbreakable manner, these PHP code snippets may help and ease up your work.

Ethereum

Explaining ERC20 token distribution, air-dropping and issuance etc while also discussing how to launch an ICO.

Google Charts

Creating my responsive daily routine timeline using Google Charts with just few lines of HTML and JavaScript code.

JavaScript

Document Writer is a minimalist web-based writing tool to easily write document using web browser and save it as a plain text, HTML or markdown format file.
Creating my responsive daily routine timeline using Google Charts with just few lines of HTML and JavaScript code.

Lambda Expression

Lambda expression helps me to write coding faster and shorter in C#. Let's learn how we can use lambda expressions, delegates, predicates and closures.

MVVM

MVVM.cs is a collection of Model-View-ViewModel (MVVM) design pattern common classes that can be implemented by any ViewModel (VM).

Multithreading

Full example code for Windows Console application to demonstrate the multithreading programming in .NET C#.

MySQL

Set up your own fully functional WAMP (Windows-Apache-MySQL-PHP) server on Windows without using any ready-made package like WampServer, XAMPP and so on.

Oxyplot

Simple Arduino-based project for monitoring and logging indoor temperatures of my house using .NET C# based application I built with live graph made by OxyPlot.

PHP

Document Writer is a minimalist web-based writing tool to easily write document using web browser and save it as a plain text, HTML or markdown format file.
A simple webapp CRUD application with basic user authentication system for internal equipment tracking use.
A compilation of some commonly use PHP functions or code snippets that I have been using for most of my PHP projects.
Set up your own fully functional WAMP (Windows-Apache-MySQL-PHP) server on Windows without using any ready-made package like WampServer, XAMPP and so on.
Starting PHP version 5.5 onwards, password hashing in PHP application made easy as new native password hashing functions have been introduced.
If you need custom PHP function to secure your confidential information or to hash user password in unbreakable manner, these PHP code snippets may help and ease up your work.

Password Hashing

Starting PHP version 5.5 onwards, password hashing in PHP application made easy as new native password hashing functions have been introduced.
If you need custom PHP function to secure your confidential information or to hash user password in unbreakable manner, these PHP code snippets may help and ease up your work.

PowerShell

Initial release of my lightweight Serial Port Reader written in PowerShell script for reading data from a serial port and also able to export the captured data into a log file.

Project

Document Writer is a minimalist web-based writing tool to easily write document using web browser and save it as a plain text, HTML or markdown format file.
A lightweight console application built in .NET C# to log serial data received from a serial data communication protocol.
A simple GUI tool to simply extract the image metadata or the EXIF data. Coded in .NET C# using MetadataExtractor library.
A mini lightweight application created in .NET C# that will sit in your system tray for easy access to simply kill or end task any running application.
A simple lightweight command-line application to crawl all accessible directories recursively within a target directory and output the results into a text file.
Initial release of my lightweight Serial Port Reader written in PowerShell script for reading data from a serial port and also able to export the captured data into a log file.
Simple Arduino-based project for monitoring and logging indoor temperatures of my house using .NET C# based application I built with live graph made by OxyPlot.

SerialPort

A lightweight console application built in .NET C# to log serial data received from a serial data communication protocol.
Initial release of my lightweight Serial Port Reader written in PowerShell script for reading data from a serial port and also able to export the captured data into a log file.
Simple Arduino-based project for monitoring and logging indoor temperatures of my house using .NET C# based application I built with live graph made by OxyPlot.
My singleton class code snippet called SerialPortManager for handling serial data communication in some of my C# projects.

Singleton

My singleton class code snippet called SerialPortManager for handling serial data communication in some of my C# projects.
Simple singleton pattern to turn your class into a singleton class. It's very simple and perform well, best use with time-consuming operation class in C# programming.

Tutorial

Explaining ERC20 token distribution, air-dropping and issuance etc while also discussing how to launch an ICO.

Utility

SimpleLogger.cs is a very simple logger class that I wrote for my own use in some of my mini C# project developments.
XmlHelper.cs is a helper class for XML data serialization and deserialization that I wrote to be used in my C# projects.

WPF

A simple GUI tool to simply extract the image metadata or the EXIF data. Coded in .NET C# using MetadataExtractor library.
A mini lightweight application created in .NET C# that will sit in your system tray for easy access to simply kill or end task any running application.
Demonstrating my own substitution cipher created in C# WPF using my own encoding method to encode the plaintext message into the encrypted strings.

Web Application

A simple webapp CRUD application with basic user authentication system for internal equipment tracking use.

XML

XmlHelper.cs is a helper class for XML data serialization and deserialization that I wrote to be used in my C# projects.

analysis

A strategy to learn programming from experts by going through their code, and writing comments to explain everything.

jQuery

Document Writer is a minimalist web-based writing tool to easily write document using web browser and save it as a plain text, HTML or markdown format file.

learning

A strategy to learn programming from experts by going through their code, and writing comments to explain everything.

programming

A strategy to learn programming from experts by going through their code, and writing comments to explain everything.

teaching

A strategy to learn programming from experts by going through their code, and writing comments to explain everything.