Replace Cloud Hosting With a Raspberry Pi
January 2026
8 min read
Turn a Raspberry Pi into your own personal cloud server accessible from anywhere on the internet. This guide shows you how to set up a fully functional platform for running your own services using your own domain name, with automatic security and minimal complexity. It's a practical, hands-on project that proves you don't need cloud subscriptions to host your own software, just open-source tools, a small device, and straightforward setup steps.
GPU ML Pipeline on AWS with Terraform
December 2025
9 min read
I built this Terraform-managed AWS ML pipeline to run GPU and CPU jobs on demand without paying for idle compute. In this post, I walk through the architecture, the key design choices, and the operational pitfalls to watch for before using this pattern in production.