Sandboxing Zola: lightweight isolation of a static website generator

In this post I'll show how to sandbox Zola using Landlock, avoiding to push confidential information (i.e., files and environment variables) to your website.

A programmer's approach to the JLPT N3

In this post I'll share my experience preparing for the JLPT as a programmer.

Calling Go from Python via gRPC

In this post I’ll show you how to make remote procedure calls via gRPC between Python and Go, securing the communication with TLS.

How to upgrade the Kernel (beginner)

In this post I'll show you how to build and install the latest Kernel version available to your system, possibly enabling the Landlock LSM module.

A simple way to collaborate with Python developers that do not use Emacs

In this post I'll share some tips to make it easier to setup a collaborative (Unix-based) Python development environment.