JavaScript tips and tricks

April 30th, 202521105 Use objects/classes to encapsulate your application logic and try not to pollute the global variable scope as this can cause frustrating problems such as libraries not...

Design Patterns in Software Development

April 30th, 20256436 If you've ever worked with enterprise-level software or any older software, you are aware that there is a certain pattern of programming (Design Pattern) to solve an...

Is the Life of a Programmer Lonely?

April 29th, 202532412 It is a fact that almost every job in the world has some stereotypes. Based on the lifestyles of a few, people start attaching specific attributes to a particular...

Understanding async-await in JavaScript

April 29th, 202531512 JavaScript enabled Asynchronous programming to be easier to implement and understand. As a result, special Async and Await were introduced as keywords. Let's look at...

What's Vanilla JS? Why Vanilla JS?

April 29th, 20251880 This article aims to highlight how important it is to know JavaScript fundamentals for all front-end developers. I'll explain the reasons you need to have a thorough...
Page 1 of 3123