Designed and implemented a resilient web application for handling student assignment uploads.
Utilized Django for the backend API, Celery for asynchronous task queuing, and Redis as a message broker to offload file processing, ensuring immediate user feedback.
Configured Caddy as a reverse proxy and round-robin load balancer for multiple Waitress/Django instances. Developed a React frontend interacting via REST API with CORS handling.