Here are some of the projects I’ve worked on:
AI Job Search Tool
A job search system that scrapes and ranks job listings based on how closely they match your resume using LLMs and vector similarity.
Personal Portfolio Website
A static site built with Hugo + PaperMod theme. Hosts my resume, project portfolio, and contact information.
- Technologies: Hugo, Markdown, GitHub Pages
- Status: Live — View Source
24 Puzzle Solver
A C++ program that generates all infix arithmetic expressions to reach 24 from 4 input integers. Includes backtracking and optimizations to minimize duplicate work.
- Technologies: C++
- Status: In Progress
More to come…