JavaScript tips and tricks

April 30th, 202531111 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, 20257446 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, 202552423 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, 202561518 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...
Page 2 of 3123