Skip to content
View aadesh006's full-sized avatar
🙂
I don't know how my code works!!
🙂
I don't know how my code works!!

Block or report aadesh006

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

Hi there, I'm Aadesh Sanjay Chaudhari!

Engineering Student

I am a computer science student passionate about understanding how computers work under the hood. My focus is on Systems Programming, OS Development, and High-Performance Computing. I believe in learning by building.


🛠️ Languages & Tools


🔭 Current Projects

Project Description Tech Stack Status
Lumina A high-performance image processing library CUDA, C++ Active
A-Sharp A bytecode virtual machine and interpreter C In Progress
Kernix A custom OS C, Assembly Architecture

⚡ What I'm Learning Currently

  • Parallel Computing: Deep diving into CUDA kernels and GPU architecture.
  • Compiler Design: Building interpreters to understand language implementation.
  • OS Internals: Memory paging, scheduling, and kernel development.

📫 Connect with me

LinkedIn Instagram

Pinned Loading

  1. A-Sharp A-Sharp Public

    A-Sharp is an Interpreted Programming Language, with a bytecode virtual machine written in C Programming

    C 4 2

  2. Kernix Kernix Public

    A custom 32-bit operating system built from scratch, featuring a bootloader, kernel, interrupt handling, and memory management. This project is designed to support file systems and multitasking cap…

    C 1

  3. DevSecOps-Vault DevSecOps-Vault Public

    C++ powered Git pre-commit hook that intercepts hardcoded secrets before they ever reach version control.

    C++ 1

  4. Security-System-Using-OpenCV Security-System-Using-OpenCV Public

    A simple Security System built using OpenCV that start recording video whenever detects a face or body and gives a 5 seconds cool down before stopping the recording

    Python

  5. AI-Web-Scraper AI-Web-Scraper Public

    An AI-Based Web Scraper built using Python, Gemini BeautifulSoup4 and LangChain which gives you all the retrieved data in the Tabular Form

    Python

  6. TCP-Server-in-C TCP-Server-in-C Public

    A lightweight, iterative TCP server written in C using the Berkeley Sockets API. Designed to demonstrate low-level network programming fundamentals without concurrency complexity.

    C