easyurl.in — URL Shortener & Analytics
- Developed a full-stack URL shortener with real-time click analytics breakdowns by country, device, browser, OS and language
- Implemented Redis cache-aside pattern for sub-millisecond redirects with 15-minute TTL and immediate invalidation on link updates
- Analytics engine with dynamic time bucketing daily/weekly/monthly GROUP BY switching based on date range to prevent chart compression
- Anonymous shortening with IP-based rate limiting (3 links/3 hours) tracked in Postgres; authenticated accounts get permanent links with full analytics
- Google Safe Browsing v4 integration with a local domain escalation system 5+ flags on the same domain triggers an admin review queue
- Deployed on Oracle Cloud ARM64 VM with Docker multi-stage builds, nginx reverse proxy, and Let's Encrypt SSL








