Bundle TypeScript with Webpack and Nodemon for Node.js

This post shows how to use Webpack to bundle TypeScript for Node.js with auto-reload during development. Why Webpack for Node.js? Webpack…

Read More

Migrating to GatsbyJS

I decided to migrate my current blog to GatsbyJS (previously, I was using Pelican). Why GatsbyJS Though Pelican was okay, I moved to Gatsby…

Read More

HTML Preprocessor

What is Pug? Lately, I started using "Pug" HTML preprocessor. It allows to write a concise HTML. At first, I thought why the hell I would…

Read More

How to manage dotfiles

A few years ago, I learned how to mange dotfiles from HN post. It’s amazing, but I tend to forget from time to time. So, I am leaving it…

Read More

How Decision Tree Works

A decision tree is so widely used and its idea is very simple. However, I always tend to forget how it works because it's too simple…

Read More