Our articles

We offer all kinds of articles on development, system administration, and much more!

JavaScript Nginx Docker
Expert
Dynamic configuration of environment variables

Dynamic environment variable configuration with Vite, Nginx and Docker offers an elegant solution for managing application parameters flexibly and securely. This approach combines the speed of Vite for front-end development, the robustness of Nginx a...

JavaScript
Debutant
Display file on upload

How do I display an image when downloading? Very simple, using the blob and the JavaScript URL API

JavaScript
Amateur
JWT authentication with react

JWT (Json Web Token) is a very comprehensive and secure authentication method. Learn how to set it up by including a refresh token

Monitoring
Debutant
Install Prometheus Node exporter on linux

Learn how to install the Prometheus Node Exporter agent on your linux (debian, ubuntu) machines to collect your metrics, in a few commands!