Tag :: Fastapi
1
- 1. Project Initialization
- 10. Managing API Keys - Backend Implementation
- 12. Refactoring 2: Backend - Applying Async Database Management
- 14. Makefile Setup
- 15. FastAPI Service Architecture: Thin Routers, Service Layer, and DTO Patterns
- 16. Idempotency and Replay Safety for Trade Execution Endpoints
- 17. Testing Async Services in FastAPI: pytest‑asyncio Fixtures and Mocks
- 18. Securing API keys and secrets with Pydantic settings + .env
- 19. Observability for trading systems: logging, metrics, and tracing basics
2
- 2. Setting Up the Backend
- 20. Designing resilient exchange adapters (rate limits, errors, retries)
- 22. Redis + Postgres patterns for market data caching and persistence
- 23. Async trading workflows: handling long‑running tasks and retries