Freelance Work Standardization
Consistent framework across projects. Build once, reuse everywhere.
Cada paso deja huella / Each step leaves a mark
# Build standalone python build.py dev cd gen/standalone && .venv/bin/python run.py # Build with room config python build.py dev --cfg amar cd gen/amar && .venv/bin/python run.py # Visit http://localhost:12000
Consistent framework across projects. Build once, reuse everywhere.
Mock external systems locally when you can't access client infrastructure.
BDD -> Gherkin -> Tests. Explore behavior first, then generate tests.