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

A passionate student, backend & low-level systems developer.


🔥 About Me

🔭 Currently working on: Backend, Web development & Low-level systems programming
🌱 Learning: DSA, backend frameworks, x86-64 Assembly & systems programming
👯 Looking for collaboration: Open-source, backend/web & systems projects
🤝 Open to: Learning new tech & contributing to projects
📫 Reach me at:
Telegram | X | LinkedIn


🛠️ Tech Stack

Languages

Low-Level & Systems Programming

Databases & Backend

Tools & Frameworks


📊 GitHub Stats

🌱 GitHub Streak


🌎 Connect with Me


Pinned Loading

  1. 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 11 2

  2. bootloader bootloader Public

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

    Assembly

  3. 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 15

  4. 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

  5. web-chat web-chat Public

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

    C 1

  6. http-server-c http-server-c Public

    A http server in C which response to the client request made by a HTML file with another html file as response ,created using sockets and TCP connection

    C