Anant Vaidtechtalkswithanant.hashnode.dev·Feb 13, 2025How to Dockerize a Spring Boot and React App with Nginx ProxyIn my previous blog, I discussed Dockerizing a MERN stack application, covering container networking, multi-stage builds, and Docker Compose. If you're new to containerization, I recommend checking out that post to understand how to build and run Doc...The Dockerization Playbook: Full-Stack Apps SimplifiedSpringboot
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
Toluwase Makanjuolatolu4realluv.hashnode.dev·Jan 18, 2025Configuring-AWS-Cloud-Solution-For-2-Company-Websites-Using-A-Reverse-Proxy-TechnologyConfiguring-AWS-Cloud-Solution-For-2-Company-Websites-Using-A-Reverse-Proxy-Technology Toluwase Makanjuola 10 min read·Just now NB: This infrastructure setup is not included in the AWS free tier. Therefore, delete all resources created immediately ...AWS
Sandeep Naidusandeepnainala.hashnode.dev·Jan 13, 2025Understanding Load Balancers, Reverse Proxies, and API Gateways: Simplified GuideAs businesses grow and embrace digital technologies, the volume of web traffic surges. With this growth come challenges like managing server performance, scaling infrastructure, and ensuring security. So, how do we keep it all under control? Enter th...Devops
Enaikele Omoh kelvinenaikele-omoh-kelvin.hashnode.dev·Jan 12, 2025Auto Scaling in MERN Stack with Nginx Reverse Proxy & Service DiscoveryBasic and Prerequisite Knowledge Before diving into the world of auto-scaling, service discovery, and MERN stack development, it’s important to have a solid understanding of the following concepts: Basic Web Development: Familiarity with front-end a...26 likes·36 readsauto-scaling-aws
Waseef TauqueerforTech Crusadingtechcrusading.hashnode.dev·Jan 8, 2025How to Set Up NGINX as a Reverse Proxy for Node.js with Docker: A Complete Step-by-Step GuideIntroduction: What is NGINX and Why Should You Care? Let’s talk about NGINX – it’s more than just a buzzword. NGINX is a web server, reverse proxy, load balancer, and HTTP cache. Think of it as the traffic cop of the web, making sure data flows smoot...1 likenginx
Uche Ozoemenaincodethismeans.hashnode.dev·Jan 3, 2025Server Management for the Faint of Heart, Featuring CaddyIntroduction Caddy is an awesome piece of software that puts SSL cert management on cruise-control, provides approachable yet flexible reverse proxying, and offers a powerful and configurable HTTP server, with some extra goodies for static files. And...26 readsCaddy
Abdul Azeezabdulazeez.hashnode.dev·Dec 27, 2024Starting with NginxWhat is Nginx ? Nginx is pronounced as "Engine X." It does web serving, load balancing, and acts as a reverse proxy. We know web serving is delivering content to clients, just like a server. But what is reverse proxy??? Lets see below. What is Proxy?...3 likes·42 readsGeneral Programming
Carlos Armando Marcano Vargascarlosmv.hashnode.dev·Dec 26, 2024How to Build a Reverse Proxy with Rust and RamaIn this article, we are going to build a Reverse Proxy using Rama Framework. More specifically, a TLS termination proxy from this example. I’m writing this article for learning purposes, this is not meant to be a production-ready proxy. I’m a learner...97 readsReverse Proxy
Jason Joseph Nathangeekist.co·Dec 23, 2024The Art of ProxyingWelcome back to the Taming Nginx series! In this article, we’re diving into the art of reverse proxying. While many guides focus on the basics, this article is for those who want to push Nginx to its limits, we'll explore advanced and peculiar use ca...Taming NginxLayer 7