This is a place where I describe interesting projects I am working on, as well as my random thoughts and ideas.
25 Jul 2024
7 minute read
I decided to write my own programming language. After writing the interpreter, it’s time to tackle syntax highlighting.
4 Jul 2024
17 minute read
I decided to write my own programming language. Why? How?
26 Apr 2024
6 minute read
At the beginning of the year, The One Billion Row Challenge gained popularity. Recently, I decided to take on the challenge.
25 Feb 2024
7 minute read
I wrote the same webpage twice: once with Next.js and once with htmx. This is a story of why I did it and how I see the differences between the two.