Skip to content
View Hogwarts-coder10's full-sized avatar

Block or report Hogwarts-coder10

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

πŸͺ„ Hi, I'm V SS Karthik

I build things that shouldn't work, then I make them fast. CS (AI/ML) student who lives in the "how does this actually work?" phase of development β€” from database internals to making AI explain itself.

Python C JavaScript Vite

πŸ› οΈ What's in the Cauldron?

🧱 CDSA: A data structures library in C (HashMap, SkipList, Adaptive Radix Tree, and more) β€” the storage foundation for Kedis-C, a Redis-inspired store built from scratch.

πŸ—„οΈ Anchor-Med: A local-first medical inventory system with a custom Python B-Tree engine and Write-Ahead Log crash recovery.

πŸ” GlassBox-ML: Bringing light to "Black Box" machine learning with interpretability tools built from scratch. Published on PyPI.

🎨 DSAViz (Brewing): An interactive execution engine to make Data Structures & Algorithms visible.

🧠 The Spellbook (Stack)

Languages: Python, C, JavaScript

Interests: Database Internals, Systems Programming, ML Interpretability

πŸ“¬ Reach Me

GitHub: Hogwarts-coder10

LinkedIn: in/vsskarthik

Gmail: vsskartheek@gmail.com

"Low-level logic, high-level curiosity."

Pinned Loading

  1. Anchor-Med Anchor-Med Public

    An offline-first, P2P medical inventory system powered by a custom Python B-Tree engine, WAL crash recovery, and an Electron/React frontend.

    JavaScript 1

  2. GlassBox-ML GlassBox-ML Public

    Educational ML library implementing core algorithms from scratch with emphasis on intuition, failure modes, and learning theory.

    Python

  3. DSAViz DSAViz Public

    A desktop DSA visualizer built as an execution engine, not an animation tool.

  4. kedis-python kedis-python Public

    In-memory data store built from scratch to explore system design, concurrency, and real-world backend architecture.

    Python

  5. CDSA CDSA Public

    DSA Library in C as a dependency for kedis-C

    C