Skip to content
View abhi25072002's full-sized avatar

Highlights

  • Pro

Block or report abhi25072002

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
abhi25072002/README.md

Hi 👋, I'm Abhishek Dharmadhikari

Data @ Intuit (Mailchimp) · MS CS @ Georgia Tech · prev · Wells Fargo, Citi

profile views

🎯 Open to New Grad 2027 SWE / ML / Data Engineering roles. If my work looks like a fit, let's connect!

💻 Working on Intuit's core data products (Mailchimp)  •  🌱 Exploring Agentic AI: LangChain, LangGraph, RAG & GenAI


About Me

I'm a Computer Science grad student at Georgia Tech who loves building things where data, machine learning, and solid engineering meet. Right now I work on the data platforms behind Mailchimp at Intuit, and outside of that I spend most of my time tinkering with agentic AI and GenAI, trying to turn LLMs into systems that actually do useful work. I've shipped everything from full-stack finance apps to large-scale ETL pipelines and research-grade LLM benchmarks, and I care a lot about writing code that's clean, reliable, and built to scale.

  • 💻 Currently at Intuit on the Mailchimp core data products team, building large-scale data platforms with Airflow, Cloud Composer, BigQuery, Dataform, PySpark, Docker & Kubernetes
  • 🤖 Exploring Agentic AI: building agentic applications with LangChain & LangGraph, RAG pipelines, and GenAI-powered ML/NLP systems
  • 🎓 Pursuing an MS in Computer Science at Georgia Tech, specializing in Machine Learning
  • 🏅 Graduated Rank 1 from College of Engineering Pune (COEP), B.E. Computer Engineering (Honors in Data Science), CGPA 9.81/10, Department & Institute Gold Medalist
  • 💼 Previously Software Engineer at Wells Fargo, building financial systems spanning trading-portfolio and corporate-treasury allocation
  • 🔬 Research Intern at MIDAS Lab, IIIT Delhi, built Indian-context benchmark datasets and evaluated reasoning capabilities of open-source LLMs
  • 🏢 Summer Intern at Citi, supporting migration of an internal process-automation tool UI
  • 💬 Ask me about: Agentic AI & GenAI, Machine Learning / Deep Learning, large-scale data engineering (ETL & pipelines), and full-stack engineering (MERN, LAMP, MEAN, Django)

Tech Stack

Languages: Python C C++ Java JavaScript TypeScript PHP HTML5 CSS3 SQL Bash

Frameworks & Libraries: Django Flask FastAPI Node.js React Angular Spring Pydantic

ML / AI: PyTorch scikit-learn Pandas LangChain LangGraph LlamaIndex Streamlit

Data & Big Data: Airflow Cloud Composer BigQuery Dataform PySpark Databricks Terraform

Cloud & DevOps: AWS Azure GCP Docker Kubernetes Jenkins Git Linux

Databases: MySQL MongoDB MSSQL Cosmos DB Chroma


GitHub Stats


Coding & Socials

Pinned Loading

  1. threadHive threadHive Public

    A pthreads-style user-level threading library in C with 1:1, M:1 and M:N models, built on raw clone(), SIGALRM scheduling, setjmp context switches, and spinlocks.

    C

  2. Binary_Calculator Binary_Calculator Public

    A bc-style arbitrary-precision calculator in pure C. Numbers stored as linked lists of digits (10,000+ digits), FSM expression parser, two-stack evaluation. No bignum libraries.

    C

  3. HTTPHaven HTTPHaven Public

    A multithreaded HTTP/1.1 web server written from scratch in Python. Raw sockets, ETag caching, range requests, gzip/brotli compression, keep-alive. No frameworks.

    Python

  4. Paint_OOPS Paint_OOPS Public

    MS-Paint-style shapes editor in C++ with OpenGL/GLUT. A full OOP class hierarchy: inheritance, encapsulation, polymorphism, and multiple inheritance, with undo/redo, brushes and 3-20 edge polygons.

    C++