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

C++ and CONST

const in C++ It's mostly found when declaring a variable something like However, it is a sort of "promise" for human being since it will…

Read More

Smart Pointer in C++

What are smart pointers? It is a pointer with automatic memory management There are 3 smart pointer types in modern C++17. Unique pointer…

Read More

Nbviewer Boomarklet Helper

I was getting tired of waiting Jupyter notebook files rendered on Github. So, I created a bookmarklet to redirect to the nbviewer. Detail…

Read More

Docker Reference

My personal docker reference [Korean]: here

Read More