Posts
2024
i suck at technical interviews
·3 mins
It’s difficult for me to admit, but I struggle with technical interviews.
building your golang toolkit
·7 mins
After nearly 10 years of working with Go, including over 6 of those years as a full-time Go developer, I’ve come to rely on a set of tools and libraries that have significantly boosted my productivity.
continuous integration with go and github actions
·7 mins
Checkout my previous article on how to use private Go modules in local development and GitHub Actions workflows here.
getting started with golang and kafka
·9 mins
Introduction #In this Getting Started guide, we will explore integrating Golang with Apache Kafka.
building a future-proof data pipeline with golang and kafka
·6 mins
Introduction #The device data processing system is an essential component for business operations.
2023
age - simple, modern and secure file encryption
·3 mins
age is a modern alternative to tools like to older file encryption tools like GPG.
exploring the latest release candidate of golang 1.21
·3 mins
Exciting developments are on the horizon for the Go programming language as it enters the release candidate phase of its latest version Go 1.
github actions and go private modules
·6 mins
I’ve followed up this post with a new article on Continuous Integration with Go and Github Actions.