Dedicated to cultivating engaging and supportive engineering cultures.
A brash one-liner to prepend a Markdown file with git metadata.
Using vim-abolish to decode the secret message in Telescope.
Where did netrw go? Isn't it supposed to be part of Vim and Neovim?
In this article, I share my journey of automating laptop setup using Ansible, and how I leveraged Ansible's power to create a streamlined and efficient process.
My blog has been using Pure CSS since I published my first article in 2019. It's time for a makeover. Hello Tailwind CSS!
A quick guide on migrating away from Docker Desktop.
Navigating the complexities of QMK.
It's all in the eye of the beholder...
My journey with a keyboard layout designed for warp speeds.
Tech debt is often seen as a problem that only affects the team responsible for the codebase. However, this is far from the truth.
Lean coffee is an incredible format. It's a simple yet powerful way to discuss important topics in a team without any upfront costs.
What's a typed error channel and how could it look like in Scala 3?
Looking for a union type in Scala 2.x? Look no further! Let's have a look at how we can use Shapeless coproducts for type-safe error handling.
Phantom types? A very cool technique to create more robust code! We'll be looking at the traditional builder pattern in Java and how we can create a compile-safe version in Scala.
Laziness in Java doesn't come easy! It's easy to mess up, without even realizing it.