Why I'm Using Google Scripts and Why You Should Too

Discover how I harness the power of Google Scripts to automate and enhance my Google Sheets workflows. From adding timestamps to protecting data and automating emails, dive into my curated repository, UsefulGoogleSheetScripts, to streamline your tasks and elevate your Sheets game

Staying on Top of the Job Hunt with a Serverless Job Listings Tracker

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

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.

Learnings from LLM with Semantic Search

What I learnt while reading about LLM with semantic search in terms of theory and practical aspects

What are embeddings?

Why are embeddings important for me as a Software Engineer and how they might help improve my search results