- Developed a high-performance URL shortener using a hybrid storage architecture. - Leveraged Redis as the primary data store for redirects to ensure microsecond latency and used PostgreSQL as the source of truth. - Implemented a background job with APScheduler to synchronize click counts from Redis to PostgreSQL. - Built a secure authentication system using JWT tokens and the OAuth2 standard.