A space for experimentation and learning ๐
-
Foundations of enterprise software development (Course): Building scalable software architectures with a focus on modularity and enterprise patterns. .
-
Websocket: FastAPI backend: Experimenting with Websockets with FastAPI and async programming.
-
FastAPI dependency injection: Exploring dependency injection in FastAPI: clean setups, nested dependencies, dev experience, and pitfalls .
-
Wrapping a Flask app in a FastAPI app: Experimenting with wrapping/serving a Flask app in a FastAPI app. This would allow for a gradual migration from Flask to FastAPI.
-
Flask dependency injection: Experimenting with dependency injection in Flask: clean setups, nested dependencies, dev experience, and pitfalls. Conflict-related issues between Flask-Injector and (Flask-Pydantic or Flask OpenAPI3).