Gophin’ Off With Linked Lists. Part 5

· 91 words · 1 minute read

This is the fifth part of the series. In this video I explore everything that Go has to offer towards concurrency. So join me as I make a thread safe version of the linked list from the previous videos and in the process play with mutexes, channels, and wait groups.

Almost at the end! Next up I put everything in this series together into something tangible by building a simple web service. In the process, I explore Go’s http package.

Check out the code from this video series on Github here.