Alinus' Diary
Dive into the intricacies of software development as we explore the latest trends, techniques, and insights.
Jan 28, 2026
Building a Personal Site with Axum
A deep dive into using Axum for server-side rendered websites with Askama templates and Tailwind CSS.
Jan 15, 2026
Error Handling Patterns in Rust
Exploring idiomatic error handling in Rust — from Result types to custom error enums and the ? operator.