Technical Projects
Selected architectures, data pipelines, and backend systems I have built.
Flight Risk Prediction ETL Pipeline
An orchestrated data pipeline managing 5.8 million flight records and integrated weather data. Engineered using a Medallion database architecture and deployed on Google Cloud Storage for the backend of a travel tech startup.
Python • GCP • Medallion Architecture
Local RAG Engine
A Retrieval-Augmented Generation system designed for querying technical documentation. Built a robust backend API using FastAPI and Pydantic, integrated with an SQLite database schema for efficient local memory management.
FastAPI • Pydantic • SQLite