I've been maintaining a DRF application for the past 4 years, and I'm currently rearchitecting my stack to be cloud native. Currently, everything is deployed with docker compose on the same VM (Postgres + Redis + Nginx + Gunicorn + Celery, but I'd like to…
Every AI project we took on started the same way. Django 4.x with a clean modular app structure that won't fight you when the project grows The architecture decision that matters most https://github.com/GENIA-Americas/Glapagos-Backend.git…