Feb 20, 2026 from Boris Tane The Software Development Lifecycle Is Dead AI agents didn't make the SDLC faster. They killed it. All that's left is context.
Feb 10, 2026 from Boris Tane How I Use Claude Code The research-plan-implement workflow I use to build software with Claude Code, and why I never let it write code until I've approved a written plan.
Feb 01, 2026 from Boris Tane Ship types, not docs Types are the contract between services, docs are not
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
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
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