A Go daemon that monitors Docker containers by talking directly to the Docker Engine API over a Unix socket. Stores metrics in SQLite and serves a live dashboard at monitor.vaqas.dev.
This site. Built with Go using net/http and html/template, fetching NASA's Astronomy Picture of the Day and caching it until midnight to avoid redundant API calls. Deployed with Docker and Caddy.
A linear algebra library built from scratch in Python with no external dependencies. Covers RREF, matrix inversion, and determinants. Used as the backend for a K-means clustering implementation.