Hi!
I am a software engineer based in Bangalore, India.
This website is to document my learnings, share my projects and write about random things I find interesting.
Posts
16 Jan 2025
Multiplayer Board Game with Clojure and HTMX
Making a multiplayer board game using Clojure and HTMX. Setting up Clojure for REPL driven development and deploying application to fly.
24 Dec 2024
Writing a C Compiler in Clojure
This post describes my experience of writing a C compiler in Clojure.
18 Dec 2024
Setup Clojure with GraalVM for Native Image
Setup Clojure, GraalVM for generating native images. Extra setup I do for developing clojure applications locally.