RHRasha Hantashinblog.rasha.me·Jul 6, 2025 · 5 min readPart 1: Data Pipelines in Golang? Data Pipelines in Golang.TL;DRWe’ll build a tiny, production-style pipeline in Go that crawls a public web page, transforms the result, and uploads it somewhere useful—all in ~150 lines of code.The full repo lives here: https://github.com/rasha-hantash/gdoc-crawler Why ano...00
RHRasha Hantashinblog.rasha.me·Nov 10, 2024 · 20 min readSetting up a secure, HA Fullstack App with Terraform & AWSBuilding a Highly Available Fullstack Application with AWS and Terraform In this comprehensive guide, we'll explore how to build and deploy a secure, highly available fullstack application using AWS and Terraform. We'll cover everything from initial ...00