A look back on when and how JavaScript was created and came to a point where it is now. (more…)
Read more »
Web development is always changing. One trend in particular has become very popular lately, and it fundamentally goes against the conventional wisdom... (more…)
Read more »
This post is intended to be the ultimate JavaScript Promises tutorial: recipes and examples for everyday situations (or that’s the goal đŸ˜‰). We cover all the necessary methods like then, catch, and finally. Also, we go over more complex situations like exe... (more…)
Read more »
The difference between `Date.now` and `performance.now`. Plus an interesting finding on Chrome! (more…)
Read more »
In this article, we look into End-to-End testing and implement it using the Cypress framework. (more…)
Read more »