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

Tensorflow tools

There are many tensorflow tools that are not widely known. Freeze Graph Freeze Graph literally freezes the graph. Unnecessary nodes will be…

Read More