Hi All, I python how do we manage configuration. For eg- in .net we will have configuration in 1. appsettings.json, 2. appsettings.{environment}.json 3. Environment variab...
Hi All Have a small doubt. As per official documentation, https://fastapi.tiangolo.com/pt/deployment/server-workers/ and https://github.com/tiangolo/fastapi/discussions/7439...
Hi All https://dev.to/manukanne/a-python-implementation-of-the-unit-of-work-and-repository-design-pattern-using-sqlmodel-3mb5 This is a good way to implement uow and reposit...
I have a question w.r.t python deployment I have a fast api app and celery worker Do you usually deploy in single container or multiple container?