Blog
Thoughts on backend engineering, DevOps, system design, and developer tooling.
Building a Self-Hosted AI Stack with Ollama and Docker
A practical guide to setting up a local AI development environment using Ollama, Open WebUI, and Docker Compose for privacy-first machine learning workflows.
#ai
#docker
#devops
Designing Resilient Microservices with Spring Boot and gRPC
Lessons learned from building distributed systems: circuit breakers, retry patterns, and why gRPC beats REST for internal service communication.
#backend
#java
#architecture
My Terminal Setup: From Vanilla Bash to a Productive Dev Environment
How I configured my terminal with Zsh, Starship prompt, tmux, and a curated set of CLI tools for maximum developer productivity.
#devops
#setup
#productivity