Understanding Compiling, Minifying, Bundling, and more...What happens in between development and production.Jun 8, 2023·3 min read
Here's how I built this webapp using react, mongoDB, nodeJs and express, basically a MENN stack. Also, I used tailwindCss for styling.This is a Next.js project bootstrapped with create-next-app. You can visit the webapp here: swagstoar.vercel.app This webapp took about a month to build. One more thing to add here, the webapp will feel slow sometimes whenever there's fetching data f...Feb 2, 2023·5 min read
Here's how I built this webapp to understand CRUD operations using MERN stack and bootstrap for CSS.This is a note-taking app. This project was bootstrapped with Create React App. You can visit the webapp here: https://use-noted.netlify.app/login One more thing to add here, the webapp will feel slow whenever there's a backend used due to using the ...Feb 2, 2023·3 min read
Understanding browser object modelsWhat built-in objects are available for you?Sep 29, 2022·4 min read
JavaScript Objects, Functions, Methods and Properties: What They Are and How to Use Themdifferent ways to create objects and more about objects and methods.Sep 27, 2022·7 min read