manthanank.hashnode.devStep-by-Step Guide: Deploying Node.js + MongoDB on KubernetesModern apps need to scale effortlessly while staying resilient. Kubernetes (K8s) has become the go-to platform for orchestrating containerized apps, ensuring scalability, self-healing, and portability. In this guide, we’ll build and deploy a Node.js ...Sep 18, 2025·4 min read
manthanank.hashnode.devAutomating Node.js App Deployment on AWS using TerraformManaging cloud infrastructure manually can quickly become messy. Terraform allows us to define infrastructure as code (IaC), making deployments repeatable, version-controlled, and automated. In this guide, we’ll build a Node.js CRUD API (with Express...Sep 16, 2025·4 min read
manthanank.hashnode.devTerraform Setup Made Simple: A Beginner’s GuideTerraform, developed by HashiCorp, is one of the most widely used tools for Infrastructure as Code (IaC). It allows you to define, provision, and manage cloud resources across providers like AWS, Azure, GCP, and many others using simple, declarative ...Aug 25, 2025·3 min read
manthanank.hashnode.devA Beginner’s Guide to Terraform CLI CommandsTerraform is one of the most popular Infrastructure as Code (IaC) tools, allowing developers and DevOps engineers to define and provision cloud resources in a declarative way. The Terraform CLI (Command Line Interface) is the primary way to interact ...Aug 20, 2025·3 min read
manthanank.hashnode.devAutomate Image and Video Uploads to Cloudinary with Node.jsManaging media uploads manually can be a pain — especially when you're dealing with hundreds of images and videos. Whether you're a content creator, developer, or business owner, storing media in the cloud should be fast, organized, and reliable. Tha...Aug 7, 2025·4 min read