Go is a multi–paradigm programming language that has built–in facilities to create concurrent applications. Design Patterns will provide readers with a reference point to software design patterns and CSP concurrency design patterns to help them build applications in a more idiomatic, robust, and convenient way in Go.
With this hands–on, practical course, you’ll first have a deep dive into understanding the basic data types, structures, linked lists and doubly linked lists in Go. Then, you will learn about graph algorithms such as binary & trees. You will then learn about CSP concurrency patterns used to maintain thousands of servers. Moving further, you will also gain advanced knowledge about classic design patterns to build concise, readable, and maintainable applications & software.
Finally, you will learn concurrent structures and parallel execution which helps you improve your concepts of Go Concurrency to write concurrent apps & develop some classical design patterns with concurrent structures to maximize parallelism.
Contents and Overview
This training program includes 2 complete courses, carefully chosen to give you the most comprehensive training possible.
The first course, Learning Go Data Structures, and Algorithms will begin by understanding the basic Data types and Structures in Go. Moving forward, you will learn the power of linked lists and doubly linked lists in Go and then learn to implement linear data structures such as stacks and queues. Also, implement binary searches and trees and will explore sorting algorithms in detail. From here, you will learn about graph algorithms and also be introduced to some common data structures used while working with strings. You will learn common techniques and structures used in tasks such as preprocessing, modelling, and transforming data. By the end of this course, you would have mastered functional and reactive implementations of traditional data structures in an easy and efficient manner
Instructor Details
Courses : 212
Specification: Go: Data Structures, Algorithms and Design Patterns with Go
|
4 reviews for Go: Data Structures, Algorithms and Design Patterns with Go
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $16.99 |
---|---|
Provider | |
Duration | 10 hours |
Year | 2019 |
Level | Intermediate |
Language | English |
Certificate | Yes |
Quizzes | Yes |
$94.99 $16.99
David Ayala –
Great patterns, this is an advanced course. You need to know how to code in Go or at least be really really good at any other language.
Hesham Osman –
the first section was great, with the second section the instructor started just to read copied code snippets with very less clarification for the concepts and the structure. HUGE disappointment
Fezile Tati –
The lack of source code material make it difficult to learn, although the content is great.
T Harish Kumar –
The way this course is structured is really good, as it flows from the very basics to high level implementations of concurrency.