Back to articles
Building a Filterable Resume Page with PDF Export and CI/CD for Astro

Building a Filterable Resume Page with PDF Export and CI/CD for Astro

via Dev.to WebdevBobby Digital

Yesterday I built a Christmas gift tracker. Today I decided my portfolio site needed a resume page. And while I was at it, I set up a proper CI/CD pipeline because pushing to production without tests is chaos. Part 1: The Resume Page The "I Haven't Needed a Resume in 10 Years" Problem Here's an admission: I haven't thought about my resume in probably a decade. When you're happily employed and not job hunting, that document just... sits there. Somewhere. Maybe in a Google Doc from 2015? So when I decided to build a resume page, my first challenge wasn't technical - it was "where is my career history even stored?" The answer, of course, is LinkedIn. I've been dutifully updating my LinkedIn profile for years, but I'd never actually extracted that data. Turns out LinkedIn has a feature for this that I'd completely forgotten about. Getting Your Data Out of LinkedIn LinkedIn lets you download your account data - and it's more detailed than you'd expect: Go to Settings & Privacy → Data Privac

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
2 views

Related Articles