Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Getting Started with Concurrency in Go

Posted By: ELK1nG
Getting Started with Concurrency in Go

Getting Started with Concurrency in Go
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 976 MB | Duration: 1h 57m

SUPERCHARGE your code for maximum performance on modern hardware

What you'll learn
Fundamentals of concurrency - what it is, how it works in any language
The complete set of tools and techniques for implementing concurrency with the Go programming language
Confidence, experience and sample code to quickly implement concurrency into your own projects.
Downloadable resources include dozens of code samples, course slides, cheat sheets and more.

No absolute prerequisites, but some knowledge of the Go language helpful.
Familiarity with programming concepts very helpful.
(We will install together) Installation of the Go compiler and your favorite code editor or IDE.
Description
Are you ready to tackle one of the most exciting and important features of the Go language?

According to the most recent developer surveys, Go(lang) is one of the world’s most desired and loved languages, and its developers are among the highest paid in the world. Go is also the top language that companies are planning to migrate to, meaning that your Go skills are likely future-proof for many years to come.

Concurrency is considered to be a very advanced topic within Golang, and some comprehensive Go courses do not address it at all. Yet we believe that with just a reasonable number of hours of effort, you can be on your way, comfortable with concurrency and ready to add asynchronous features to your next programming project.

This course is for ANYONE interested in concurrency, especially in the Go programming language. There are no strict prerequisites, but knowledge of computer programming principles and the Go language will be very helpful.

This relatively short course covers ALL the essentials of concurrency - theory, syntax, coding examples, and downloadable copies of all visual materials.

Specifically, we will cover:

Concurrency theory, terminology, trends, benefits, and challenges

Goroutines

Blocking code

Wait groups

Channels

IO bound vs CPU bound code with examples of each

Race conditions

Mutexes

Condition variables

Atomic variables

Concurrency patterns

This course is offered at an affordable price, saving you weeks or months of digging through YouTube videos or purchasing other courses just to get up and running with concurrency.

Enroll today and be on your way! See you soon.

Who this course is for:
Anyone interested in concurrency and specifically within the Go programming language