Portfolio:

My first production website, with the backend in Go. I render the html pages using standard library package html/templates. Implemented mailing through stmp protocol. Hosted on Digital Ocean with CI/CD.

Github Live Website

Zippy:

A CLI made with go made to make the lives of window users zipping easy, because both the default zipping tool and 7zip have not do friendly CLI's. Mine only has 2 options -f "file" or "-d" directory and it is made to just do the job.

Github

Schedule:

My club needed a way to scrape timetable data of the year to make a better experience for students making their timetable so I made a web scraper that does just that using Typescript and puppeteer.

Github