Skip to content
View Pushkar111's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Pushkar111

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

Typing SVG


Profile Views Β  GitHub followers Β  GitHub stars


Β  About Me

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                    pushkar@iitgn:~$                              β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚                                                                  β”‚
β”‚  $ whoami                                                        β”‚
β”‚  > Pushkar Nikunjkumar Modi                                      β”‚
β”‚  > B.Tech CS @ Indian Institute of Technology Gandhinagar        β”‚
β”‚  > Full-Stack Developer Β· Systems Engineer Β· Problem Solver      β”‚
β”‚                                                                  β”‚
β”‚  $ cat projects.txt                                              β”‚
β”‚  > πŸ”­ GateGuard  β€” Campus gate system with ACID transactions,   β”‚
β”‚  >                  B+ Tree storage & WAL crash recovery         β”‚
β”‚  > ⚑ DSA Engine β€” Complete data structures in C from scratch    β”‚
β”‚  > 🌐 REST Apps  β€” React + Node.js production-grade APIs        β”‚
β”‚                                                                  β”‚
β”‚  $ cat stack.txt                                                 β”‚
β”‚  > Frontend  : React, TypeScript, Tailwind CSS, Vite            β”‚
β”‚  > Backend   : Node.js, Express, PostgreSQL, REST APIs          β”‚
β”‚  > Systems   : B+ Trees, WAL, ACID, Crash Recovery, RBAC        β”‚
β”‚  > Languages : JavaScript, TypeScript, Python, Java, C, SQL     β”‚
β”‚                                                                  β”‚
β”‚  $ cat fun_facts.txt                                             β”‚
β”‚  > ⚑ Implemented Write-Ahead Log & ACID from scratch           β”‚
β”‚  > 🎯 50-thread race condition test: 1 winner, 49 losers β€” βœ…   β”‚
β”‚  > 🧠 Debugging at 2AM hits different when you love the grind   β”‚
β”‚  > β˜• Powered by chai, not coffee                               β”‚
β”‚                                                                  β”‚
β”‚  $ echo "Let's build something real."                           β”‚
β”‚  > Let's build something real.                                  β”‚
β”‚                                                                  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

πŸ“Š Β  GitHub Stats


πŸ—“οΈ Β  Isometric 3D Contribution Calendar

Isometric 3D Contribution Calendar

βš™οΈ Auto-generated daily via lowlighter/metrics GitHub Action Β· See setup below


🧩   Profile Summary

Profile Details



Stats Repos Per Language Most Commit Language Productive Time (IST UTC+5:30)

πŸ† Β  GitHub Trophies

GitHub Achievements

πŸ› οΈ Β  Tech Stack & Tools

⚑ Languages

🎨 Frontend

πŸ”§ Backend & Database

πŸ› οΈ Tools & Platforms


JWT REST API B+ Tree WAL ACID


πŸ’» Β  Most Used Languages

Most Used Languages

πŸš€ Β  Featured Projects

Featured Projects

πŸ“ˆ Β  Contribution Activity

Pushkar's Activity Graph


🐍   Watch My Contributions Get Eaten!

github-snake

⚑   Currently

πŸ”­ Building 🌱 Learning 🎯 Goal
GateGuard v2 β€” Production hardening System Design & Advanced DSA SDE @ top product company
REST API best practices Cloud (AWS / GCP basics) Open source contributions
B+ Tree optimizations TypeScript deep dive 100+ LeetCode problems

πŸ”₯ Β  My Proudest Achievement

╔══════════════════════════════════════════════════════════════╗
β•‘  πŸ†  ACID TRANSACTIONS FROM SCRATCH β€” IIT Gandhinagar CS432 β•‘
╠══════════════════════════════════════════════════════════════╣
β•‘                                                              β•‘
β•‘  Built a complete Write-Ahead Log (WAL) engine in Python    β•‘
β•‘  on top of a custom order-4 B+ Tree database:               β•‘
β•‘                                                              β•‘
β•‘  βœ… Atomicity   β€” LIFO Undo Stack rollback                  β•‘
β•‘  βœ… Consistency β€” B+ Tree invariant checker (10 tables)     β•‘
β•‘  βœ… Isolation   β€” SELECT FOR UPDATE row-level locking       β•‘
β•‘  βœ… Durability  β€” fsync'd WAL + REDO crash recovery         β•‘
β•‘                                                              β•‘
β•‘  Race condition proof:  50 threads β†’ 1 winner, 49 rejected  β•‘
β•‘  Status counts:  { "201": 1, "400": 49 }  invariant_ok: βœ…  β•‘
β•‘                                                              β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

πŸ“¬ Β  Let's Connect

LinkedIn Β  GitHub Β  Email Β  Portfolio


"The best code is code that solves a real problem."


Pinned Loading

  1. Movie-search-app Movie-search-app Public

    Movie Search App 🎬 A modern React application to search for movies and display detailed information using the OMDB API. This app features a responsive design, skeleton loaders for a better user exp…

    JavaScript 1

  2. DSA DSA Public

    This repo is a collection of my Data Structures & Algorithms practice. I’ve organized solutions by topic (Arrays, Trees, DP, etc.) with clean code and helpful comments. πŸ“Œ Written in C your language…

    C 5

  3. JavaScript-ZeroToHero JavaScript-ZeroToHero Public

    πŸ“Œ JavaScript-ZeroToHero "A complete JavaScript learning repository from beginner to advanced, covering fundamentals, ES6+ features, DOM manipulation, asynchronous programming, and real-world projec…

    JavaScript 1 2