Parvaze Masudparvazemasud.hashnode.dev·Sep 26, 2023Grafana Loki: A Comprehensive Guide to Installation, Configuration and Integration with Reverse Proxy Server.In my previous blog, I already explained about Grafana. So, here I am going to skip that part. if you miss that make sure you read that blog, before starting this. Previous blog link: https://hashnode.com/post/clmxe1jgn000109iacjtl5wko This guide is ...Discuss#promtail
Bhavesh Yadavcodezera.hashnode.dev·Sep 26, 2023NGINX Reverse Proxy: Streamlining Your Full Stack Web App DeploymentIn this blog, we will discuss how to configure Nginx as a reverse proxy for a full-stack web application with a frontend on React and a backend on Node.js. We will cover the following topics: Introduction to Nginx Setting up a React frontend and No...DiscussNGINXnginx
Neeraj Muktablogs.neerajmukta.com·Sep 8, 2023Setting up a reverse proxy with CloudFlare workersWhat is a reverse proxy in the first place? In layman's terms, it is a middleman sitting between two parties to make transactions between them smoother, faster, and more secure. Think of a waiter in a busy restaurant. The job of a waiter is to take o...Discusscloudflare-worker
Bartick Maitihashnode.bartick.me·Sep 5, 2023Using Reverse Proxy for multiple backends - NginxI work as a backend developer, and that means I handle various backend projects. When these projects go live, we usually need to open specific ports, like 80 or 443, so that users can access them. As a student, I often have multiple projects to manag...Discussnginx
Tanvir Rahmanrahmantanvir.hashnode.dev·Aug 25, 2023Google Cloud Platform (GCP): Configuring Reverse Proxy and Load Balancing for Backend and Frontend RoutingLet's Create a VPC VM for Load Balancer, Frontend, Backend, DB Let's create VM from LB and access it with SSH end External IP sudo apt update -y sudo apt install nginx -y Create Cloud Nat and Router Create VM Instance for Frontend and install No...DiscussGCP
Rajiv Ranjan Singhiamrajiv.hashnode.dev·Aug 5, 2023API Gateways Load Balancers Reverse ProxiesAre you familiar with the essential components of managing inbound traffic in modern application architectures? Let's explore the key concepts behind API Gateways, Load Balancers, and Reverse Proxies, and how they play a vital role in optimizing traf...Discuss·45 readsAPI Gateway
Abdelmadjid Cherfaouiblog.hexacker.com·Jul 28, 2023Deploy Multiple Websites With Different Domain Names On The Same VPS Using Docker and NginxFor more than 4 years (between 2014 and 2018) I was using PHP as my main stack for developing websites for my clients, at the same time, I have multiple websites using WordPress as a content management system deployed on shared hosting and never had ...Discuss·198 readsDevops
Aman Kanojiyaamanthecodeaddict.hashnode.dev·Jul 12, 2023Navigating the Web's Hidden HelpersWelcome, fellow adventurers, to the thrilling world of proxies and reverse proxies! Picture this: you're navigating the vast digital realm like a daring explorer charting new territories. Suddenly, you encounter a mysterious entity, a hidden force be...Discussnetworking
Milan Jovanovićmilanjovanovic.hashnode.dev·Jul 8, 2023Implementing an API Gateway For Microservices With YARPLarge Microservice-based systems can consist of tens or even hundreds of individual services. A client application needs to have all of this information to be able to make requests to the relevant microservice directly. However, this has numerous iss...DiscussMicroservices
Hariharan Reddyhariharanreddy.hashnode.dev·Jun 6, 2023Demystifying Proxy, Reverse Proxy, and Load Balancers: Real-Life Examples and ApplicationsIntroduction: In today's digital landscape, ensuring seamless and secure communication between clients and servers is crucial for delivering reliable online services. Proxy, reverse proxy, and load balancers are essential components in achieving this...Discuss·42 readsLoad Balancer