BACK TO PROJECTS
Labs / CS

Foundational Labs

A deep dive into Computer Science core concepts. This collection includes low-level implementations of Data Structures and Operating System prototypes in C and Java.

VIEW SOURCE

Foundational Labs

This project consolidates my academic and self-taught exploration of Computer Science Fundamentals. Before moving into Web3 and AI, I focused on building a rock-solid understanding of memory management and algorithmic complexity.

Key Modules

  • Data Structures (DS): Custom implementations of Linked Lists, Trees, Graphs, and Hash Tables in C.
  • Operating Systems (OS): Process scheduling simulations and memory allocation prototypes.
  • Java Swing Apps: Early exploration of desktop UI development and state management.

Reflection

These labs represent the "under-the-hood" knowledge that informs my current work in blockchain protocol design and high-performance UI engineering.