Projects
Word Counter in Golang
A simple command-line tool to count words in a text file.
Written in Go, showcasing basic file handling and string manipulation.
JLOX Language Interpreter*
An interpreter for the JLOX programming language.
Built with Java, demonstrating parsing and execution of a custom language.
Follow along project on craftinginterpreters.com
Splitwise LLD
A low-level design of a Splitwise-like application.
Implemented in Go, focusing on class design and relationships.