Photo by Joshua Sortino on Unsplash The hypertext transfer protocol also known as HTTP is the protocol for the web. Every time you communicate through...
Whenever we search in a web app, we often don’t send the query to the backend immediately. The query will change with every keystroke, and by sending...
In your job as a software engineer, you might have stumbled upon many different types of code. You find the well-crafted, well-documented code that is...
Photo by Christopher Gower on Unsplash Working as a frontend developer, you will eventually stumble upon the reduce function. A built in method that...
Photo by mostafa meraji on Unsplash You might find yourself need to know when the DOM has changed so you can eg. trigger a function. That could be to...
With 65k stars on Github on the time of writing this post, you can easily conclude that the language has found its way into developers toolbelt when...