Go Concurrency: worker pool
github link Here is my implementation of worker pool, using unbuffered channels:
github link Here is my implementation of worker pool, using unbuffered channels:
https://easyaffirm.com is an affirmations web app I’ve created. It was made with Golang, Echo, Templ, MySQL, jQuery and more. Now you can use it as… Read More »I am releasing the source code for easyaffirm.com under a CC0 license.
Error handling in Golang can be tricky to understand. I know I struggled with it and the articles I stumbled upon offered some information but… Read More »Golang error handling demystified. errors.Is(), errors.As(), errors.Unwrap(), custom errors and more