6 followers
Aspiring polyglot, learning and getting better each day.
Containerization made an entrance in the DevOps landscape when Docker was launched in 2013. Even though the fundamental concept of containerization...
Website performance plays a huge role in enhancing the user experience of our websites. In this article, we will learn about performance optimization...
Javascript is a multi-paradigm language that allows you to freely mix and match object-oriented, procedural, and functional paradigms. Recently there...
The interactivity of our HTML web page is handled by Javascript. This interactivity is nothing but a bunch of events that the HTML elements undergo....
Often situations arise, when we want a certain event to fire off only after a certain amount of time has passed. The most common example would be the...
Web apps can be complex and may require a lot of dynamic functionalities. One can opt for Vanilla JS to build their applications but if you have...