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.
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.
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.
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.
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.
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.