My Code

These are some of the software projects I built during my free time. These are mostly experimental learning exercises that turned out to be somewhat useful. You can find code for these on my GitHub.

Candle Grey

candle grey

A dark monochrome color scheme for Vim text editor. I built this in my early days of using Vim. I wanted something simple and less distracting at the time. It was also an excuse for learning to build appealing color schemes and custom Vim themes. Although I don't use it anymore, some people have expressed great interest in it.

Simple Static Site Generator

candle grey

A rudimentary static site generator built with Python. It supports Markdown and Jupyter notebooks. I used it to build an older version of this this website. Existing static site generators were either too complicated or did not support Jupyter notebooks. In hindsight, I'm not proud of the code. It's pretty dirty and slapped together as a prototype. The language too is very redundant. But hey, it works...

Destined

candle grey

A feature-full To-Do application where you own the data. I built it as a single replacement for To-Do and calendar apps. It has basic task entry functionality with support for recurring tasks, color coding and advanced sorting mechanisms. Most To-Do applications lack these additional features that make them worth using. Plus, it's open source! It was built during the old webpack days with Electron and React with an aim to keep bundling headaches at the minimum.