HTML Preprocessor

January 16, 2018

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

December 22, 2017

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

December 12, 2017

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

November 27, 2017

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

November 14, 2017

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

© 2024 Mo Kweon. All rights reserved.