escritos · writing
Writing.
Notes from the engineering side of the practice — how a thing gets checked, what the audit actually found, and why the decisions get written down.
-
Docs as Code: The Unsung Hero of Our Refactor
In our latest refactor, the most important files weren't Dart files; they were Markdown. Here's how we used docs-as-code to guide our work.
-
The Zen of Flow: A Repeatable Refactoring Workflow
How we used Zenflow to create a structured, repeatable, and AI-assisted workflow for a major refactoring effort in our Flutter app.
-
From Red to Green: A Test-Driven Refactoring Story
Our Flutter app had 25 failing tests. Instead of panicking, we used this as an opportunity for a major, test-driven refactor.
-
The Five F's: A Developer's Philosophy for Shipping
Fuck it, Fix it, Feature it, (Re)factor it, and... what's the fifth? Exploring 20 possibilities for the final F in this pragmatic development framework.
-
Beyond the Starter Kit: Architecting an AI Dev Tool
How I designed a production-ready tech stack for Dojo Genesis, an AI-powered development orchestrator, moving beyond typical starter kits.
-
AI Integration Without the Hype: A Practical Guide for Existing Apps
Most AI integration advice is either too vague or too complex. Here's a step-by-step framework for adding AI features to your existing application—without rebuilding everything or chasing hype.
-
AI-Assisted Code Audits: A Developer's First Look
I used an AI agent to perform a rapid, in-depth audit of a new Flutter project. Here's the process and what I learned.
-
The 4 Pillars of CI/CD: A Zenflow Automation Protocol
Discover the four essential scripts that form the backbone of any modern CI/CD workflow, and how we implemented them for a Flutter project.