Status Is a Distributed System
Why deployment status is not a UI label, but a consistency problem across databases, queues, workers, locks, reconcilers, Kubernetes, and user trust.
Essays and working notes on software architecture, infrastructure, AI tooling, APIs, and the tradeoffs behind production systems.
Why deployment status is not a UI label, but a consistency problem across databases, queues, workers, locks, reconcilers, Kubernetes, and user trust.
Why a PaaS control plane is really a reconciliation loop: desired state, observed state, transactional outbox events, and billing that cannot afford to lie.
Every retry loop, job queue, state column, and idempotency key is a piece of a durable execution engine. What Temporal, Restate, and Inngest actually solve, what they cost, and when a plain queue is still right.
Why the hard part of AI agents is not the model or the prompt but the harness: context management, tool design, sandboxing, evals, and the engineering discipline forming around agents in production.
A technical note on why platform backups need to be designed as user-facing recovery artifacts, not confused with storage-layer snapshots.
Why I am building Guara Cloud as a product around developer outcomes, Brazilian billing, service operations, and reliability instead of exposing Kubernetes as another complicated control panel.
A deep engineering note on incident analysis, evidence gathering, and avoiding premature certainty during Kubernetes and Longhorn storage failures.
A happy and warm goodbye to my time working as a Software Engineer at Deel
Building my own Kubernetes cluster on bare metal. Not because I reject the cloud, but because I want to prove I don't need it.
How a weekend experiment turned into SQLTemple, an AI powered SQL IDE built with Electron, React, and TypeScript to make working with databases actually pleasant.
A tour of my current homelab: pfSense, Proxmox cluster, HA stacks, media services, observability, AI experiments, and how this all fits into my house network.
Quintile, a framework for structuring autonomous AI agents into phased, cooperative teams like assembly line for collective intelligence.
Clean code feels good, but every layer of abstraction hides a tiny tax on performance and clarity. Here's why it matters.
If the code is the novelization of the business, much can be lost in translation.
Discover how a custom-built SaaS starter template can accelerate your development process, helping you go from idea to MVP faster.
An in-depth guide on securing your SaaS applications using vibe coding and AI-powered tools, ensuring rapid development without compromising security.
TypeScript’s new Go-based compiler is here, promising fastest performance and a smoother experience. Let’s unpack what’s new and why it matters!
An approachable overview of software scalability, detailing key factors that affect it and strategies to effectively scale applications.
An in-depth exploration of blockchain fundamentals, architecture, and a practical implementation using TypeScript/Node.js with code oriented content.
Explore friendly and practical tips for writing clean, maintainable code that every developer can relate to.
The journey of building Threadrize, an AI-powered platform for X (Twitter) users that helps create, plan, analyze, and grow their X social media presence.
A technical yet accessible guide to the concepts of concurrency and multithreading, exploring how they enhance performance in today's software applications.
Learn how artificial intelligence is transforming software development by automating tasks, improving code quality, and supporting innovative solutions.
Explore how artificial intelligence is shaping the future of software development with emerging trends and expert predictions.
How adding unnecessary complexity can destroy your software projects in the long run, and why simplicity often wins the race.
What I run on my personal homelab. My own server running at home.
Understand microservices beyond the buzzwords, exploring real pros, cons, and pitfalls.
Reflecting on the journey of learning APIs, this article shares practical lessons on error handling, scalability, and choosing between REST and GraphQL, aimed at helping new developers navigate the API landscape.
Learn about common pitfalls in API rate limiting and practical tips to avoid them.
Boost your Node.js backend performance with these seven quick and effective optimization tips.
An introduction to the V8 JavaScript engine used by Node.js, detailing how it compiles and optimizes code, and the key features that make it fast and efficient.
Explore the DRY (Don't Repeat Yourself) principle in software engineering, its benefits, and actionable tips to write maintainable and scalable code by avoiding repetition.
An introduction to my blog where I share insights about software engineering, architecture, cloud technologies and technology in general.
Implement a simple Vector Space powered Search Engine using Python and mathematical concepts.