RSSAmplifier

Blog

Boris Tane

I'm Boris Tane, and I build software

boristane.comRSS feed ↗20 posts

Latest posts

Slop Creep: The Great Enshittification of Software

Coding agents didn't make poor engineers dangerous. They made them unstoppable.

The Software Development Lifecycle Is Dead

AI agents didn't make the SDLC faster. They killed it. All that's left is context.

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.

Ship types, not docs

Types are the contract between services, docs are not

Logging Sucks

Why traditional logging fails in distributed systems and how wide events transform debugging from archaeology into analytics

What even are Cloudflare Durable Objects?

Notes from 2 years of building with Cloudflare Durable Objects

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

Context engineering is what makes AI magical

What's context engineering and why you should spend more time on it.

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

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

Observing Serverless Applications

Best practices for observing serverless applications

Observability wide events 101

What are wide events, why and how should you implement them?

Lessons from self-hosting ClickHouse

We self-hosted ClickHouse for nearly 3 years, what did we learn?

Lessons from starting, building, and exiting a devtools startup

Key learnings from building Baselime

Craft your own serverless observability platform

How do you build your own observability platform? And should you?

Observability with ClickHouse

A "behind the scenes" view into building an observability solution with ClickHouse.

Creating an innovation engine with observability v2

I gave this talk a second time, with corrections and improvements :)

Creating an innovation engine with observability v1

How can you leverage your observability tooling to innovate faster?

Exploring JavaScript Runtimes on AWS Lambda

Benchmarking a few JavaScript runtimes on AWS Lambda

Serverless Transactional Outbox Pattern on AWS

How I implemented a transactional outbox pattern on AWS with serverless services