Shrawan PoudelforShrawan's Blogprod.hashnode.net·Nov 18, 2021My talk on getting Inside Nginx Web ServerNginx pronounced like "engine-ex" is a web server that can also be used for reverse proxy, load balancing, mail proxy and HTTP caching. I heavily use Nginx professionally and i really love its flexibility and performance. See my detail presentation; ...Discuss·57 likes·386 readsnginx
Beta ScribblesforBeta Scribblesbetascribbles.hashnode.net·Jan 23, 2022What Happens When You Type google.com in Your Browser and Press EnterFrom the day computers were introduced till today, the working of the web remains to be a concept unknown to many. The web is a palace with so many agents waiting for your ruling command. Yes, you are the King here, just say your word and it will be ...Discuss·25 likes·1.5K readsGoogle
Luis AbrahamforLet's Get Swiftyluiabrah.hashnode.net·Sep 29, 2022FeaturedDeep Dive into the SwiftNIO ArchitectureSwiftNIO is an elegant low-level networking framework for Swift applications. I say low-level because you wouldn’t use SwiftNIO directly to build web applications, instead you’d use a web framework based on SwiftNIO like Vapor or the Smoke Framework ...Discuss·13 likes·218 readsSwift
Anushka VisapureforTeckbaker's Blogteckbakers.hashnode.net·Apr 22, 2023Deploying Web Server on AWS by using ANSIBLE!!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 providing ...DiscussDevops & Cloudansible
Ronnie AtuhaireforRonnie Atuhaire's Blog 🤓afroboy.hashnode.net·Apr 21, 2023What Happens When You Type https://www.google.com in Your Browser and Press EnterIf 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 type https://www.google.com in your browser and p...DiscussGoogle
Satish SutarforCloud, DevOps and Open Sourcesatishsutar-cloud-and-devops.hashnode.net·Apr 15, 2023Linux Web Servers: Setting Up and Securing Apache, Nginx, and other Web ServersWeb 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 the popular web servers used on Linux include Apach...Discuss·4 likesLinux DiariesLinux
Mark KibaraforAbove the Cloudstopsideboss2.hashnode.net·Apr 13, 2023Explain it to me like I'm 5 yrs old...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 and still a widely used interview question for man...Discuss·10 likes·35 readsCloud Conceptsdns
Ayush SoniforAyush Soniayushsoni1010.hashnode.net·Mar 28, 2023Why is Nginx called a “reverse” proxy?🔥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 raises the question? Many companies use proxy serve...Discussweb servers
DaveforLinuxDojolinuxdojo.hashnode.net·Mar 26, 2023How To Install the Apache Web Server on Debian 11Apache is a free and open-source HTTP web server that is the go-to choice for people looking to host a website on the internet. The Apache server is cross-platform, efficient, and is also extensible through its tons of loadable modules. In this strai...DiscussLinux
Bhavika Mauryaforbhavikamaurya.hashnode.net·Mar 19, 2023Understanding the Fundamentals of Web Servers: A Beginner's GuideWeb servers are the backbone of the internet, serving as a platform for delivering web pages and other digital content to users around the world. Understanding the fundamentals of web servers is essential for anyone looking to create a website, manag...Discuss·32 readswebserver
Programming Yearnerforprogrammingyearner.hashnode.net·Mar 18, 2023What is Server?Server is type of computer program or device that is mainly used to store , receive and send data to another computer program or client, In simple terms server is a device that provides services to another computer. By the way in case of providing se...Discuss·2 likesweb servers
Anurag Harneforanurag's blogannurag23.hashnode.net·Mar 15, 2023Introduction to Web Server & HTMLWeb Server: The web servers can be as hardware or software or both together. webserver as hardware this statement we can understand that the computer is a web server with files like HTML CSS. whenever it connects to the internet it can send to anothe...DiscussHTML
Akhil Sharmaforakh1l.hashnode.net·Feb 26, 2023Stateful vs Stateless Web TierIn this article, I will try to state what stateful and stateless web tiers are and how they are different. When the user types a domain name then the request is sent to the Domain name system(DNS) which returns the associated IP address to the user t...Discuss·35 readsSystem Design