Has fetch() caught up with XMLHttpRequest in JavaScript?
Discussing how mature JS fetch() is now and whether it can fully replace XMLHttpRequest.

Discussing how mature JS fetch() is now and whether it can fully replace XMLHttpRequest.
My rant about the famous saying in software development, which is usually attributed to Bjarne Stroustrup.
Discussing JavaScript's controversial primitive, its usefulness and whether its poorly designed.
How to efficiently solve the N Queens problem with a staircase pattern arrangement if you just need one solution.
In the early days of web development, jQuery was the undisputed king of front-end libraries. Modern JavaScript now includes many features that jQuery originally provided. So, should developers still use jQuery over vanilla JavaScript today?