Recent
processing uk rail data in real-time
·6 mins
A Go service that consumes UK rail data from Kafka and persists it to PostgreSQL using table partitioning. Built with franz-go, it handles millions of daily messages while maintaining data consistency.
engineering arrogance
·10 mins
Innovation and rapid execution drive success in technology companies, but arrogance within engineering teams can silently erode this foundation. When technical expertise becomes a barrier rather than a bridge, it threatens the very innovation it claims to protect.
building with google sheets api in go
·7 mins
Master Google Sheets API integration in Go with practical examples covering A1 notation, batch operations, and production-ready patterns for robust data operations.
building stria to streamline payment data integrations
·3 mins
Learn how Stria simplifies payment data integration by syncing Stripe directly to Google Sheets - no code required. See how this new service solves common integration headaches
postgresql table paritioning
·3 mins
Discover practical PostgreSQL table partitioning strategies with Go code examples. Learn how to automate partition creation and optimise query performance.
yaml configuration: an unexpected bug
·1 min
Few weeks ago I wrote about YAML configuration and why I believe they are the best of a bad bunch of formats.