Backend Golden Paths
Golden Paths for backend services, ready to deploy on Cloud Run with CI/CD pipeline, observability, and corporate security included.
| Golden Path | Language | Framework | Runtime | Best for |
|---|---|---|---|---|
| Spring Boot | Java | Spring Boot | JDK 21 | Enterprise APIs, high throughput |
| Python FastAPI | Python | FastAPI | Python 3.11+ | Async APIs, data/AI |
Both follow a hexagonal architecture (ports and adapters), keeping business logic independent from infrastructure.