Blog

Technical Depth, No Fluff.

Architecture decisions, production patterns, and what actually ships in terminal-first developer tooling.

Self-Hosting SprintOS: A Complete PostgreSQL Setup Guide
Dev Tips Jun 8, 2026

Self-Hosting SprintOS: A Complete PostgreSQL Setup Guide

How to run your own SprintOS instance with full data ownership using PostgreSQL — on Railway, Supabase, Neon, or a bare VPS. No vendor lock-in, no $15/seat/month.

11 min read Read more arrow_forward
Building a TUI in Go with Bubble Tea: What I Learned Building SprintOS
Tech Stack Jun 5, 2026

Building a TUI in Go with Bubble Tea: What I Learned Building SprintOS

A practical deep-dive into building terminal user interfaces with Go and the Bubble Tea framework — architecture decisions, performance lessons, and the patterns that actually work in production.

14 min read Read more arrow_forward
GitHub Issues in Your Terminal: How SprintOS Two-Way Sync Works
Dev Tips Jun 3, 2026

GitHub Issues in Your Terminal: How SprintOS Two-Way Sync Works

How SprintOS keeps your GitHub issues and PRs in sync with your sprint board — without leaving the terminal. Real-time updates, automated task creation, and keyboard-driven triage from a single interface.

10 min read Read more arrow_forward
Rust for Backend Engineers: An Honest Assessment After 6 Months
Dev Tips May 20, 2025

Rust for Backend Engineers: An Honest Assessment After 6 Months

I spent 6 months building production services in Rust. Here is what actually matters — the borrow checker, async runtime tradeoffs, ecosystem maturity, and whether it is worth it for a full-stack engineer in 2025.

12 min read Read more arrow_forward
Why I Switched From Node.js to Go for High-Load Backends
Dev Tips May 8, 2025

Why I Switched From Node.js to Go for High-Load Backends

After hitting the wall with Node.js at 8K concurrent connections, I migrated a critical service to Go. Here is what changed, what stayed the same, and what I learned building Go microservices for production workloads.

10 min read Read more arrow_forward
How I Build WhatsApp AI Agents That Actually Work in Production
AI Tools Apr 15, 2025

How I Build WhatsApp AI Agents That Actually Work in Production

A breakdown of the multi-agent architecture behind TuVendedor24 — how we handle lead qualification, automated scheduling, and 10,000+ daily conversations on WhatsApp without breaking.

8 min read Read more arrow_forward