Go: The Complete Developer’s Guide (Golang)
-
Getting Started
-
A Simple Start
-
Deeper Into GoProject Overview0sNew Project Folder0sVariable Declarations0sTest Your Knowledge: Variable AssignmentFunctions and Return Types0sTest Your Knowledge: FunctionsSlices and For Loops0sTest Your Knowledge: Slices and For LoopsOO Approach vs Go Approach0sCustom Type Declarations0sReceiver Functions0sTest Your Knowledge: Functions with ReceiversCreating a New Deck0sSlice Range Syntax0sMultiple Return Values0sTest Your Knowledge: Multiple Return ValuesByte Slices0sDeck to String0sJoining a Slice of Strings0sSaving Data to the Hard Drive0sReading From the Hard Drive0sError Handling0sShuffling a Deck0sRandom Number Generation0sCreating a go.mod FileTesting With Go0sErrorf call has arguments but no formatting directivesWriting Useful Tests0sAsserting Elements in a Slice0sTesting File IO0sProject Review0sAssignment: Even or Odd?0sEven or Odd Solution0s
-
Organizing Data With StructsStructs in Go0sDefining Structs0sDeclaring Structs0sUpdating Struct Values0sEmbedding Structs0sStructs with Receiver Functions0sPass By Value0sStructs with Pointers0sPointer Operations0sPointer Shortcut0sGotchas With Pointers0sTest Your Knowledge: PointersReference vs Value Types0sTest Your Knowledge: Value vs Reference Types
-
Maps
-
InterfacesPurpose of Interfaces0sProblems Without Interfaces0sInterfaces in Practice0sRules of Interfaces0sExtra Interface Notes0sThe HTTP Package0sReading the Docs0sMore Interface Syntax0sInterface Review0sThe Reader Interface0sMore on the Reader Interface0sWorking with the Read Function0sThe Writer Interface0sThe io.Copy Function0sThe Implementation of io.Copy0sA Custom Writer0sTest Your Knowledge: InterfacesAssignment: Interfaces0sInterfaces Solution0sAssignment: Hard Mode Interfaces0sHard Mode Interfaces Solution0s
-
Channels and Go RoutinesWebsite Status Checker0sPrinting Site Status0sSerial Link Checking0sGo Routines0sTheory of Go Routines0sChannels0sChannel Implementation0sBlocking Channels0sReceiving Messages0sRepeating Routines0sAlternative Loop Syntax0sSleeping a Routine0sFunction Literals0sChannels Gotcha!0sChannels and Go Routines
-
Extras
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 Xlbake 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!
What's included
- 9 hours on-demand video
- 7 articles
- 34 downloadable resources
- Access on mobile and TV
- Certificate of completion