Skip to content
View dev-jatin-mehra's full-sized avatar
:dependabot:
Learning And Implementing
:dependabot:
Learning And Implementing

Highlights

  • Pro

Block or report dev-jatin-mehra

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
dev-jatin-mehra/README.md
╔══════════════════════════════════════════════════════════╗
║              welcome to jatin's terminal                 ║
╚══════════════════════════════════════════════════════════╝
$ whoami

Jatin Mehra — Engineer. Curious by default. Breaks things to understand them.
No niche. No lane. Just tools that look interesting and problems worth poking at.


$ cat tech-stack.txt
Languages     →  JavaScript / TypeScript, C++
Frontend      →  React, GSAP, Streamlit
Backend       →  Express, Microservices, NGINX
AI            →  ML, RAG, Ollama, Copilot
Databases     →  PostgreSQL, MongoDB
DevOps        →  Docker, GitHub Actions, Vercel, AWS (S3 · IAM · EC2)
Tooling       →  Git, GitHub

$ ls -la ~/projects/

/CodeAlpha [active]
Microservices-based assessment and testing platform built for indigenous organizations.
Full architecture — isolated services, scalable, designed for real-world deployment.

/LinkVault [done]
A "simple" link management app that grew into a full production stack.
React · Express · PostgreSQL · Supabase · Monitoring · CI/CD · Containers.
The kind of project you start to learn one thing and end up learning everything.


$ cat ./connect.sh
echo "GitHub   →  github.com/dev-jatin-mehra"
echo "LinkedIn →  linkedin.com/in/jatin-singh-mehra"
echo "Site     →  jatinmehra.tech"

$ echo $STATUS

Building. Breaking. Figuring it out. // always


readme crafted without 47 badges, 3 animated snakes, or a contributions graph with custom themes.

Made with Claude Claude

Pinned Loading

  1. Bakscript Bakscript Public

    BakScript is a custom, minimalistic programming language designed and implemented from scratch in C

    C 1 3

  2. AutoMLClassifierTrainer AutoMLClassifierTrainer Public

    Generate trained ml models by giving cleaned dataset in two modes : quick and full

    Python

  3. linkvault linkvault Public

    Used Copilot, Claude, Supabase, SupabaseAuth, Postgres, Vite React, Express, Grafana, Actions, Vercel

    JavaScript

  4. cpp-http-server cpp-http-server Public

    A simple http server built via C++

    C++