Back to All Posts

technology

Browsing articles in technology

We Stopped Using Redis—Postgres Was Enough
Technology
March 1, 2026

We Stopped Using Redis—Postgres Was Enough

Redis was our caching layer for 4 years. Then we discovered that Postgres with proper indexing, connection pooling, and UNLOGGED tables could handle every workload Redis was serving — with fewer moving parts and zero cache invalidation bugs.

We Stopped Using Docker—Bare Metal Was Faster
Technology
March 1, 2026

We Stopped Using Docker—Bare Metal Was Faster

Docker was supposed to make deployments reproducible. Instead, it added 300ms of cold-start latency, tripled our image sizes, and created a layer of abstraction nobody on the team actually understood. We went back to systemd and couldn't be happier.

We Killed Staging—Testing in Production is Safer
Technology
February 3, 2026

We Killed Staging—Testing in Production is Safer

Staging environments are a lie. They never match production data, they drift in configuration, and they give a false sense of security. We deleted Staging and moved to Feature Flags and Canary Deploys in Production.

Unlocking the Power of Enterprise AI
Technology
December 28, 2025

Unlocking the Power of Enterprise AI

A comprehensive guide to implementing artificial intelligence solutions in large-scale organizations while maintaining security, compliance, and ethical standards.