Do, or not do. There is no try. – Yoda
My findings while exploring various aspects of programming

Four architectures, one system

What eleven years of running the same production software taught me about simplicity, failure, and change.

· 6 minutes reading time

Adding audio to your blog

Three ways to add audio to your blog: native elements, shortcodes, and Howler.js.

· 2 minutes reading time

Static lifetimes and factories

Some Rust values, particularly string literals, persist beyond their variable's scope, and how this behavior enables factory-like patterns.

· 3 minutes reading time

How I localized my Hugo theme

Overcoming challenges and solutions for adding localization to a Hugo theme, including string extraction, date formatting, and managing plural forms.

· 5 minutes reading time

Dark theme toggle with Tailwind

Version 4 simplifies dark mode implementation in React, leveraging modern theming and automatic opacity handling for colors. I use local storage to persist user preferences across sessions.

· 5 minutes reading time

Is CSS a programming language?

With modern features and conditional logic, CSS has evolved into a versatile tool, blurring the lines between traditional styling and computational problem-solving in the realm of web development.

· 8 minutes reading time