Learn Golang from scratch, from an industry expert. Build real-world apps. You'll learn the fundamentals all the way to advanced concurrency so that you go from beginner to being able to get hired as a Go developer!
Go Programming (Golang): The Complete Developer's Guide
Go Programming (Golang): The Complete Developer's Guide is a 120-lesson 13 hours 10 minutes self-paced course by Zero To Mastery. Learn Golang from scratch, from an industry expert.
Course facts
- Lessons
- 120
- Duration
- 13 hours 10 minutes
- Level
- All levels
- Language
- English
- Updated
- Instructor
- Zero To Mastery
- Price
- Premium
- Write clean, bug free Go code using best practices
- Learn the entire ecosystem of a Go programmer
- Build massively concurrent programs that scale with Goroutines and Channels
- Master Go programming from fundamentals all the way to advanced concurrency using goroutines, channels, mutexes + more
- Learn one of the best programming languages for building performant distributed Microservices
- Build a Pixl Art cross platform desktop app (+ add it to your portfolio) that will wow employers
- Create a blazing fast GREP tool that uses multiple goroutines to search for a string within files
- Have the skills and understanding of Go to confidently apply for Go (Golang) programming jobs
Additional
Who teaches Go Programming (Golang): The Complete Developer's Guide? Zero To Mastery
Zero To Mastery (ZTM) is a Toronto-based online coding academy founded by Andrei Neagoie, originally a senior developer at large Canadian tech firms before turning to teaching full-time. The academy's signature is the cohort-based bootcamp track combined with a deep self-paced course library, all aimed at career-changers and self-taught developers preparing to land software-engineering roles at top companies.
The instructor roster has grown well beyond Andrei to include other senior practitioners: Daniel Bourke (machine learning), Aleksa Tešić (DevOps), Jacinto Wong, and others. Courses cover the full software-engineering career path: web development with React and Next.js, Python, machine learning and deep learning, DevOps and cloud, system design, mobile, and the algorithm / data-structure interview prep that gates engineering jobs.
The CourseFlix listing under this source carries over 120 ZTM courses spanning that full range. Material is paid; ZTM itself runs on a monthly / annual membership model. The teaching style favours long-form, project-based courses where students build complete portfolio-quality applications rather than disconnected feature tutorials.
What lessons are included in Go Programming (Golang): The Complete Developer's Guide?
| # | Lesson Title | Duration | Access |
|---|---|---|---|
| 1 | Go Programming (Golang): The Complete Developer's Guide Demo | 02:33 | |
| 2 | So You Want To Learn Go? | 02:21 | |
| 3 | Keiko Corp | 00:59 | |
| 4 | Install Golang | 02:38 | |
| 5 | Packages & Modules | 03:36 | |
| 6 | Data Types | 05:09 | |
| 7 | Strings / Runes | 07:37 | |
| 8 | Go CLI | 01:47 | |
| 9 | Variables | 10:32 | |
| 10 | Demo: Variables | 09:56 | |
| 11 | Exercise: Variables | 04:09 | |
| 12 | Basic Functions | 05:53 | |
| 13 | Demo: Functions | 04:04 | |
| 14 | Exercise: Functions | 04:31 | |
| 15 | Operators | 05:00 | |
| 16 | if..else | 08:23 | |
| 17 | Demo: if..else | 02:54 | |
| 18 | Exercise: if..else | 05:44 | |
| 19 | switch | 04:11 | |
| 20 | Demo: switch | 03:43 | |
| 21 | Exercise: switch | 03:39 | |
| 22 | Looping | 05:05 | |
| 23 | Demo: Looping | 03:56 | |
| 24 | Exercise: Looping | 03:58 | |
| 25 | Section Review: Dice Roller | 09:53 | |
| 26 | Structures | 06:08 | |
| 27 | Demo: Structures | 05:00 | |
| 28 | Exercise: Structures | 05:23 | |
| 29 | Arrays | 09:01 | |
| 30 | Demo: Arrays | 04:57 | |
| 31 | Exercise: Arrays | 05:12 | |
| 32 | Slices | 12:03 | |
| 33 | Demo: Slices | 04:07 | |
| 34 | Exercise: Slices | 03:42 | |
| 35 | Ranges | 04:47 | |
| 36 | Maps | 06:02 | |
| 37 | Demo: Maps | 07:01 | |
| 38 | Exercise: Maps | 07:45 | |
| 39 | Pointers | 05:53 | |
| 40 | Demo: Pointers | 06:42 | |
| 41 | Exercise: Pointers | 05:07 | |
| 42 | Section Review: Library | 17:14 | |
| 43 | Exercise: Imposter Syndrome | 02:56 | |
| 44 | Receiver Functions | 05:31 | |
| 45 | Demo: Receiver Functions | 04:28 | |
| 46 | Exercise: Receiver Functions | 06:09 | |
| 47 | iota | 06:17 | |
| 48 | Exercise: iota | 04:38 | |
| 49 | Variadics | 04:06 | |
| 50 | Text Formatting: fmt | 06:12 | |
| 51 | Packages | 09:16 | |
| 52 | Init Function | 02:20 | |
| 53 | Testing | 07:47 | |
| 54 | Demo: Testing | 08:30 | |
| 55 | Exercise: Testing | 06:56 | |
| 56 | Interfaces | 09:38 | |
| 57 | Demo: Interfaces | 04:03 | |
| 58 | Exercise: Interfaces | 06:53 | |
| 59 | Error Handling | 07:21 | |
| 60 | Demo: Error Handling | 02:27 | |
| 61 | Exercise: Error Handling | 08:10 | |
| 62 | Readers & Writers | 09:04 | |
| 63 | Demo Readers | 05:06 | |
| 64 | Exercise: Readers | 04:43 | |
| 65 | Type Embedding | 05:15 | |
| 66 | Demo: Type Embedding | 05:48 | |
| 67 | Exercise: Type Embedding | 05:20 | |
| 68 | Generics | 08:27 | |
| 69 | Demo: Generics | 09:43 | |
| 70 | Exercise: Generics | 03:24 | |
| 71 | Function Literals | 06:19 | |
| 72 | Demo: Function Literals | 05:04 | |
| 73 | Exercise: Function Literals | 05:31 | |
| 74 | Defer | 03:15 | |
| 75 | Concurrent Programming | 04:57 | |
| 76 | Goroutines | 04:28 | |
| 77 | Demo: Goroutines | 05:00 | |
| 78 | Exercise: Goroutines | 05:56 | |
| 79 | Channels | 09:33 | |
| 80 | Demo: Channels | 09:57 | |
| 81 | Exercise: Channels | 04:03 | |
| 82 | Synchronization | 08:52 | |
| 83 | Demo: WaitGroups | 04:38 | |
| 84 | Demo: Mutexes | 05:42 | |
| 85 | Exercise: Synchronization | 05:58 | |
| 86 | Concurrency Patterns | 08:52 | |
| 87 | Pattern: Pipelines | 14:43 | |
| 88 | Pattern: Pipeline Cancellation/Quit | 04:09 | |
| 89 | Pattern: Pipeline Fan-In | 06:04 | |
| 90 | Pattern: Generator | 07:34 | |
| 91 | Pattern: Context | 06:58 | |
| 92 | Section Review: Multithreaded grep | 27:32 | |
| 93 | gcc Installation | 04:43 | |
| 94 | Intro & Project Setup | 03:09 | |
| 95 | Canvas Overview & State | 05:00 | |
| 96 | Creating a Swatch | 13:30 | |
| 97 | Swatch Layout & First Run | 10:19 | |
| 98 | Color Picker & App Layout | 04:07 | |
| 99 | Pixel Canvas Structure | 08:37 | |
| 100 | Pixel Canvas Renderer | 14:29 | |
| 101 | Pixel Canvas Layout | 03:30 | |
| 102 | Panning & Zooming | 10:05 | |
| 103 | Painting Pixels | 09:52 | |
| 104 | Cursor Display | 09:00 | |
| 105 | Creating New Images | 11:18 | |
| 106 | Saving Images | 06:48 | |
| 107 | Loading Images | 05:39 | |
| 108 | Project Setup | 01:47 | |
| 109 | Creating Database Tables | 06:13 | |
| 110 | Implementing CRUD Operations | 12:03 | |
| 111 | JSON Data Processing Functions | 07:14 | |
| 112 | JSON Endpoints | 10:23 | |
| 113 | Server CLI | 06:36 | |
| 114 | Testing JSON API | 05:16 | |
| 115 | Protocol Buffers | 07:18 | |
| 116 | gRPC Data Processing Functions | 04:46 | |
| 117 | gRPC Endpoints | 14:29 | |
| 118 | gRPC Client | 15:28 | |
| 119 | Benchmarking | 04:06 | |
| 120 | Thank You! | 01:02 |
Get instant access to all 119 lessons in this course, plus thousands of other premium courses. One subscription, unlimited knowledge.
Learn more about subscriptionWhat courses are similar to Go Programming (Golang): The Complete Developer's Guide?
-
Updated 2y agoUltimate Service 3.0
By: Ardan LabsThis updated course teaches you how to build production-level services in Go, leveraging the power of Kubernetes.13h 33m -
Updated 1y agoWeekly LIVE sessions
By: Anthony GGA playlist of weekly LIVE session recordings for those who couldn't attend live or want to revisit the material.7h 31m5/5 -
Updated 4mo agoBackend Master Class [Golang + PostgreSQL + Kubernetes]
By: UdemyThis course is designed with a lot of details, so that everyone, even with very little programming experience can understand and do it by themselves. I strongly18h 51m -
Updated 2y agoMaster Go
By: Christoph Berger (AppliedGo)A few years ago, I discovered Go and immediately fell in love with this language.6h 32m -
Updated 2y agoRefactoring With Bill
By: Ardan LabsRefactoring with Bill presents hour-long videos of Bill working on different projects while providing a stream of consciousness on what he is doing and why.7h 49m -
Updated 10mo agoRedis Internals
By: Arpit BhayaniRedis Internals by Arpit Bhayani — self-paced course rebuilding Redis's key features in Go. Master database design, replication, and persistence.9h 6m5/5
More courses by Zero To Mastery
-
Updated 9mo agoComplete Web Developer in 2025: Zero to Mastery
Learn to code. Get hired. This is one of the most popular, highly rated coding bootcamps online. It's also the most moderen and up-to-date. Guaranteed. You'll g37h 3m5/5 -
ClassicComplete Next.js Developer in 2023: Zero to Mastery
Learn Next JS from industry experts using modern best practices. The only Next JS tutorial + projects course you need to learn Next JS, build enterprise-level R27h 12m5/5 -
ClassicComplete SQL + Databases Bootcamp: Zero to Mastery
With so many online resources available, it can be paralyzing not only figuring out where to start but more importantly which courses will actually teach you th24h 6m5/5 -
Updated 3y agoPower BI Bootcamp: Zero to Mastery
This Power BI Bootcamp will take you from absolute beginner in Power BI to being able to get hired as a confident and effective Business Intelligence Analyst. Y16h 55m -
Updated 3y agoBash Scripting: Learn Shell Scripting
Learn Bash Scripting from scratch, from an industry expert. You'll learn Shell Scripting fundamentals, master the command line, and get the practice.9h 38m -
Updated 3y agoChatGPT & Large Language Models (LLMs): A Practical Guide
Learn how ChatGPT actually works under the hood! This byte-sized course will get you up to speed on Large Language Models (LLMs) including topics like Prompt De58m5/5