Dec 21, 2025 from Boris Tane Logging Sucks Why traditional logging fails in distributed systems and how wide events transform debugging from archaeology into analytics
Nov 04, 2025 from Boris Tane What even are Cloudflare Durable Objects? Notes from 2 years of building with Cloudflare Durable Objects
Oct 27, 2025 from Boris Tane Unlimited On-Demand Graph Databases with Cloudflare Durable Objects How to create isolated, scalable graph databases using Cloudflare Durable Objects and SQLite for multi-tenant applications
Sep 21, 2025 from The Autodidacts Quality, Quantity, and Effective Iteration The blogosphere abounds with free advice, and one of the more frequently-repeated morsels is to “be prolific”, and quality will naturally follow. The following story, from Art & Fear by David Bayle...
Jun 22, 2025 from Boris Tane Context engineering is what makes AI magical What's context engineering and why you should spend more time on it.
Apr 26, 2025 from Boris Tane Contextual Retrieval-Augmented Generation (RAG) on Cloudflare Workers Implementing Contextual Retrieval-Augmented Generation with Using Cloudflare AI, Vectorize and D1 database with Drizzle ORM in a Hono app
Mar 23, 2025 from Boris Tane One Database Per User with Cloudflare Durable Objects and Drizzle ORM Using Durable Objects and Drizzle ORM to create isolated SQLite databases for each user in a Hono app
Feb 22, 2025 from The Autodidacts Troubleshooting: a skill that never goes obsolete Much of what I do, in multiple fields, could be reduced to one skill: troubleshooting. I’ll define troubleshooting as systematically determining the cause of unwanted behaviour in a system, and fix...
Nov 26, 2024 from Boris Tane Observing Serverless Applications Best practices for observing serverless applications
Sep 07, 2024 from Boris Tane Observability wide events 101 What are wide events, why and how should you implement them?
Jun 18, 2024 from Boris Tane Lessons from self-hosting ClickHouse We self-hosted ClickHouse for nearly 3 years, what did we learn?
Jun 07, 2024 from Boris Tane Lessons from starting, building, and exiting a devtools startup Key learnings from building Baselime
Jul 12, 2023 from Boris Tane Craft your own serverless observability platform How do you build your own observability platform? And should you?
May 24, 2023 from Boris Tane Observability with ClickHouse A "behind the scenes" view into building an observability solution with ClickHouse.
Apr 13, 2023 from Boris Tane Creating an innovation engine with observability v2 I gave this talk a second time, with corrections and improvements :)
Mar 01, 2023 from Boris Tane Creating an innovation engine with observability v1 How can you leverage your observability tooling to innovate faster?
Nov 21, 2022 from Boris Tane Exploring JavaScript Runtimes on AWS Lambda Benchmarking a few JavaScript runtimes on AWS Lambda
May 16, 2022 from Boris Tane Serverless Transactional Outbox Pattern on AWS How I implemented a transactional outbox pattern on AWS with serverless services