Scalable REST API Architecture with NestJS, Prisma, Swagger, & Docker: How To.A guide to building a production-ready API with modular architecture, database integration using Prisma, automated API docs with Swagger & Docker.May 12, 2025·13 min read
Image Optimization with NextJSHow does NextJS Image work? How do I optimize my Nextjs build? Lazy Loading Images? - Right article to find out :)May 5, 2022·7 min read
Using Vuex in a Nuxt application.In this article, I would show you how to get started with Vuex in a Nuxt project and build a small counter application in the easiest way possible. I will not be going into much detail on how Vuex works as the major focus would be its implementation ...Nov 12, 2021·3 min read
Code Splitting in React (An Overview)Lighthouse displays a failed audit when a significant time is taken to execute all the JavaScript on your app, so how do you optimize this and more?Nov 5, 2021·4 min read
8 UI Frameworks for your React AppReact is an open-source front-end JavaScript library for building user interfaces or UI components. It is maintained by Facebook and has over 170k Github Stars making it the most popular framework (although stars may not be the best-ranking factor),...Oct 22, 2021·5 min read
Props vs State - ReactIn building a React project, you make use of props or states ( as the case may be ) across your application, in this article you would learn: What props are What states are How to use props and states in React components The difference between prop...Oct 15, 2021·3 min read
Setting up Redux with your React AppA lot of React developers deal with state management while building their Applications, here is a guide on how to use Redux to manage those states.Oct 8, 2021·6 min read