Go

Go: how to create a URL shortener

In this article, we will see how to implement a simple URL shortener using the Go programming language.

August 10, 2024
Python

How to generate VAPID keys with Python

In this guide, we will see how to generate VAPID keys using Python.

August 3, 2024
Node.js

How to generate VAPID keys with Node.js

In this article, we will see how to generate VAPID keys using Node.js.

August 3, 2024
Go

How to generate VAPID keys with Go

In this article, we will see how to generate VAPID keys using the Go programming language.

August 3, 2024
Bash

Monitoring the uptime of a website with Bash, cron and systemd

Ensuring that a website remains online and accessible is crucial for any business or individual relying on web presence. Automated monitoring can help quickly identify downtime and performance issues, allowing for swift corrective actions.

August 1, 2024
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