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

Block or report aadityansha06

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 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
aadityansha06/README.md
Typing SVG

Backend Architect & Low-Level Systems Developer


whoami

I'm a dropout who prefers rewriting systems to understand them rather than watching tutorials. While the industry is drowning in high-level web frameworks and AI/ML slop, I focus on what actually makes the machine run. I optimize backends, squeeze performance out of bare metal, and build scalable systems from the ground up.

  • Focus: High-performance Backend, Distributed Systems, Network Protocols, Operating System Internals.
  • Current Research: x86-64 Assembly Bootloaders & Custom Memory Allocators.

🛠️ The Engine Room (Featured Projects)

A physically lazy guy who prefers looking under the hood of system beacuse of no social-life

📡 Networking & Protocols

Project Description Tech Stack
Custom FTP over TCP Designed a proprietary file transfer protocol directly on top of TCP sockets, handling packet fragmentation and reliability manually. C, TCP Sockets, Make
Real-Time Chat Engine A low-latency chat server using non-blocking I/O (epoll/select) and custom mutex implementation for message queues. C, Pthreads, Mutex
Raw Web Server HTTP/1.1 implementation from scratch. Handles headers, routing, and static file serving without external libraries. C, Linux Syscalls

⚙️ Systems & Tools

Project Description Tech Stack
Version Control System A git clone implemented in C. Manages blob hashing, tree objects, and commit history manually to understand data structures. C, File I/O, SHA-1
TUI API Client A terminal-based alternative to Postman. Curl-like functionality with a visual interface for testing endpoints directly in the CLI. C, libcurl
x86 Bootloader A minimal bootloader written in Assembly that loads a kernel into memory from bare metal. Assembly x86-64

💻 Tech Stack

Core Languages

Systems & Backend

Tools


Languages Graph

Top Langs

Pinned Loading

  1. Peer-2-peer-file-transfer Peer-2-peer-file-transfer Public

    A simple TCP-basePeer-2-Peer d file transfer application in C using custom protocol built over TCP that allows two users to transfer files directly between their machines.

    C 3 2

  2. Flash-Http-cli Flash-Http-cli Public

    A mini Http cli Using C language and libcurl library just as simple Postman , Work in Linux WsL Mac and Android through (termux) , User can make a get request, Post request supporting JSON and appl…

    C 17 1

  3. snip snip Public

    A version control system like git made using C , which can init , commit , store the changes made in the project as different version, retrieve previous version , also can compare any two versions …

    C 13 1

  4. bootloader bootloader Public

    A tiny Os-bootloader created in x_86 assembly with welcome msg with own custom linker script

    Assembly 1

  5. Basic-usb-driver-linux Basic-usb-driver-linux Public

    A basic usb driver for linux kernel written in c , which perform basic task like detecting that usb has been inserted , providing it's information and detecting it's unloading

    C 1

  6. web-chat web-chat Public

    A real-time web chat application whose server is defined in C

    C 2