Excited to share a small before → after transformation of my LinkedIn profile 🚀 I recently refreshed my profile to better reflect my journey as a Python Backend Engineer, highlighting my experience ...
Database migration is the controlled process of changing a database schema over time. FastAPI ↓ SQLAlchemy ORM Models ↓ Alembic Migration Scripts ↓ PostgreSQL / MySQL / SQL Server / SQLite SQLAlchemy ...
End-to-end NL2SQL demo for financial data exploration . Upload any CSV file via browser → auto-creates MySQL uploaded_* table, generates metadata, rebuilds retrieval indexes (Qdrant + Elasticsearch), ...
Project Structure text-to-sql/ ├── backend/ │ ├── main.py # FastAPI app, routes, startup seeding │ ├── database.py # MySQL connection, schema extractor, │ │ # query runner, seed function │ ├── llm.py ...