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 readUnderstanding 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 readUnderstanding 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 readJavaScript 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 readWhy 0.1 + 0.2 is not 0.3 in most languages?
A simple explanation of why we should not rely 100% on float calculation.
April 6th, 2024 - 3 min readKafka on the Shore
My thoughts after the first time reading Kafka on the Shore by Haruki Murakami.
April 8th, 2024 - 6 min read