Posts
All the articles I've posted.
Skepp — EU Infrastructure in One PR, and Why I Recommend It
Posted on:February 17, 2026 at 10:00 PM (5 min read)I tested Skepp — a service that analyzes your repo, generates production Terraform and CI/CD, and opens a single PR to deploy your app to your own Scaleway account in the EU. Here's why I recommend it.
The Perils of Premature Abstraction: When Code Duplication Isn't a Problem
Posted on:December 17, 2024 at 10:52 PM (5 min read)Understanding why abstracting and centralizing duplicated code too early can be restrictive and how to avoid premature abstraction.
Maximizing application performance by optimizing HTTP and Database operations
Posted on:July 26, 2024 at 02:19 PM (6 min read)Understanding why reducing and optimizing HTTP and Database calls is the most efficient way to improve application performance, with practical tips and examples.