Skip to main content

4 docs tagged with "project"

View all tags

Project: Async Data Aggregation API

Build an async FastAPI service that aggregates data from multiple external APIs concurrently - with caching, rate limiting, circuit breaking, and background refresh.

Project: Concurrent Web Scraper

Build a production-grade concurrent web scraper using ThreadPoolExecutor and asyncio - rate limiting, retry logic, robots.txt compliance, and structured output.

Project: Library Management System

Build a command-line library management system backed by SQLite - books, members, loans, with proper SQL, transactions, and a clean data access layer.