Gab’s Notes

My take on tech related subjects (but not only)
Trumpeting elephant

Upgrade PostgreSQL in Docker

Upgrading postgresql can’t be done in-place, so here’s a scripted version to help you do so.

2023-08-17 · 2 min · 382 words

find to the rescue

find has many filters to help you locate the files you’re looking for.

2023-06-29 · 2 min · 334 words

Update this feed's URL

The RSS feed for this blog has changed.

2023-05-21 · 1 min · 48 words
OVHcloud logo on a wall, slightly blurry

To a new adventure!

I have a new job

2023-03-24 · 1 min · 203 words

pip-tools for Python dependencies management

Here’s how and why I use pip-tools for my side-projects.

2023-03-02 · 5 min · 977 words

Setup rtx with direnv for Python

Improve startup time and simplify your PATH

2023-02-28 · 3 min · 485 words

Create a CSR with SAN

How to generate a CSR for a basic certificate supported by modern browsers

2022-12-20 · 1 min · 98 words

Reduce your page load time with htmx in less than an hour

HTMX is a wonderful piece of technology for backend developers who don’t want to write frontend code but still provide nice UX.

2022-09-26 · 3 min · 629 words

Certificates chain correct order

Certificates in a chain file should start with the “final” certificate (the cert issued to you). Each following certificate should be the issuer of the previous one.

2022-08-04 · 1 min · 125 words

Optimize large Django migrations

Sometimes more is less.

2022-03-31 · 3 min · 489 words