Blog.

Just a decorative image for the page.

My musings on anything from leadership to technology to entrepreneurship and back.

Feb 14, 2024

PostgreSQL for Everything

You need simplicity if you want to move fast. PostgreSQL can very well replace Kafka, Redis, Clickhouse and Elastic. And many successful companies are doing exactly that. Let's check out how.

Feb 7, 2024

Three States in User-Interface Design

Most user interfaces are only designed for the Regular State. But that's a mistake that will lead to frustrated users and lots of additional work for your teams.

Jan 31, 2024

Three Strike Dismissal in One-On-Ones

Keith Rabois recommends to dismiss your report when you feel bad about an upcoming one on one more than three times in a row. Interesting. But is this a good idea?

Jan 24, 2024

CTO vs. CIO

Some companies have a CTO. Some companies have CIOs. Let's discuss some key differences.

Jan 17, 2024

New Sheriff in Town

'New sheriff in town' is a phrase I learned from a great CTO. It illustrates that a swift transition is crucial when leadership changes. Having two sheriffs is precisely one sheriff too many.

Jan 10, 2024

Friendly - The Texas Way

During a trip to Texas, I was struck by the friendliness and politeness of the locals. I think we should all be a bit more Texan in our daily lifes.

Jan 3, 2024

Breakneck Speed vs. Full Prudent Speed in Engineering

Startups often operate at breakneck speed, facing frequent changes and accumulating tech debt. Established engineering departments typically run at a prudent speed, maintaining focus and stability. Know when to choose which.

Nov 30, 2023

Engineering Vs. Programming

There's a huge difference between 'programming an application' and 'engineering an application'. This difference can make a business succeed or fail. Let's examine the difference.

Sep 25, 2023

Time-Series Data - Part 2

In the first part we found out that pure PostgreSQL was too slow for the volumes of data we expected for a client. Let's check out wether TimescaleDB - an extension for PostgreSQL - improves the performance.

Sep 20, 2023

TimescaleDB on Dokku

Let's install Timescale on a Dokku server.