An right profile image of Yuvraj

Hello I'm

Yuvraj Chauhan

Profile

I'm driven by a passion for building robust systems and fostering technical excellence. I believe in writing code that scales, mentoring others, and contributing meaningfully to the communities I'm part of. My approach is grounded in learning deeply, shipping thoughtfully, and always asking the hard questions about architecture and performance.

Skills

  • Linux System Programming & Architecture
  • Distributed Systems Design
  • Monolithic and Microservices Architecture
  • Database Optimization & Concurrency
  • Backend Web Development

Tools and Technologies

  • C logo C
  • C++ logo C++
  • Python logo Python
  • Go logo Go
  • FastAPI logo FastAPI
  • Django logo Django
  • Git logo Git
  • GitHub logo GitHub
  • Redis logo Redis
  • PostgresSQL logo Postgres
  • MongoDB logo MongoDB
  • Apache Kafka logo Apache Kafka
  • Docker logo Docker
  • Cusor logo (Dark) Cursor
  • Cloudflare logo Cloudflare
  • Claude logo Claude Code

Experience

On-Site /
Feb, 2026 - Present

Chair - IIITU ACM Student Chapter

  • Established and chartered the university's ACM student chapter, building organizational structure, bylaws, and governance from the ground up.
  • Spearheaded technical programming across AI/ML research, cybersecurity, software engineering, systems design, and competitive programming.

On-Site /
May, 2025 - July, 2025

Developer Intern, CSE, IIT Bombay

  • Architected and containerized production SOC pipeline with Docker, implementing orchestration and end-to-end TLS/SSL security.
  • Engineered a full-stack cybersecurity visualization platform using React (TypeScript) and Node.js (Express) with Neo4j and ELK Stack integration

On-Site /
May, 2026 - Present

Fullstack Lead - IIIT Una

  • Co-built the in-house hostel allocation portal for the university, which was used for all hostel room bookings for the 2026-27 academic year and for BTech, MTech, and MSc admissions in 2026

On-Site /
Mar, 2025 - April, 2026

Backend Web Developer - IIIT Una

  • Part of the code refactoring effort post government mandated security audit to harden the codebase against cyber threats.
  • Developed admin dashboard pages for storing and managing data representing the university’s institutional structure. These pages provide the foundation for modernizing static data and enabling a more interconnected website experience across different tabs and sections.
  • Led a dynamic, backend-driven refactor eliminating hardcoded school routes and static data for scalability.
  • Standardized static file handling and access control for key modules, improving permission hygiene.

Education

  • BTech - CSE

    Indian Institute of Information Technology Una

Open Source

Linux Kernel Logo

Linux Kernel

  • Diagnosed and resolved a kernel memory leak where mismatched dev_id cookies prevented interrupt handler cleanup (cvm_oct_rx_shutdown); patch was merged into Linux mainline, backported to v4.9, and queued across stable releases (v5.10-v7.0).
Git Logo

Git Core Tooling

  • Eliminated runtime segfault risk in add_tree_entries() by fixing a NULL-pointer dereference bug in error diagnostic paths; merged into master branch.
  • Enhanced test coverage reliability across 11 submodule tests (t7412) by replacing raw shell predicates with structured diagnostic libraries.
OpenHands Logo

(All-Hands-AI)

  • Improved codebase context indexing efficiency for an Al agent framework by implementing semantic file chunking powered by Tree-sitter AST parsing; recognized in OpenHands Champions directory.
Apache Software Foundation Logo

Apache Software Foundation

    Enhanced ecosystem security and session handling across 3 ASF repositories:
  • resolved frontend data validation bugs in Superset (#36075, #35848)
  • implemented field-level password masking in APISIX-Dashboard (#3251)
  • extended OAuth session security in DevLake (#8667)

Projects

Pastebin Project Image

Pastebin - Online Clipboard Platform

Engineered a high-concurrency clipboard API processing rate-limited dynamic pastes under a tight 30-connection database constraint using atomic Redis pipelines and TOCTOU-safe sliding-window algorithms.