Processing image thumbnails using Goroutines and Waitgroups in GoLang!

Опубликовано: 18 Март 2026
на канале: HunCoding
746
87

Today we learned how to process thumbnails, a very simple code but one that can be super optimized if we add goroutines to process images asynchronously.

Channel repository:

https://github.com/HunCoding

00:00 Intro
01:00 Reading images and starting processing
05:00 Processing thumbnails
11:00 Testing code
12:00 Adding goroutines and waitgroups

Any questions, feel free to leave them in the comments and we'll discuss and try to answer them!

Thanks!