Insights

Practical writing on software engineering, AI integration, cloud architecture, and internal tools, grounded in real client work rather than marketing abstractions.

Architecture
Serverless
Backend

Serverless or Actual Servers? How to Choose Your Backend in 2026

The debate is mostly religious. The honest answer is almost always both, chosen per component based on load profile, team capability, and cost. Here's how to pick.

Apr 23, 202610 min read
Mobile
React Native
iOS

React Native vs Native: How to Choose in 2026

The honest trade-offs between React Native, Swift, and Kotlin, when each makes sense, where each falls short, and how to decide without picking based on vibes.

Apr 2, 20269 min read
AI
RAG
LLM

Building a RAG System That Actually Works in Production

RAG demos are easy. Production RAG systems that answer questions accurately, stay cheap to run, and don't hallucinate on real data are harder. Here's the architecture we use.

Mar 11, 202611 min read
Custom Software
Internal Tools
Operations

When to Build a Custom Internal Tool (and When to Stick with Spreadsheets)

Most internal tool projects either ship too early, wasting engineering time on a problem a spreadsheet could solve, or too late, by which point the workarounds have calcified. Here's how to tell the difference.

Feb 13, 20268 min read
Golang
Backend
Performance

Golang - A Game Changer for Backend Teams

Go isn't fashionable. It's just unreasonably good at the boring backend problems that eat real teams: concurrency, deployment, performance, and onboarding.

Jan 19, 202610 min read
Node.js
NestJS
TypeScript

Nest.js - Or How to Build Reliable Microservices with TypeScript

Nest brings structure to Node services without the ceremony of Java. Used well, it gives a small team the architectural discipline that usually requires a senior backend hire.

Nov 7, 202511 min read
AWS
Cloud
Infrastructure

How AWS Can Help Your Business Grow Fast

AWS isn't just hosting. Used well, it removes entire categories of work (provisioning, scaling, compliance, global distribution) so a small team can outship companies ten times their size.

Aug 14, 20259 min read