Foundations of HTML parsing
This article delves into the basics of HTML parsing, its significance, and the tools and techniques used in the process.
How to create a pipeline on GitLab
In this article, we'll walk through how to create a CI/CD pipeline in GitLab to automatically publish changes to a production server whenever a push is made to a repository.
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.
An introduction to PHP extension development
This article provides an introduction to PHP extension development, exploring the reasons why you might need one and the basic steps to create one.
Setting up nginx to manage a WordPress instance on Docker
In this guide, we will see how to configure nginx as a reverse proxy web server for a WordPress instance installed on Docker.