Writing About Contact

Technical notes and engineering writeups

Code-heavy posts, data explorations, visualization experiments, and machine learning notes.

Populating MySQL Docker Image

A tutorial on starting up a MySQL Docker image on your local machine populated with some dummy data for local testing

Visualization of Total Accidents in Malaysia

This choropleth map about road accidents in Malaysia was coded using D3.js as part of fulfilling the Data Visualization course in Multimedia University.

Visualization of Crimes in the USA

These visualizations for the FBI Crime dataset were coded using D3.js as part of fulfilling the Data Visualization course in Multimedia Unviersity. Contributors to this project are Tiew Kee Hui (me) and Lee Bing Yuan.

Association Rule Mining on the Extended Bakery dataset

Association rule mining exercise conducted on the Extended Bakery dataset. This post includes the motivation of this exercise and the R code to determine which products to sell together based on association rule mining.