How We Keep Mobile App Bugs From Becoming Tech Debt
A look at the issue-pipeline workflow my team uses to triage bugs, split parallel work safely, and keep our private mobile app repo from accumulating avoidable tech debt.
Julius Shade
AI Engineering
Building an AI Software Factory
How my colleagues and I are building an AI-powered software factory to develop multiple applications concurrently — and the infrastructure that makes it possible.
Julius Shade
Why should you listen to me?
Self-taught across data engineering, full-stack development, and cloud architecture. Five years in, I'm designing and building AI systems at scale. I learn fast, go deep, and ship.
Take Notes
Always take notes. You will forget given time. Leave a clue for future you.
Setup CI/CD
if its worth deploying, its worth doing so in a repeatable way.
Tests
tests help you! Want to refactor and improve things? Tests let you do that!