Raj Kumaralgoexchange.in·Feb 8, 2025How to Deploy a Next.js App with SSL CertificateDeploying a Next.js application with an SSL certificate ensures secure communication between your users and your server. In this guide, we’ll cover the step-by-step process of deploying a Next.js app and setting up SSL for HTTPS. Prerequisites A Nex...Next.js
James Asaolujybium.hashnode.dev·Feb 3, 2025Building and Deploying a Number Classification API with JavaScript | DevOps 1Introduction In this blog post, I'll walk you through my journey of building and deploying a Number Classification API using JavaScript. This project was part of the HNG DevOps Stage 1 task, designed to enhance my understanding of APIs, server-side d...Devops
Anurag Kharwarbackend-deployment-on-aws.hashnode.dev·Jan 31, 2025A Frontend Developer’s Journey into DevOps: Deploying a Backend with Nginx and PM2As a frontend developer, I’ve spent most of my time focusing on crafting user interfaces, making sure things look great, and handling client-side logic. But as I’ve started venturing into the backend side of things, I’ve realized that the DevOps worl...1 likeDevops
Muhammad Sufiyaninnosufiyan.hashnode.dev·Jan 3, 2025Zero Downtime Restarts with PM2When running a live application cluster with PM2, it’s critical to ensure that code changes can be deployed without causing downtime for users. PM2 provides a powerful feature called zero downtime reload, allowing seamless server updates. Here's how ...Improving Node Performancepm2
Muhammad Sufiyaninnosufiyan.hashnode.dev·Jan 3, 2025Using PM2 in Production: Advanced Cluster ManagementWhen we’re in development, PM2 is typically used sparingly—mostly for configuring and testing clusters periodically to ensure they remain functional after any changes. However, PM2 truly shines in production environments with live clusters. Let’s exp...Improving Node Performancepm2
Muhammad Sufiyaninnosufiyan.hashnode.dev·Dec 27, 2024Enhancing Cluster Management with PM2The Node.js cluster module is an excellent way to improve server performance, but when running clustered servers in production, additional features are often needed for optimal management. That’s where PM2, a powerful process manager, comes into play...Improving Node Performancecluster
Robiul H.robiul.dev·Nov 14, 2024PM2: A Journey from Basics to Advanced Node.js Process ManagementWelcome to your journey with PM2, the powerful process manager for Node.js applications. Whether you're a beginner just starting with Node.js or an experienced developer looking to optimize your application management, this guide will walk you throug...71 likes·219 readsNode.js
Zameer Fouzanzameerfouzan.hashnode.dev·Nov 1, 2024Monitoring PM2 in productionIn large-scale Node.js production environments, monitoring multiple applications can become challenging. The New Relic APM agent for Node.js helps capture logs, traces, and in-depth performance metrics from individual applications. But what about the...Node.js
Erhan ÜRGÜNerho.dev·Oct 29, 2024Node.js Projelerini Sunucuda Kesintisiz Çalıştırma YöntemleriProjelerinizin sunucuda kesintiye uğramadan çalışmasını ister misiniz? Node.js tabanlı, çalışır durumda olan ve terminali kapattığınızda aniden duran projeleriniz size de tanıdık geliyorsa, işte kalıcı çözüm! Geliştirdiğim projeleri canlıya aldığımda...1 like·208 readsNodeJSphpm
Engr. Animashaun Fisayo Michaelfmanimashaun.hashnode.dev·Sep 21, 2024Deploying a MEAN Stack on AWS EC2 with Self-Hosted MongoDB: A Step-by-Step GuideWhen it comes to modern web application development, the MEAN stack (MongoDB, Express.js, Angular, and Node.js) is a powerful and efficient technology stack. Hosting your MEAN application on AWS EC2 with a self-hosted MongoDB instance can be a reward...MEAN Stack