How to create an HTTPS server in localhost?
Đăng ngày 3/5/2022
The simplest way to set up an HTTPS server in Nodejs application when developing locally
Key notes while working with git
Đăng ngày 8/12/2021
Key notes to save plenty of time while working with git for command-line-developer
Drag and Drop API keynotes
Đăng ngày 10/25/2020
Some keynotes to keep in mind when working with Drag and Drop APIs in Javascript
Tricky use case of Array.prototype.map in JS
Đăng ngày 9/22/2020
If you are familiar with functional programming, Array.prototype.map must be a function that you work with every day. We encountered a tricky use case of it at Cốc Cốc recently, it took me a while to figure out, and here's the answer...