Demonstrating TLS using GoLang
How cryptographic handshakes work under the hood, configuring root CAs in Go applications, and implementing symmetric AES-GCM session key exchange.
Hi, I'm Rajeshwari Vakharia! I'm a Cloud Engineer passionate about building secure, scalable cloud-native architectures, containerization, and backend systems in Go & Python.
On my blog and YouTube channel Encrypting Your Life, I write technical deep-dives with diagrams and explain coding problem walkthroughs step-by-step.
How cryptographic handshakes work under the hood, configuring root CAs in Go applications, and implementing symmetric AES-GCM session key exchange.
Multi-stage builds, non-root users, vulnerability scanners (Trivy), and shrinking production container images by over 80%.
Reflections, presentation tips, and behind-the-scenes insights from delivering my debut technical talk on building CI/CD pipelines for infrastructure at Opstree Solutions.
Architecting automated cloud infrastructure delivery: implementing validation gates, shifting security checks left, automated testing with Terraform, and zero-manual-intervention pipelines.
A lightweight Go telemetry and runtime system metrics collection utility.
An architectural deep-dive into the Bubble Tea TUI framework in Go: understanding the Elm architecture (Model, Update, View), event loops, and interactive terminal interfaces.