Skip to content
View vatsalj17's full-sized avatar
:electron:
Diving Deep
:electron:
Diving Deep

Block or report vatsalj17

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

hi Hi, I’m Vatsal

Student from India specializing in systems programming and low-level development.

I have a deep-rooted obsession with understanding what happens "under the hood," focusing my energy on kernels, device drivers, networking, and computer architecture. I love understanding the logic and complexity of system-level engineering. 🛠️


About Me

Coding

  • Interests: Low-level systems, specifically Kernels, OS Development, and Network Protocols.
  • Currently Learning: Linux Kernel & Network Stack internals, Embedded Systems architecture.
  • Collaboration: Open to Systems Programming, high-performance Networking tools, or Embedded projects.
  • Workflow: Automated, keyboard-centric orchestration on Arch/Hyprland using Tmux and Neovim for high-velocity systems development.
  • Fun Fact: I’m a logic enthusiast who loves solving Sudoku and Chess puzzles.

Languages and Tools:

C C++ Rust Python Bash Lua

Arch Linux Hyprland Docker Neovim Tmux GDB GNU Make

PostgreSQL MongoDB FastAPI Postman

🤝🏻  Connect with Me

astrohere Divyansh ojha Divyansh ojha Divyansh ojha

Pinned Loading

  1. garbage-collector garbage-collector Public

    A C implementation of two GC approaches: immediate reference counting vs. cycle-proof mark-and-sweep.

    C

  2. heap-tracer heap-tracer Public

    A runtime C heap memory tracer built using LD_PRELOAD to log allocation activity and detect memory leaks.

    C

  3. rc-car rc-car Public

    A FreeRTOS-driven ESP32 RC car that integrates a WiFi-based manual pilot interface with an autonomous ADAS system for real-time obstacle avoidance

    C

  4. srv-0x4277dc9 srv-0x4277dc9 Public

    FastApi server with client in React

    JavaScript

  5. sysmonitor sysmonitor Public

    Python-based system monitor that reads live metrics directly from the Linux /proc filesystem. It provides a real-time terminal display and generates a live-updating graph using Matplotlib.

    Python

  6. vzip vzip Public

    VZIP is a file compression tool written in C that implements static Huffman coding. It defines its own binary format with magic bytes, builds the Huffman tree, and performs bit-level encoding and d…

    C