Brief Introduction
Learn the Why's and How's of concurrency in Go.Description
Questions that comes to all Developers is whether they are utilising the available Computing resource efficiently? Is the application capable of running concurrently?
In this course we will go through the Concurrency features provided in Go Programming Language.
we will go through the Why’s and How’s for each concurrency feature in Go.
Course includes deep dives into concurrency primitives in Go.
We will also learn about another cherished concept in Go - "Interface"
By the end of this course you will be able implement your application with concurrency features provided in Go.
Requirements
- Requirements
- Basic knowledge of Go Programming Language like loops, functions, methods.
- Installation of Go compiler and any IDE on the laptop.