I am a software developer currently pursuing a Computing Science degree at Simon Fraser University
Currently I am a software developer for the SFU Racerbot design team.
Here I share cool projects I am building and make posts about my experiences in programming. I also have some of my photography work posted here.
Current Projects
Dockyard
A self-hosted dashboard to manage Docker containers. Uses a Go backend, static HTML templates, and Vue.js 'islands'. Not only can you monitor your Docker containers' status and resource usage, you can also run basic commands on them such as restart and stop
rest.nvim
A Neovim plugin that allows users to make HTTP requests within Neovim by using a simple markup language in a Neovim buffer. It uses curl to handle HTTP requests.
SkipDB
A lightweight, embedded key-value store that uses a skip list as it's primary index. It's written in C and has a very simple, easy-to-use API. Currently a work in progress.