About Me ---


Ved Mitra Verma
Web & App Dev • GPU Programming • Systems
CS Student at IIT Jodhpur , I build things from scratch, understand from the root basics.
Technical Skills ---
I'm a CS student at IIT Jodhpur who loves building systems from scratch. I work across the stack, split between writing low-level systems code and building real-world software. Whether that means optimizing GPU pipelines, tweaking memory allocation in a custom kernel, or shipping real-time, synchronized backends for web and mobile apps, I just enjoy figuring out how things work under the hood.
C
C++
Python
Java
JavaScript
TypeScript
Dart
Kotlin
Solidity
HTML5
CSS3
TailwindCSS
React
Next.js
Node.js
MongoDB
Flutter
Android
OpenCV
CUDA
NumPy
Pandas
Git
GitHub
Arduino
CMake
Render
Vercel
Featured Projects ---
C++ Autograd Engine && CNN from Scratch
More Work NeededThis project is a Convolutional Neural Network (CNN) built entirely from scratch in C++. Instead of hardcoding the backward passes for specific layers, this project features a custom-built Autograd Engine. The engine dynamically builds a computation graph during the forward pass and automatically computes gradients via reverse-mode automatic differentiation.
C++CMake
MiniOS
CompletedMiniOS is a pedagogical operating system built as an advanced extension of the MIT xv6 UNIX-like teaching OS. It introduces modern operating system concepts including dynamic scheduling, advanced memory management, and specialized user space applications.
CAssemblyMakefileQemu
Social Network Intelligence Engine (SNIE)
CompletedThis project applies the concepts of Graph Theory, Shortest Paths, Centrality Algorithms, and Semantic Scoring — making it a strong advanced DSA-based project.