Freelance Work Standardization
Consistent framework across projects. Build once, reuse everywhere.
Cada paso deja huella / Each step leaves a mark
Consistent framework across projects. Build once, reuse everywhere.
Mock systems you can't access yet - DB designs in progress, Kubernetes not ready, APIs being built. Test locally with shunts.
BDD -> Gherkin -> Tests. Explore behavior first, then generate tests.
The four systems that make up Soleprint.
How connectors evolve from simple to complex.
| Type | Description | Example |
|---|---|---|
| Vein | Stateless API connector | Jira, Slack, Google |
| Shunt | Fake connector for testing | MercadoPago mock |
| Pulse | Vein + Room + Depot | Jira for AMAR project |
| Plexus | Full app (backend + frontend + DB) | WhatsApp with chat UI |
How source is built into runnable instances.
| Command | Output |
|---|---|
python build.py |
gen/standalone/ |
python build.py --cfg amar
|
gen/amar/ |
python build.py --all |
both |
How rooms are configured in cfg/.