A live, deployed AWS Lambda function that accepts a city name and returns a 7-day daily forecast as JSON — including temperature ranges and precipitation data. Built with Python 3.12, exposed via API Gateway, and sourced from Open-Meteo with no API key required. Includes full test suite for both local and live endpoint testing, deployment documentation, and support for both direct invoke and API Gateway event formats.
1
24
Hands-on demonstration of dbt (data build tool) for SQL-based data transformation and modeling — used widely in modern data stacks
1
23
A structured, self-documented Python repo covering data ingestion, cleaning, transformation, database integration (PostgreSQL, SQLite, Snowflake), and ETL patterns. Built as a practical reference for real-world data workflows.
1
23
Demonstrates containerizing Python data applications for reproducible, portable environments — a common requirement for production automation work.