Published on May 3, 2026
Welcome to the nest
First entry in the journal. Why this site exists, what you'll find here.
- Tech
- Birds
Welcome to the nest
This site is several things at once: a portfolio, a sandbox for experiments, and a small tribute to my cockatiel. Over time I'll publish notes about .NET, Umbraco, home-grown DevOps, Formula Student with the Valais Racing Team, and let's be honest, some bird stories.
Why a personal site?
Because owning your corner of the web matters. No algorithmic feed, no "X minutes ago", just a place that lasts and you can arrange the way you want.
// Roughly the mindset
function publish(thought: Thought) {
if (thought.isWorthSharing()) {
return new BlogPost(thought)
}
return null
}
What's coming
A few things rattling around in my head:
- Notes from .NET / Umbraco work seen from inside Spektrum
- Slow but steady progress on my personal OS, the project sitting in a corner that I'll finish someday
- Homelab stuff: containers, self-hosted services, hardware tinkering
- Deep dives into the internal ERP I built for the team (calendar, members, orders, CRM)
- And whenever the moment calls for it, a picture of Romulus judging my code
See you soon.