Skip to content
View rishab2211's full-sized avatar

Highlights

  • Pro

Block or report rishab2211

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
rishab2211/README.md

⚑ Rishab Raj

Full-Stack & Systems Engineer β€’ AI Infrastructure & High-Concurrency Backends

Typing SVG

LinkedIn Β  Hashnode Β  Twitter Β  Email


πŸ‘¨β€πŸ’» Engineering Profile

I am a Software Engineer focused on building high-throughput backend systems, resilient microservices, and autonomous AI automation pipelines. I enjoy working close to the network layerβ€”whether that means implementing custom thread-pooled TCP servers in raw Java, streaming binary payloads across WebSockets, or orchestrating dynamic DAG workflows with LLMs.

  • πŸ’Ό Production Engineering: SDE Intern at Lolocab (Triptota Services Pvt. Ltd.) β€” building carpool booking pipelines, coupon validation microservices, and automated dynamic SEO pre-rendering engines.
  • πŸŽ“ Academics: B.Tech in Information Technology @ Maharaja Agrasen Institute of Technology (MAIT) (GPA: 8.0 / 10 | 2022 – 2026).
  • πŸ† Honors: Conferred the Dr. J.K. Pal Memorial Award (IEEE Delhi Section, 2026) and secured the Outstanding Student Branch Award (IEEE India Council, 2025).
  • πŸ›οΈ Community Leadership: Mentor & Ex-Vice Chairperson at IEEE MAIT β€” scaled the core developer team from <10 to 160+ student engineers and organized a national Agentic AI Hackathon.

πŸ› οΈ Technical Stack & Tooling

Languages Java TypeScript JavaScript C++ SQL HTML5 CSS3
Backend & Systems Spring Boot Spring Security Node.js Express.js HonoJS WebSockets Socket Programming REST APIs
AI & Automation Google Gemini Agentic AI Puppeteer ReactFlow
Frontend & UI Next.js React.js TailwindCSS Zustand Framer Motion
Data & Cloud PostgreSQL MongoDB MySQL Cloudflare Workers Prisma AWS Docker
DevOps & Tools Git GitHub Ubuntu Postman Vite Vercel

πŸ”¬ Featured Projects & Engineering Highlights

Java β€’ Socket Programming β€’ Multi-threading β€’ Thread Pooling

  • The Problem: Heavy web containers introduce thread startup latency and unnecessary memory overhead for raw throughput.
  • Engineering: Built a bare-metal HTTP/TCP server from scratch using raw socket streams and custom worker thread pools.
  • Benchmark: Handled 1M+ Requests Per Second (RPS) while slashing memory consumption by 35%.

πŸ“¦ Source Code β€’ πŸ“Š Architecture & Benchmark

Next.js β€’ Puppeteer β€’ ReactFlow β€’ Gemini AI β€’ Cron

  • The Problem: Brittle CSS/XPath selectors break continuously when target websites update their DOM layout.
  • Engineering: Designed a visual DAG workflow canvas paired with Gemini LLM reasoning to extract data from raw HTML without static selectors.
  • Metrics: Delivered 85% accuracy on unstructured DOM elements with scheduled cron execution & telemetry.

πŸ“¦ Source Code β€’ πŸŽ₯ Video Demo

React.js β€’ Node.js β€’ Express β€’ WebSockets β€’ MongoDB β€’ Zustand

  • Engineering: High-availability bidirectional messaging platform maintaining 99.9% uptime with stateless JWT authentication.
  • Features: Chunked binary file transmission supporting payloads up to 10MB.
  • Optimization: Optimized client state subscriptions with Zustand, boosting UI responsiveness by 40%.

πŸ“¦ Source Code β€’ 🌐 Live Application

Java β€’ Spring Boot β€’ PostgreSQL β€’ Spring Security β€’ JWT

  • Engineering: Enterprise-grade relational backend securing 15+ RESTful API endpoints with stateless authentication.
  • Security: Configured custom Spring Security filter chains and role-based access control (RBAC).
  • Database: Designed relational schemas and indexing strategies optimized for social graph traversals.

πŸ“¦ Source Code


πŸ’Ό Engineering Experience & Leadership

  • πŸš€ Software Development Engineer Intern β€” Lolocab (Triptota Services Pvt. Ltd.) (May 2026 – Present)

    • Engineered carpool search, ride allocation, and booking pipelines across React and Node.js microservices.
    • Architected dynamic SEO server-side pre-rendering pipelines and dynamic sitemaps, cutting crawler latency and accelerating search engine indexation.
    • Integrated coupon validation APIs, investor telemetry panels, and administrative document workflows.
  • πŸ›οΈ Mentor & Ex-Vice Chairperson β€” IEEE MAIT Student Branch (Aug 2023 – Present)

    • Scaled active core developer team from <10 to 160+ student engineers, reaching 2,000+ students across 50+ technical initiatives.
    • Directed a national Agentic AI Hackathon and led technical workshops on backend architectures.
    • Honored with the Dr. J.K. Pal Memorial Award (IEEE Delhi SSN) and the Outstanding Student Branch Award (IEEE India Council).

πŸ“Š GitHub Activity & Telemetry

Rishab's GitHub Stats Β  Top Languages

GitHub Streak

✍️ Technical Writing & Systems Articles

I write technical deep-dives on system design, low-level networking, and AI automation on Hashnode:

  • πŸ“š Bare-metal socket programming and high-concurrency JVM performance.
  • πŸ“š Building resilient web automation pipelines with headless browsers & LLMs.
  • πŸ“š Edge compute architectures with Cloudflare Workers and HonoJS.

πŸ‘‰ Read all articles at rishab2211.hashnode.dev β†’


πŸ“¬ Connect & Collaborate

Open to discussions on systems engineering, high-throughput backends, and full-stack AI roles.

LinkedIn Β  Email Β  Hashnode Β  Twitter

Pinned Loading

  1. ChatX ChatX Public

    A realtime chat app with intuitive ui

    JavaScript

  2. AI-Powered-No-Code-Web-Scraping-Automation-tool AI-Powered-No-Code-Web-Scraping-Automation-tool Public

    An ai powered no-code web scraping automation tool

    TypeScript 1

  3. Blogging-web-app Blogging-web-app Public

    A serverless edge blogging platform build with hono.js and deployed on cloudflare

    TypeScript

  4. Payments-App Payments-App Public

    Practicing and building a simple Payments app to deep dive in the backend and frontend functionality

    JavaScript

  5. Social Social Public

    Backend of a social media app - made with JAVA & Spring boot

    Java

  6. TCP-Server---JAVA TCP-Server---JAVA Public

    A Multithreaded TCP server with the thread pool - a fun way to understand JAVA multithreading and JAVA socket api

    Java