Built a RESTful blog aggregation service in Go that fetches, parses, and stores posts from multiple RSS feed sources • Implemented API key–based authorization to ensure users can access and manage only their own feed subscriptions • Designed a PostgreSQL relational database schema to manage feed metadata, user subscriptions, and aggregated posts • Developed a scheduled background polling system to continuously refresh RSS content while keeping API responsive.
Built with