General

Everything that is not categorized are here.

software developer, web developer, programmer-6521720.jpg

What Are The Reasons We Use Libraries & Frameworks In Web Development

We have been using libraries and frameworks for a long time now. Obviously, for saving time. Obviously, for reusing the solutions to the problems that someone has already figured out. I mean, there is no point in ‘reinventing the wheel’ again and again, right? The goal of frameworks and libraries is to allow developers to focus […]

What Are The Reasons We Use Libraries & Frameworks In Web Development Read More »

15 GitHub Repos That Every Developer Must Bookmark Right Now

Over the last few years, GitHub has become more than a mere versioning-control system. It is a one-stop place where developers collaborate and contribute together that forms such a strong community and an enormous network among the developers and programmers. But finding useful repositories has been an uphill task for many. As per Wikipedia, GitHub

15 GitHub Repos That Every Developer Must Bookmark Right Now Read More »

Why Cheat Days Are Important For Programmers To Be Happy & Peaceful

We all have been intrigued by the work ethics of successful entrepreneurs like Elon Musk, Jack Dorsey and Jeff Bezos who are considered as the hardest working individuals in their respective companies. You might even see videos of people trying out their daily regime on YouTube and failing miserably. Trust me, I am also guilty

Why Cheat Days Are Important For Programmers To Be Happy & Peaceful Read More »

How To Make A Perfect Class In Singleton Design Pattern

If you are working in an object-oriented system, then you must be working with one of the Design Patterns as proposed by the Gang of Four (GoF) in their book, ‘Design Patterns — Elements of Reusable Object-Oriented Software’ in 1994. Singleton design pattern is one such design pattern which we have used in our applications extensively. The Singleton

How To Make A Perfect Class In Singleton Design Pattern Read More »