ESEjan Shresthainijanggmu.hashnode.dev·Sep 15 · 4 min readGit Branching & Release StandardVersion: 1.0 Applies to: All development teams and repositories Environments: DEV, UAT, PROD 1. Branch Structure We use the following permanent branches: main dev uat prod Temporary branches: feature00
ESEjan Shresthainijanggmu.hashnode.dev·Feb 22 · 2 min readDeploying a New Service in UAT Environment with Docker and Nginx This guide provides a step-by-step approach to deploy a new service in the UAT environment using Docker, configure it in Nginx, and secure it with SSL. 1. Create a Domain Choose a domain or subdoma00
ESEjan Shresthainijanggmu.hashnode.dev·Jun 26, 2025 · 2 min readHandling Forwarded Headers in ASP.NET Core with NginxWhen hosting an ASP.NET Core application behind a reverse proxy like Nginx, you must configure your app to handle forwarded headers properly. This ensures that properties like Request.Scheme, Request.Host, and HttpContext.Connection.RemoteIpAddress r...00
ESEjan Shresthainijanggmu.hashnode.dev·Jun 12, 2025 · 4 min read🛡️ Defending Your .NET API Against DDoS Attacks: A Practical GuideA DDoS attack (Distributed Denial of Service) is a malicious attempt to disrupt the normal traffic of a targeted server, service, or network by overwhelming it with a flood of internet traffic. 🔍 How It Works: Distributed: The attack comes from ma...00
ESEjan Shresthainijanggmu.hashnode.dev·Nov 19, 2024 · 5 min readDocument existing system information.To properly document the existing Kubernetes environment setup and replicate it to a new server, you need a comprehensive approach. This includes gathering details about the infrastructure, Kubernetes cluster, services, configurations, and deployment...00