Muhammad Hasnain
Hasnain's Blog

Hasnain's Blog

Follow
homebadges

Burnout

Mar 4, 20224 min read

The Naked Emperor: An Essay on Burnouts · According to Oxford Dictionary, burnout means, "The reduction of a fuel or substance to nothing through use or...

Burnout

Codism: An Open Source Code Playground for Web Developers

Jan 27, 20224 min read

Introduction I've been programming for almost three years and the thing that I find the most fascinating are tools like compilers, transpilers or...

Codism: An Open Source Code Playground for Web Developers

Design Pattern: Singleton - Probably the easiest explanation!

Aug 17, 20212 min read

Table of Contents What is Singleton? Implementation. When to Use? An Anti-pattern? What is Singleton? Singleton is a design pattern that falls under...

Design Pattern: Singleton - Probably the easiest explanation!

How I became a web developer in a year without a degree, a bulletproof method.

Jul 31, 20216 min read

Table of Contents Preface Need for Clarity Inverse Goal Setting (The Bulletproof Method) Consistency + Time Preface In life you need either...

How I became a web developer in a year without a degree, a bulletproof method.

Dynamic Module Pattern for JavaScript

Jul 27, 20216 min read

Dynamically load JavaScript bundles only when they are needed using HTML and WebPack · Note: Please make sure that you are already aware of the...

Dynamic Module Pattern for JavaScript