Go

Go: how to handle form submission with Fiber

In this article, we will explore how to handle form submission via POST using Fiber, a web framework for Go.

June 1, 2024
Python

Python: how to create, submit, and handle a form using Flask

In this article, we will see how to create, submit, and handle a form using Flask.

June 1, 2024
Bash

How to create a basic Bash script to monitor a website's uptime

With a Bash script, you can automate uptime control and receive immediate notifications in case of downtime.

May 26, 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
Go

Go: how to calculate the number of available IP addresses in a subnet

In this article, we will see how to implement a function in Go to calculate the number of available IP addresses in a given subnet.

May 19, 2024
Python

Python: how to calculate the number of available IP addresses in a subnet

In this article, we will illustrate how to use Python to perform these calculations, taking advantage of the potential of the language and some useful libraries.

May 19, 2024