Common Data Structures in JavascriptData structures are the backbone of computer programming. Mastering them will certainly make you a more effective and better software…Aug 3Aug 3
Converting existing JS to TypescriptIn the ever-evolving landscape of web development, maintaining scalable and maintainable code is crucial. TypeScript emerges as a powerful…Jan 19Jan 19
Inventory management MERN App (With Authentication)There are probably tutorials on how to this already but i just wanted to share my experience and hopefully help someone who is struggling…Nov 13, 2023Nov 13, 2023
Databases: To SQL or Not to SQL ???Similarities | Differences | Use Cases | Joins | ScalingNov 19, 2021Nov 19, 2021
Questions for a Senior Software engineer to keep in mind for the next interviewI have structured this based on my recent experience as a Senior Javascript engineer with a few behavioral questions in the end which i…Aug 9, 2021Aug 9, 2021
Javascript Async/Await/Microtask Queue ExplainedThis article is designed to clarify some confusion around async/await usage and how it works compared to a regular Promise.Jan 16, 2021Jan 16, 2021
Getting started with hooksBefore diving in it is important to know the difference between object oriented programming (OOP) and functional programming (FP). They…Jun 24, 2020Jun 24, 2020
Combining React Hooks to build a practical State Management EngineI want to start by thanking the react team for making functional programming fun again :) Long gone are the days where you need a state…Apr 17, 20201Apr 17, 20201