Things I'm building

distributed-task-queue building

A lightweight distributed task queue built in Go with Redis as the broker. Supports delayed jobs, retries, and worker concurrency. Goal: understand how systems like Celery work under the hood.

Go Redis Docker concurrency
url-shortener-with-analytics planned

Production-grade URL shortener with click analytics, custom domains, and rate limiting. Deployed on a VPS with Nginx, systemd, and automated backups. A full DevOps exercise from code to production.

Python FastAPI PostgreSQL Nginx Redis
k8s-homelab-setup planned

Documenting my journey setting up a Kubernetes cluster on a few old laptops. Covers networking, storage, monitoring with Prometheus/Grafana, and deploying real apps.

Kubernetes Prometheus Grafana Helm
salesforce-apex-utils done

A collection of reusable Apex utilities — trigger frameworks, batch job helpers, and SOQL query builders. Open source helpers for Salesforce developers.

Salesforce Apex SOQL