The Constant Code Gardener

Latest posts

Releasing a Product Without Marketing

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

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

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

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

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.