Our recent updates, blogs, tips, tricks and more
Related Categories
  • ReactJS
  • NodeJS
  • JavaScript
  • Docker
  • Redux
  • NextJS
  • Cloud Computing
  • Algorithm
  • Golang
Related Tags
  • FrontEnd
  • DevOps
  • JS
  • Web Performance
  • DSA
  • Go
  • SEO
blog
May 9, 2025   |    Mohit Sood
🚀 Interaction to Next Paint (INP) Deep Dive: Unlocking Faster Web Interactions

Performance is not just how fast your website loads - it's how fast it responds.

In March 2024, Google introduced a new web vital, INP(Interaction to Next Paint), replacing FID as a core web vital. INP focuses on measuring the true responsiveness of your site ...


blog
January 20, 2025   |    Mohit Sood
Migrating from PM2 to Docker Compose: How to Deploy Your Full-Stack Application

Overview

In this blog, we will walk through migrating a full-stack application from PM2 to Docker Compose and deploying it using Docker Compose. Our application consists of a frontend built with Next.js and a backend built with Node.js. We will explore how Docker Compose simplifies ...


blog
January 19, 2025   |    Mohit Sood
Migrating from PM2 to Docker Compose : How to deploy your application

Overview:


In this blog, we will walk through migrating a full-stack web application from PM2 to Docker Compose and deploying it using Docker Compose.


I have my website running on Digital Ocean. I was running it using PM2. So, I decided to migrate it to docker and ...

See More >>>
© 2025 - Mohit Sood. Made with