Pure and Impure Functions in JavaScriptA dive into the world of pure and impure functions in JavaScript and how they differ.Mar 2, 2023·4 min read
Building the Same App: Vanilla JS vs ReactA few observations from an experiment.Jan 16, 2023·5 min read
JavaScript Modules - How to Import & Export CodeProduce clean and reusable code using import-export statements in JavaScript ES6.Jan 7, 2023·6 min read
Variable Scope in JavaScriptExplore variable scope in JavaScript, including block scope and function scope, and how variable declarations impact the scope and scope chain.Dec 31, 2022·6 min read
2022 Wrapped As A Web Development Beginner | Dev Retro 2022I've been blogging here on hashnode on web development for close to six months. My posts have all been technical, except for one where I shared my first hacktoberfest experience. I had been in a cycle of planning and putting off writing one more non-...Dec 20, 2022·15 min read
Why Do We Need Version Control?Simple analogies to understand why we need Version Control and how it is integral in development.Dec 10, 2022·6 min read
You Should Use Parallel Promiseshandling promises in parallel | performance gains | the Promise.all() method.Dec 3, 2022·6 min read