Backend dev who occasionally ventures into frontend territory
Currently breaking things professionally @ rtCamp β’ Pune
const vedant = {
title: "Full-Stack Developer",
company: "rtCamp",
location: "Pune, India",
daily_drivers: ["Go", "TypeScript", "PHP"],
learning: ["Rust", "Browser internals"],
databases: ["MongoDB", "MySQL", "Redis"],
tools: ["Docker", "Linux", "Git"],
side_projects: [
"Building HTTP/1.1 from scratch",
"Custom browser engine",
"ML-powered crop disease detection"
],
philosophy: "If you can't build it from scratch, you don't understand it"
};
GopherReq - Go
Implementing HTTP/1.1 spec from scratch because why use libraries when you can suffer through RFCs?
Rust Browser - Rust
Custom browser engine with HTML/CSS parsing. Still figuring out why the DOM is so complicated.
GitHub Notifier - Go
Real-time GitHub notifications service. Because email notifications weren't annoying enough.
Web Code Editor V2 - JavaScript
In-browser code editor with live preview. Monaco Editor walked so this could... crawl.
Face Recognition Backend - TypeScript
AI attendance system. Teaching computers to recognize faces is easier than teaching them to understand meetings.
CropMedic - Kotlin + TensorFlow
Mobile app for crop disease detection. Agriculture meets AI, works offline surprisingly well.
- Contributing to WordPress Gutenberg (the block editor everyone loves to hate)
- Deep diving into browser internals and rendering engines
- Exploring computer vision applications beyond the usual suspects
- Open source contributions that hopefully don't break production
- Optimizing systems because premature optimization is the root of all... fun?