Development

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.

July 28, 2024
Development

Foundations of HTML parsing

This article delves into the basics of HTML parsing, its significance, and the tools and techniques used in the process.

July 28, 2024
Development

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.

July 20, 2024
Development

Blocking an IP address with nginx

In this article, we will see how to configure nginx to block access to certain IP addresses.

July 20, 2024
Go

Understanding how a switch works in Go

To better understand the operation of a network switch, we can create a simple simulation in Go.

July 20, 2024
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.

July 13, 2024