Nicolas Fr盲nkelforApache APISIXapisix.hashnode.net路Nov 9, 2022Geo-routing with Apache APISIXApache APISIX, the Apache-led API Gateway, comes out of the box with many plugins to implement your use case. Sometimes, however, the plugin you're looking for is not available. While creating your own is always possible, it's sometimes necessary. To...Discuss路183 likes路121 readsgeolocation api
Sandeep Panda TestforHashnode Engineeringlazy-dust-nominate-11.hashnode.net路Jun 25, 2019FeaturedAfter 4 years with nginx, we switched to Caddy - Here is whyWhen we started Hashnode in 2015, we wanted to keep things really simple. Since nginx was the most popular choice, we decided to use it as a reverse proxy to our Node.js backend. It was a simple set up and worked really well for us for years. With D...Gijo Varghese and 7 others are discussing this8 people are discussing thisDiscuss路171 likes路18.3K readsGeneral ProgrammingVery interesting insights. Thanks for sharing, I definitely learned something new! 5
Deborah EmeniforDeborah Emeni's Blogdebbie.hashnode.net路Mar 4, 2021FeaturedDocker concepts explained using a Cake preparation method & building a Nodejs application with Docker and Nginx.Introduction This article focuses on explaining the concept of Docker in a simple and detailed manner. Docker is a very useful tool and a proper understanding of what Docker is and what it is used for is very essential to a Software Developer and D...Johnson awah Alfred and 4 others are discussing this5 people are discussing thisDiscuss路118 likes路2.2K readsDockerGreat analogy, and great article! 馃憦 5
Sushil Tiwarisusilnem.hashnode.net路Apr 23, 2023Dockerizing Django With Postgres, NGINX, and Gunicorn (PART-1)Running a Django application in a production environment requires a server that can handle traffic, ensure stability, and provide scalability. Gunicorn is a widely used and trusted server for running Django applications in such an environment. In thi...Discuss路51 readsDjango
Anand ParmarforAnand Parmar's bloganandparmar.hashnode.net路Apr 22, 2023Deploy NestJS app to AWS1) First setup Nginx on Ubuntu https://anandparmar.hashnode.dev/install-nginx-in-aws-ubuntu-2004 2) Install Node in Server First install Node Version Manager curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash export...Discussnestjs
Anand ParmarforAnand Parmar's bloganandparmar.hashnode.net路Apr 22, 2023Install Nginx in AWS Ubuntu 20.04Click on Launch Instances Add Server Details Enter Server name Select OS Image here we select Ubuntu 22.04 Create a key pair file this will be used for SSH login Configure network setting Select create security group if you have existin...DiscussAWS
Chisom Judechisomjude-1630200619454.hashnode.net路Apr 21, 2023Deploy Azure Ubuntu VM with Nginx Webserver using TerraformSequel to the last Terraform Azure Project - Deploying 3 Tier Application o Azure App Service via Terraform, this project won't be deploying to Azure App Service but will guide you on setting up your environment, in this case, an Ubuntu 20.04 virtual...Discuss路58 readsDevops
Shiva AbhishekforShiva Abhishekshiva71.hashnode.net路Apr 14, 2023Hosting a Website using NGINXIn this blog, we will deploy/host the Todo application on an AWS EC2 instance using the NGINX webserver. What are Web servers and NGINX? What are Web servers? Web servers are the servers that serve the web files, which means as we write our applicati...DiscussWeMakeDevs
Rohit KadolkarforRohit Kadolkar's blogrohitkadolkardevops.hashnode.net路Apr 9, 2023#Day17 part-2 Docker Project for DevOps Engineers. #90DaysofDevOpsRoute a Django code through Nginx Create a Docker file for an app django-notes-app from scratch. Build an image using the Docker file and run a container. Verify that the application is working as expected by accessing it in a web browser. Push the i...Discuss路28 readsDevops
Sohag Hasansohag.hashnode.net路Apr 8, 2023Mastering Load Balancing with Nginx: Boosting Performance and ReliabilityIntroduction: In today's web application landscape, managing high traffic loads and ensuring optimal performance, availability, and reliability is critical. Load balancing is a crucial technique that can help achieve these goals. In this blog post, w...Discussnginx
Allu JayadeepforALLU JAYADEEPjayadeepallu3.hashnode.net路Apr 7, 2023Deploying a web-application using Nginx server and Reverse Proxy馃尰NGINX: Nginx is a web server used for serving static web files it also acts as a reverse proxy it also gives us features of load balancing also does URL redirection, indexing, and caching. Why Nginx? High performance: Nginx is known for its high per...DiscussTrainWithShubham
Shaun Hforhypno_scriptshypno.hashnode.net路Apr 6, 2023Another Ubuntu Server: SimplifiedIntroduction Are you tired of scouring馃攷 the internet for server setup instructions every time you need to spin up a new server? Me too. As a developer, I know how frustrating it can be to forget the exact steps for setting up a server and sometimes ...Discuss路33 readsDevops
Rohit MaratheforRohit Maratherohit-marathe.hashnode.net路Apr 4, 2023Deploying a Static Website From Local To AWS EC2 With NginxIntroduction In this tutorial, we are going to learn how you can deploy your static website from local to aws ec2 server with nginx. Step 1 This is a website that we are going to deploy and currently, it is running on the localhost. This is the webs...Discuss路84 readsDevops