~10,000 readers a month · the main event
The blog
Long-form notes on platform engineering, cloud-native infrastructure, the Linux kernel and the messy reality of running AI workloads. Written in the open, occasionally opinionated.
archive
More writing

2 June 2024 · 8 min read
Analyzing Unsplash Photo Performance with Python
Photo-taking engineers, understanding how photos perform online can provide valuable insights into audience preferences and engagement. In this post, I'll walk you through a Python script I created to analyze the performance of my photos on Unsplash.
pythondatabases

14 July 2023 · 11 min read
How Databases Store and Retrieve Data with B-Trees
Learning about data storage and B-Trees from "Database Internals: A Deep Dive Into How Distributed Data Systems Work" by Alex Petrov (O'Reilly Media).
databases
lucavallin