How to create a blazing fast static website without Gatsby or JavaScript that meets all the Core Web Vitals... (more…)
Read more »
Destructuring is one of my favorite tools in JavaScript, in simple terms, destructuring allows you to break down a complex structure (like an array or an object) into simpler parts, though there’s a bit more to it than that. Let’s see it better in an exam... (more…)
Read more »
All top programming languages have proved their positions and “decided” on the niches of their use.
However, it is important for every… (more…)
Read more »
In the 25 years since JavaScript was first added to
Netscape Navigator, the
language has evolved from a cute little toy to an integral part of the Internet.
JavaScript frameworks such as React and Angular have transformed the web,
bringing us fully-fledge... (more…)
Read more »
I have been studying ways to work around the horrors issues of JavaScript's async APIs for years. I have even built a series of increasing... (more…)
Read more »