the dev playbook

Welcome to the dev playbook 🎉

  • This is a space where I will mostly be sharing about Go & Kubernetes 🙂

Demystifying Goroutines - Channels, WaitGroup, Cancellation

If you have rough ideas on how goroutines work but never took the time to learn the idiomatic approach and why we want to run goroutines certain way, this blog will be of help. In this post, I will be summarizing what I have learned from Chapter 8: Goroutines and Channels of the Go Programming Language book as well as The Go Blog on Go Concurrency Patterns. This blog post will be helpful if you are not familiar with any of the below:...

September 9, 2023 Â· 9 min Â· David Hwang

Deploying a Blog Powered by Hugo to Github Pages w/ Custom Domain via Github Actions

This post provides a step-by-step guide on how you can create this blog powered by Hugo, configure Github Actions to publish to Github Pages, and link custom domain to your Github Pages. This guide is also available on Youtube here. ...

February 19, 2023 Â· 4 min Â· David Hwang