Skip to content
View samarthgoel09's full-sized avatar

Highlights

  • Pro

Block or report samarthgoel09

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
samarthgoel09/README.md

Hey, I'm Samarth 👋

MS Computer Science @ Northeastern University · Previously CS + Business Systems @ SRM University

I build things that ship to production — AI agents, full-stack platforms, and distributed systems. Currently seeking SWE co-op and full-time roles.

What I'm Working On

🤖 JobHunt Agent — AI-powered job application coach deployed on Cloudflare's edge network. Built with TypeScript, Workers AI (Llama 3.3 70B), Durable Objects, and WebSockets. Remembers your resume across sessions, analyzes job descriptions in real-time, and generates optimized application materials.

🎓 Kambaz — Full-stack learning management platform built with TypeScript, React, Node.js, and MongoDB.

📱 ProductivityPal — iOS productivity app with Swift, Firebase, and real-time cloud sync.

📊 JobHuntWrapped — Spotify Wrapped-style visualization for job applications. Built with Next.js.

Tech I Work With

Languages: Python · Java · TypeScript · JavaScript · C/C++ · SQL · Go (learning)

Frontend: React · Next.js · Tailwind CSS

Backend & Cloud: Node.js · Express · Cloudflare Workers · Docker · MongoDB · PostgreSQL · MySQL

AI/ML: PyTorch · scikit-learn · LLM Integration · Prompt Engineering · OpenCV

Practices: Git · CI/CD · Agile · System Design · Code Reviews

Quick Stats

🏆 HackerRank Gold Badges in Python, Java, C++, JavaScript, SQL — Top 5% globally

☁️ AWS Cloud Technical Essentials Certified

Let's Connect

Popular repositories Loading

  1. Tic-tac-toe-game Tic-tac-toe-game Public archive

    Console tic-tac-toe in C. 3x3 board against a random-move computer opponent, with row, column and diagonal win detection.

    C

  2. kambaz-react-web-app kambaz-react-web-app Public

    React 19 and TypeScript front end for a learning-management app. Redux Toolkit store, React Router 7, React-Bootstrap UI, built with Vite and talking to the Kambaz Express API over axios.

    TypeScript

  3. kambaz-node-web-app kambaz-node-web-app Public

    Express 5 REST API for a learning-management app. Mongoose models for users, courses, modules, assignments and enrollments, with express-session auth and bcrypt password hashing.

    JavaScript

  4. jobhunt-wrapped jobhunt-wrapped Public

    Next.js 14 app that turns a job-application CSV or JSON export into a Spotify-Wrapped-style slideshow. Drag-and-drop upload or manual entry, Framer Motion transitions, html2canvas slide export.

    JavaScript

  5. portfolio portfolio Public

    Personal portfolio site. Single-page static HTML, CSS and JavaScript with no build step, deployed on Vercel.

    HTML

  6. jobhunt-agent jobhunt-agent Public

    AI job application coach on Cloudflare Workers. Agents SDK over WebSockets, Llama 3.3 70B on Workers AI, with resume storage, JD gap analysis and application history persisted in Durable Objects.

    TypeScript