Projects

  • Kerala Kerala is a distributed event-streaming server built on top of the Raft protocol. It is robust, lightweight and super fast! I mostly started this project as I was curious of distributed consensus algorithms and generally data-intensive applications. Kerala was my outlet for 2 years & I learned so much in the process.
  • Arklang Curious about programming languages, I dived into craftinginterpreters.com and learned how to implement an object-oriented language. Inspired by this, I took my learnings and made my own language with it's own syntax and some cool quirks.