Skip to content
View harshitagrawal2O's full-sized avatar

Highlights

  • Pro

Block or report harshitagrawal2O

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.

Content in all repositories owned by your account will be closed.
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
harshitagrawal2O/README.md

Harshit Agrawal - Co-founder and Engineering Lead, GO-AT Technologies

Portfolio LinkedIn Email Open to SWE roles Profile views

~ whoami

const harshit = {
  role:         "Co-founder & Engineering Lead @ GO-AT Technologies",
  alsoDoing:    "Intern & India Chapter Captain @ DeepStation",
  obsessedWith: ["applied AI", "systems internals", "shipping to real users"],
  building:     "MiniDB - a relational storage engine in C++, from zero",
  philosophy:   "understand the layer below the one you're paid to use",
} as const;

Final-year CS (AI/ML) student who works both ends of the stack: training and wiring up models on one side, hand-rolling B+ trees and write-ahead logs on the other. Most of what I build ends up in front of real users - clients, campuses, or a hackathon jury.


Anatomy of what I ship

Five layers: client, API, async and inference, data, infrastructure

Selected work

Project Why it is interesting
MiniDB
C++ B+ Tree WAL
A relational storage engine written from scratch - disk-backed B+ tree index with node splitting, merging and range scans, a buffer pool with LRU eviction, and a write-ahead log that survives a hard kill. Fronted by a tokeniser and recursive-descent parser compiling a SQL subset into an execution plan.
City Watch
Python OpenCV Deep Learning
Computer-vision pipeline that spots road accidents and traffic violations straight off CCTV feeds and fires automated alerts to authorities. Frame sampling to object tracking to detection model, with generated incident summaries for human review.
PriceLens
React FastAPI Redis BullMQ
E-commerce price intelligence: a retry-safe multi-source scraping pipeline on a Redis/BullMQ job queue, feeding a regression model that forecasts price movement into a live dashboard.
Parchhai
Next.js Expo Prisma Neon
D2C fashion commerce, end to end - storefront, cross-platform mobile app, cart, checkout, order tracking and admin, all over one shared REST API on Neon Postgres.
Proof-of-Inference
Solidity Polygon
A browser-native cryptocurrency concept where model inference is the proof of work. Wrote the whitepaper and the smart contract specification.
Also on the shelf - smaller things I have shipped
  • PaperForge - self-hosted PDF toolkit for merge, split, annotation and conversion. React FastAPI Docker
  • GuestPay - prepaid web wallet so you can pay from someone else's device without exposing credentials. Node.js React Stripe PostgreSQL
  • Judicial Delay Analysis - study over 173,000+ Indian eCourts records, K-Means clustering plus gradient boosting to locate where delay actually accumulates. Manuscript in IEEEtran format, targeting Springer AI and Law.

One project, one level deeper

Most portfolios stop at "built a database". Here is what is actually inside MiniDB - every box is code I wrote rather than a library I imported.

MiniDB query lifecycle: SQL text, tokeniser, parser, plan, executor, then buffer pool, B+ tree and write-ahead log

Toolbox

LANGUAGES
Python TypeScript C++ Java SQL Solidity

AI / ML
Deep Learning OpenCV scikit-learn LLMs and RAG

BUILD AND RUN
Next.js React FastAPI Node.js PostgreSQL Redis Docker AWS


Signals

  • Smart India Hackathon 2025 - Grand Finale Runner-Up, national level
  • Founded the DeepStation India chapter - applied-AI sessions and workshops across Indian campuses
  • ISRO-IIRS Dehradun intern - AI/ML for geodata: Google Earth Engine, random forests, satellite imagery
  • Founding core member, AWS Cloud Club RIT  ·  Head of IT, RITMUNSOC  ·  IEEE member
  • 9.48 CGPA  ·  mentored 100+ learners as a Teaching Assistant at NxtWave CCBP 4.0

GitHub activity: repositories, contributions, commits and language distribution

That panel is not a third-party widget - a script in this repo queries the GitHub GraphQL API and renders the SVG on a schedule.



Contribution snake



Open to software engineering roles where I can own features end to end.

Bengaluru, India  ·  harshitagra8092@gmail.com  ·  harshitagrawal.ccbp.tech

Popular repositories Loading

  1. DocketXIntern DocketXIntern Public

    TypeScript 1

  2. tutorial tutorial Public

    a repository to guide people

  3. Harshitagra700 Harshitagra700 Public

    Config files for my GitHub profile.

  4. skills-copilot-codespaces-vscode skills-copilot-codespaces-vscode Public

    My clone repository

  5. AI-for-Impact AI-for-Impact Public

    just a best hackathon

    Jupyter Notebook

  6. letcode letcode Public

    solving and storing codes