Work

Things I've built, broken,
and mostly fixed.

Backend systems, data pipelines, and infrastructure — the parts of the product nobody screenshots.

EIA ETL Script

Built a Python ETL Script that extracts power generation data from the EIA API and saves it as CSV.

Pythonuvrequestspandas
GitHub ↗
2026

URL Shortener

A clean, containerized URL shortener in Go with a pluggable storage layer, click analytics, and rate limiting.

GoDockerPostgreSQL
GitHub ↗
2026

GradConnect

A platform for graduates and students in Nigeria to search for information about graduate roles and internships.

GoNextJSPostgreSQL
Live ↗ · GitHub ↗
2026

Task Queue

A dependency-free task queue in Go. Jobs submitted over REST return immediately while a pool of worker goroutines processes them in the background, with exponential-backoff retries and a shutdown path that drains in-flight work rather than dropping it.

Gotask-queueworker-poolconcurrencygoroutines channelsrest-apigraceful shutdown
GitHub ↗
2026