Progress lies in the pursuit of better problems, sometimes powered by data.
Tag: New-Jobs
Staying on Top of the Job Hunt with a Serverless Job Listings Tracker (29 Aug 2023)
As a new grad, I wanted to share some current data science and machine learning job opportunities that may be of interest to others in their search. In this post, I provide a dynamically updated spreadsheet populated by my customized job finder built on AWS Lambda. The tracker scrapes listings from multiple sites and collates relevant openings tailored to skills that new graduates likely possess. By automating the search and centralizing the results, I'm able to maintain this frequently refreshed board listings. Whether you're looking to apply or just exploring openings, feel free to browse opportunities and bookmark for future reference. I briefly cover the serverless implementation that powers this continuous discovery. My goal is paying it forward by helping fellow new grads kickstart their job hunt.
Automating My Job Search with AWS Lambda, DynamoDB and Google Sheets (27 Aug 2023)
I built an automated job search assistant using AWS serverless services to streamline my upcoming job hunt as a new grad. This project leverages Lambda, DynamoDB, SQS, and Google Sheets to continuously find and collate relevant job listings tailored to my skills. The end-to-end pipeline scrapes opportunities, dedupes listings, and populates a shareable spreadsheet to easily track applications. I detail the implementation, challenges faced, and future enhancements like intelligent filtering and automated resume customization. This serves both as a guide for others to create similar projects and a demonstration of my hands-on engineering skills.