Articles
Thoughts on software engineering, cloud architecture, and building products.
Serving a Google Drive Resume on My Domain (Without .pdf)
I wanted my resume to live at:
abhinavganeshan.in/resume
and not resume.pdf, not Google Drive’s UI, and not a redirect that changes the URL.
The goal was simple:
Clean URL
No Google Drive ch...
Oct 13, 2025
2 min read
When you're building media-heavy applications, storing images and assets in AWS S3 is pretty much the standard approach. But there's one annoying thing - the URLs look terrible.
The Problem
Your S3 URLs end up looking like this:
https://my-app-bucket...
Apr 20, 2025
2 min read