[EN] VPN: firewall-based killswitch on GNU/Linux with UFW
Jan 14, 2026
How to block all your traffic except through your VPN on GNU/Linux using UFW.
[EN] Elixir can make you avoid the microservices architecture
Dec 14, 2022
The agent model implemented in Elixir via the BEAM scales by nature without the need for a microservices architecture.
[EN] Git: amending commits and forcing with lease a push
Jan 9, 2020
The "git push --force-with-lease" command allows you to force a push with a lot more safety than a classic "--force", checking the synchronization with the remote before taking action.