How to limit incoming traffic with nginx
In this article, we will explore how to use nginx to limit incoming traffic, thereby improving the security and performance of your server.
Foundations of HTML parsing
This article delves into the basics of HTML parsing, its significance, and the tools and techniques used in the process.
Blocking a browser with nginx
In this article, we will see how to use nginx to block access to a website based on the browser used by the user.
Blocking an IP address with nginx
In this article, we will see how to configure nginx to block access to certain IP addresses.
Understanding how a switch works in Go
To better understand the operation of a network switch, we can create a simple simulation in Go.
Go: DNS queries with the Google DNS API
Google DNS APIs allow developers to perform DNS queries and get JSON responses. In this article, we'll walk through how to make a request to these APIs using the Go programming language.