Skip to content
View Vedant-Gandhi's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Vedant-Gandhi

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Vedant-Gandhi/README.md

πŸ‘‹ Hey, I'm Vedant Gandhi

Typing SVG

Backend dev who occasionally ventures into frontend territory
Currently breaking things professionally @ rtCamp β€’ Pune



πŸ› οΈ What I work with

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"
};

πŸ’» Languages & Tools


πŸš€ Stuff I've built

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.


πŸ“ˆ GitHub Stats


🎯 Currently working on

  • 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?

πŸ“« Get in touch



"The best error message is the one that never shows up" - Thomas Fuchs

Popular repositories Loading

  1. ESRGAN-Android-Demo ESRGAN-Android-Demo Public

    Java 8 1

  2. Anoreplier Anoreplier Public

    AN auto reply SMS chat app

    Kotlin 1

  3. WebCodeEditor WebCodeEditor Public

    JavaScript 1

  4. Rust_Browser Rust_Browser Public

    This is just a simple effort to create an browser using Rust language which has a GUI and can parse HTML and CSS files easily.

    Rust 1

  5. Javafx-Anopad Javafx-Anopad Public

    Java

  6. CropMedic CropMedic Public

    A cool project which has a lot of learning.

    Kotlin