Advanced Programming in Go: Concurrency

Go    |    Intermediate
  • 11 videos | 52m 58s
  • Includes Assessment
  • Earns a Badge
Rating 4.7 of 13 users Rating 4.7 of 13 users (13)
Concurrency is a critical component of modern software, as it is capable of leveraging modern hardware advances. Concurrent applications can execute various parts of a program out of sequence while not affecting the final outcome of the program. This is often confused with parallelism, which involves running multiple programs simultaneously. In this course, you'll explore the concept of concurrency by first considering sequential programming. With that foundation, you'll dive into multi-threaded programming and learn about the differences between concurrency and parallelism. Next, you'll examine Go's concurrency model and the concurrency primitives used in Go to build concurrent applications. Finally, you'll learn about concurrency patterns used in Go programming and how performance can be improved with concurrency.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Recognize sequential programming concepts
    Compare and contrast single-threaded programming versus multi-threaded programming
    Describe the concepts underlying concurrency and parallelism
    Describe why concurrency is particularly useful in specific scenarios
    Describe how concurrency is implemented in go programs
  • Describe concurrency primitives typically used in go programs
    Describe confinement options in go programming
    Describe common concurrency patterns used in go programs
    Create and execute a go program to improve performance with concurrency
    Summarize the key concepts covered in this course

IN THIS COURSE

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.6 of 122 users Rating 4.6 of 122 users (122)
Rating 4.5 of 105 users Rating 4.5 of 105 users (105)
Rating 4.6 of 169 users Rating 4.6 of 169 users (169)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.5 of 107 users Rating 4.5 of 107 users (107)
Rating 4.7 of 31 users Rating 4.7 of 31 users (31)
Rating 4.2 of 111 users Rating 4.2 of 111 users (111)