How to understand JavaScript concepts better

After a few years of working with JavaScript (JS), I've realized that to truly understand a JavaScript concept, we often need to understand many other concepts in advance, because they are relatable and understanding a concept requires the knowledge of others.

April 11th, 2024 - 2 min read

Understanding ECMA Script

What is the difference between ECMA Script and JavaScript? When we specify the target of ECMA Script version (ES) for the project, what does that mean?

April 12th, 2024 - 2 min read

Understanding Event Loop

Today is an important day of my life, the day (I think) I totally understand how Event Loop works.

April 6th, 2024 - 2 min read

JavaScript for loop

We want to iterate through an array or an object in JavaScript, what approaches we can use; pros and cons of each?

April 28th, 2024 - 3 min read

Kafka on the Shore

My thoughts after the first time reading Kafka on the Shore by Haruki Murakami.

April 8th, 2024 - 6 min read