ANDREW THE CODER

My Projects

A showcase of my portfolio projects from GitHub

Tetris in typescript. Still working the front end. Also in the midst of refactoring the logic to make it more modular.

TypeScript

A lightweight, terminal-based text editor written in C with ncurses, featuring syntax highlighting, search, and undo functionality.

C

A generic, open-addressing hash table in C featuring a memory-efficient design (2 bits per entry for metadata), custom allocator support, and a flexible void* API with type handlers for any key/value type.

C