© 2023 Hashnode
#web-servers
Have you ever wondered what happens when you type a URL into your browser and press Enter? The process is quite complex and involves several steps, including DNS resolution, establishing a TCP/IP conn…
Nginx is a high-performance web server, reverse proxy server and load balancer. It is widely used in modern web applications due to its excellent performance, scalability, and reliability. In many pro…
Searching the internet is second nature to most of us. Every day we consult countless websites to find information, but do we ever stop to wonder how it works? Whenever we open our browsers either Goo…
Web servers are a crucial component of the internet infrastructure, responsible for delivering web content to users' browsers. In this article, we will provide a comprehensive guide to two of the most…
Launching the Docker container and running the Application on top of the container is one of the use cases or one of the important things we learn in the last blog. You can refer to the blog by using this link. Let's see more about docker W…
Task: Provision EC2 instance through Ansible. Retrieve the IP Address of the instance using a dynamic inventory concept. Configure the webserver through Ansible. Amazon Web Services: Amazon Web Services (AWS) is a subsidiary of Amazon …
If you are like most people, you probably use Google every day to search for information, find directions, or read the news. But have you ever stopped to wonder what happens behind the scenes when you…
Web servers are a critical component for hosting websites, web applications, and APIs. Linux-based servers are the most popular choice for web hosting due to their flexibility and stability. Some of t…
Introduction In the first article of this series, we take a look at DNS. Specifically the question "What happens when you type google.com in your browser and press Enter?". This question is a classic …
🔥Introduction Nginx is a highly performant, scalable, and reliable open-source web server software that is frequently utilized as a "reverse proxy.” But why is it labeled as a "reverse" proxy which r…