Course Information
- Available
- *The delivery and distribution of the certificate are subject to the policies and arrangements of the course provider.
Course Overview
Master the fundamentals and advanced features of the Go Programming Language (Golang)
Go is an open source programming language created by Google. As one of the fastest growing languages in terms of popularity, its a great time to pick up the basics of Go!
This course is designed to get you up and running as fast as possible with Go. We'll quickly cover the basics, then dive into some of the more advanced features of the language. Don't be tricked by other courses that only teach you for-loops and if-statements! This is the only course on Udemy that will teach you how to use the full power of Go's concurrency model and interface type systems.
Go is designed to be easy to pick up, but tough to master. Through multiple projects, quizzes, and assignments, you'll quickly start to master the language's quirks and oddities. Go is like any other language - you have to write code to learn it! This course will give you ample opportunities to strike out on your own and start working on your own programs.
In this course you will:
- Understand the basic syntax and control structures of the language
- Apply Go's concurrency model to build massively parallel systems
- Grasp the purpose of types, which is especially important if you're coming from a dynamically typed language like Javascript or Ruby
- Organize code through the use of packages
- Use the Go runtime to build and compile projects
- Get insight into critical design decisions in the language
- Gain a sense of when to use basic language features
Go is one of the fastest-growing programming languages released in the last ten years. Get job-ready with Go today by enrolling now!
Course Content
- 8 section(s)
- 92 lecture(s)
- Section 1 Getting Started
- Section 2 A Simple Start
- Section 3 Deeper Into Go
- Section 4 Organizing Data With Structs
- Section 5 Maps
- Section 6 Interfaces
- Section 7 Channels and Go Routines
- Section 8 Extras
What You’ll Learn
- Build massively concurrent programs with Go Routines and Channels
- Learn the advanced features of Go
- Understand the differences between commonly used data structures
- Prove your knowledge with dozens of included quiz questions
- Apply Interfaces to dramatically simplify complex programs
- Use types to future-proof your code and reduce the difficulty of refactors
Skills covered in this course
Reviews
-
AAshish Kumar
It covers all the basic of Go, it should cover more advance topics. But what ever content this course has it is informative and to the point. Thank you.
-
PPankaj Yadav
Difficult topics were covered and explained properly, but some fundamental concepts were left unaddressed. Like private/public variables or functions. importing other packages etc
-
MMarc Schmitz1
It's a very good introduction to golang. Although the course is a bit outdated, everything was explained thoroughly and in a detailed manner. However, it's far from being a complete developer guide to golang.
-
SShaik Mohammad Zahid
great course have learnt about go but it would be great if there is a big project to understand go in depth