In this article, I will show you my methods to make my JavaScript and React code more readable.
Do you know what's an algorithm and what it's power? They are used by many companies and are much common than we think
Some data types in JavaScript have different behavior when copied and compared with each other. This post introduces these data types and how this affects our program
Middlewares are interesting functions provided by Express. This post introduce you to them and show some situations where we use them
There is no surprise that we have many programming principles which help us creating powerful applications, but shall we follow them strictly?