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

this Javascript

this in a nested function this in a isolated method this in constructor In Javascript, it refers to the execution context. Inside a function…

Read More