GoLang Concurrency

Concurrency ++. With React. A Mustard Seed of Courses.

GoLang Concurrency
GoLang Concurrency

GoLang Concurrency udemy course free download

Concurrency ++. With React. A Mustard Seed of Courses.

This is a short and sweet course dedicated to Go ( GoLang ) concurrency. I use a simple POC ( Proof of concept ) Module approach to demonstrate each micro topic in the simplest manner I can. First we will discuss what concurrency and parallelism is and break it into a simple concept of building blocks.Then we will be exploring go's sync package which includes a (Conditional, Locker, Map, Mutex, RWmutex, Once, Pool  and Wait Group). Moving from there we will demonstrate Channels and Channel Selects.

Next well move on to other more involved concepts like the Context API.