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

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.

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
Development

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.

June 16, 2024
Development

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.

May 19, 2024