Skip to content
View UdayanMahalwar's full-sized avatar

Highlights

  • Pro

Block or report UdayanMahalwar

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.

Content in all repositories owned by your account will be closed.
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
UdayanMahalwar/readme.md

Hi, I'm Udayan Mahalwar πŸ‘‹

CSE Student β€’ Software Developer β€’ ML Enthusiast

Typing intro

GitHub LinkedIn Email

Profile views
🧭 Explore my profile

πŸš€ Projects β†’ Featured Projects

πŸ› οΈ Stack β†’ Languages Β· Frontend Β· Backend Β· Databases Β· Data Science & ML

πŸ“Š Stats β†’ GitHub Analytics Β· Contribution Graph

πŸ”— Connect β†’ LinkedIn Β· Email Β· GitHub


πŸ§‘β€πŸ’» About Me

● ● ●   udayan@github ~ % whoami

Udayan Mahalwar
B.Tech CSE @ Thapar Institute of Engineering & Technology
2024 β†’ 2028  |  CGPA: 8.53

udayan@github ~ % cat about.txt

β†’ Software Developer
β†’ Full-Stack Engineer
β†’ ML Enthusiast
β†’ DSA & Competitive Programming

udayan@github ~ % cat achievements.txt

β†’ 400+ DSA problems solved
β†’ 1600+ LeetCode rating

udayan@github ~ % echo $INTERESTS

Software Development β€’ Backend Systems β€’ Machine Learning
Full-Stack Development β€’ Web Development β€’ Competitive Programming

udayan@github ~ % _

πŸ› οΈ Tech Stack

πŸ’» Languages

Languages

🎨 Frontend

Frontend

βš™οΈ Backend

Backend WebSockets JWT

πŸ—„οΈ Databases

Databases Mongoose

πŸ“Š Data Science & ML

Python NumPy Pandas scikit-learn

πŸ”§ Tools & Engineering

Tools Postman Zod


πŸš€ Featured Projects

πŸ›’ Jhapto

Quick-Commerce Platform



Stack: Node.js Express.js MySQL JWT REST APIs



πŸ”— View on GitHub



πŸ” View details

β€’ 10-table normalized relational schema
β€’ 20+ REST APIs
β€’ JWT authentication and secure sessions
β€’ Stored procedures, triggers, and transaction workflows
β€’ Seller-ranking and fulfillment optimization

πŸ“¦ ByteShrink

Huffman Compression Engine



Stack: JavaScript Node.js DSA



πŸ”— View on GitHub



πŸ” View details

β€’ Lossless file compression/decompression using Huffman Coding
β€’ Implemented Min Heaps, Binary Trees, and prefix-free codes
β€’ Custom binary format with metadata serialization
β€’ Bit-level byte packing and padding management
β€’ Browser-based compression utility with edge-case handling

🐍 Terminal-Based Snake Game

Real-Time Terminal Game



Stack: C++17 STL POSIX termios



πŸ”— View on GitHub



πŸ” View details

β€’ Real-time terminal Snake game using OOP
β€’ Non-blocking keyboard input with POSIX termios
β€’ WASD and Arrow Key controls
β€’ std::deque for efficient snake-body tracking
β€’ Collision detection and food spawning
β€’ Game-state management and terminal rendering

🧠 2ndBrain

Content Bookmarking Platform



Stack: TypeScript Node.js Express.js MongoDB JWT



πŸ”— View on GitHub



πŸ” View details

β€’ TypeScript backend for personal knowledge management
β€’ Save, tag, and organize links, videos, and documents
β€’ Mongoose schemas for Users, Content, Tags, and Links
β€’ JWT authentication middleware
β€’ Public content sharing through unique hash-based links
β€’ Strict typing and modular route architecture


πŸ“Š GitHub Analytics

πŸ”₯ GitHub Streak


🧩 LeetCode Stats


🐍 GitHub Contribution Graph

GitHub contribution snake

🀝 Let's Connect


πŸ’‘ "Build. Break. Learn. Repeat."

Pinned Loading

  1. ByteShrink ByteShrink Public

    JavaScript

  2. Complete-Python-Bootcamp Complete-Python-Bootcamp Public

    Forked from krishnaik06/Complete-Python-Bootcamp

    Jupyter Notebook

  3. Jhapto- Jhapto- Public

    A backend API and database system designed to facilitate peer-to-peer micro-transactions (such as selling snacks and laundry essentials) within university student hostels. Note: This repository sho…

    JavaScript

  4. p5.js p5.js Public

    Forked from processing/p5.js

    p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Proces…

    JavaScript

  5. Snake_Game Snake_Game Public

    erminal-based Snake Game written in C++17, designed specifically for macOS (and Unix-like environments). It utilizes clean Object-Oriented Programming (OOP) principles and the POSIX `termios` API f…

    C++