Sharing my thoughts and experiences

All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.

Sử dụng status code sao cho đúng

Bài viết sẽ đưa ra một số ví dụ về cách sử dụng status code, trong trường hợp nào thì nên dùng status code nào

Array-like objects in JavaScript

Sound weird, right? But it is true. In JavaScript, we have array-like objects. And i guess you already worked with them before. But you don't know what they are. So, let's find out.

Understand this in JavaScript

This is a short article about the 'this' keyword in JavaScript, not just a keyword, it's also a ideology

Add SSH to Github

This tutorial will show you how to add SSH to github, so you can push your code without typing your username and password every time.