Blog
2024
My Homelab Journey
Documenting my homelab setup from a Raspberry Pi 4 to a full Proxmox server with GPU passthrough, VPN tunneling, and self-hosted AI tools.
Using Continue Plugin With Ollama as GitHub Copilot Alternatives
How to set up Ollama and the Continue plugin as a free, privacy-first alternative to GitHub Copilot for AI-assisted coding.
2020
Easily Find Missing and Different Environment Variable Values
A simple Node.js CLI tool to compare environment variable files across different environments and identify missing or mismatched values.
RabbitMQ Implementation for Microservices Communication on Node.js
Implementing RabbitMQ as a message broker for inter-service communication in a microservices architecture using Node.js and the RPC pattern.