just simple API that delivers random dad jokes from a remote database
My Projects
A showcase of my portfolio projects from GitHub
Go
A lightweight, terminal-based text editor written in C with ncurses, featuring syntax highlighting, search, and undo functionality.
C
Fun with websockets. Multi User Dungeon in javascript.
JavaScript
just playing around with a brute force/back tracking algorithm to solve sudoku puzzles.
JavaScript
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
Javascript implementation of the German M3 Enigma Machine.
JavaScript
Feed forward neural network with back propagation and activation functions built from scratch (no libraries)
Go