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.
How to generate VAPID keys with Python
In this guide, we will see how to generate VAPID keys using Python.
How to generate VAPID keys with Node.js
In this article, we will see how to generate VAPID keys using Node.js.
How to generate VAPID keys with Go
In this article, we will see how to generate VAPID keys using the Go programming language.
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.
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.