My Tech Blog
Here I share my thoughts on backend, architectures, and the latest in tech. Take a peek!
-
July 14, 2026
Clean redirects on Cloudflare Pages
Moving a static site to Cloudflare Pages, the adapter redirects stop working. Here's how I solve them with _redirects and www → apex.
-
July 7, 2026
Compliant cookies in Astro with Consent Mode v2
Loading Google Analytics without consent breaks the GDPR. Here's how I wire vanilla-cookieconsent with Google Consent Mode v2 in Astro.
-
June 14, 2026
A real PDF CV (not an image) with window.print
Why I exported my CV to PDF with window.print and @media print instead of html2canvas: selectable text an ATS can actually read.
-
March 7, 2025
Dark/Light Modes in Tailwind
How I manage dark and light themes in Tailwind CSS v4: CSS variables in :root/.dark and the color config loaded with @config when migrating from v3.