I created a recipe management API using FastAPI, SQLAlchemy, and MySQL while testing Claude Code. Although it is a simple configuration consisting only of CRUD, it was a perfect subject for organizing ...
A FastAPI backend where authenticated users can create and view their own todos, protected by JWT access tokens. Built with SQLAlchemy ORM for data modeling and Alembic for database migrations.
Analyzing 113,270 US ecommerce orders (Apr 2021 – Dec 2022) across Furniture, Office Supplies, and Technology to diagnose why more than half of all orders arrive late and nearly 1 in 5 lose money — ...