Python

When Sentry eats your transactions

Sentry silently drops transactions that blow past its span and payload limits, so the heaviest background jobs are exactly the ones missing from your dashboard. Capping span count and truncating span descriptions on bytes brings them back.

Python as the new Latin

I used to teach people to code. And looking back, I was teaching students to write it by hand while the tools that write it for them were getting better every single month. So what should a coding classroom actually look like now?

Bootstrapping a birding database using GenAI (Part 2)

Part 2 of the article about Mossie, when it was faced with scaling to include every bird in the world, complete with photos, sounds, and icons.

Bootstrapping a birding database using GenAI (Part 1)

A small birding app with 300 manually entered species faced an ambitious challenge: scale to include every bird in the world, complete with photos, sounds, and icons. This article explores how the team used GenAI to bootstrap a comprehensive birding database from scratch.

Taming a Python: don't let the snake bite

Adapting to a new tech stack is all about mindset. Switching from PHP to Python was an eye-opener. Package management confusion, unexpected paradigms, and a lack of encapsulation made for an interesting challenge. Embracing constraints is the secret to growth.

Subscribe