My websiteMy GitHubMy LinkedIn
Clean Code
JavaScript
React.js

Boosting Code Readability

In this article, I will show you my methods to make my JavaScript and React code more readable.

11/20/2022

9 min

Computer Science

Big O notations and algorithms

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

10/26/2022

over 2 years

4 min

JavaScript

Reference and Value: Why you should know the difference

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

05/25/2022

3 min

Node.js
Express

Express Middlewares: Everything you need to know!

Middlewares are interesting functions provided by Express. This post introduce you to them and show some situations where we use them

06/05/2022

3 min

Clean Code

Clean Code: DRY code controversies and the Monster of the Wrong Abstraction

There is no surprise that we have many programming principles which help us creating powerful applications, but shall we follow them strictly?

06/02/2022

3 min