Latest posts
Releasing a Product Without Marketing
Aug 4, 2024Reading time 3 minutes
A short post mortem about releasing a mobile app without doing any marketing for it. Perhaps also works as a cautionary tale.
Clean Code and Telling Stories
Sep 9, 2023Reading time 3 minutes
I finally started reading one of the biggest classics of software development and software craftmanship, Robert C. Martin's Clean Code. I have mixed feelings about it so far, but I'm all in for telling stories both in code and otherwise.
Data Object Presentation and Reality
Apr 8, 2023Reading time 3 minutes
I was recently reminded of how things might not be as they seem. This time the reminder took the form of JSON object stringification.
On DRY and Naming Conventions
Feb 25, 2023Reading time 3 minutes
I sometimes use rather unconventional names for my functions, and it might even be fine if they're only serving a very specific purpose.
Further Musings About Rust
Dec 31, 2022Reading time 3 minutes
I dive into some details about what I've struggled with while learning Rust. I can see myself making progress but it's obvious there's much to learn still.