Logo

Developer Blog

Anton Lijcklama à Nijeholt

Dedicated to cultivating engaging and supportive engineering cultures

A bright flash of something hitting the earths athmosphere.

When white is too bright

White? My eyes prefer lemon chiffon...

A person with a huge sack on his back surrounded by nothing.

The liability of everything

A lesson learned from managing my static website with Hugo.

Colourful pieces of fabric sowed together.

Add Pandoc Metadata With Git Log

A brash one-liner to prepend a Markdown file with git metadata.

Heroglyphs in a cave.

Secret Message to the Primeagen

Using vim-abolish to decode the secret message in Telescope.

A person standing in a dark fog made up of strange symbols.

404 - Netrw Not Found

Where did netrw go? Isn't it supposed to be part of Vim and Neovim?

A portable laptop standing on a wooden table in a bright room.

My Portable Dev Setup With Ansible

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.

A plant growing out of a square piece of machinery.

Hello Tailwind CSS! Goodbye Pure CSS

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 whale flying in the sky moving containers between two enourmous boats loaded with containers.

Testcontainers With Rancher Desktop

A quick guide on migrating away from Docker Desktop.

A person on top of a mountain with his arms spread opening the clouds, symbols are falling down the sky and he's looking at a bright bluish light.

QMK: The Subtle Art of Key Overrides

Navigating the complexities of QMK.

A giant ear floating in the sky in a strange futuristic world.

6 Tips on How to Give and Receive Feedback

It's all in the eye of the beholder...

A ZSA Voyager split keyboard with a COLEMAK layout on it.

COLEMAK: The Keyboard Layout for the Speedy, the Brave, and the Bold

My journey with a keyboard layout designed for warp speeds.

A giant credit card taking the money from begging people.

Tech Debt is Like a Credit Card, Easy to Use, but the Interest Rate is High

Tech debt is often seen as a problem that only affects the team responsible for the codebase. However, this is far from the truth.

A coffee cup carrying a piece of paper.

A Lean Coffee 'Cheat Sheet'

Lean coffee is an incredible format. It's a simple yet powerful way to discuss important topics in a team without any upfront costs.

A 3d render of the seat of a Formula 1 car.

Type-Safe Error Handling With Scala 3

What's a typed error channel and how could it look like in Scala 3?

A Formula 1 racing car with the Scala logo.

Type-Safe Error Handling With Shapeless Coproducts

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.

Road workers working on curved roads in a mountainous area with a light blue lake.

Compile-Safe Builder Pattern Using Phantom Types

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.

A coffee bean in the shape of a giant sloth, surrounded by coffee beans.

Be Aware of the Non-Lazy Nature of Java

Laziness in Java doesn't come easy! It's easy to mess up, without even realizing it.