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.

Source Code

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

Source Code

Splitwise LLD

  • A low-level design of a Splitwise-like application.

  • Implemented in Go, focusing on class design and relationships.

Source Code