Task Manager is an educational portfolio web application for managing personal tasks. The project is built with FastAPI and demonstrates core backend development skills: REST API design, database ...
**Data Cleaning & Quality Automation Tool** Preprocessing the data typically consumes most of the time of analysts. This led me to develop a fully automated data quality pipeline in Python that ...
FastAPI: While FastAPI is not strictly required for using asynchronous tools with SQLModel, we'll use it in this example to simplify the demonstration. Database Support: SQLite does not support ...
Deploying a modern web application to AWS is not only about pushing code to the cloud. A production-grade deployment process must cover local development, containerization, CI/CD, database migration, ...