Created by Jose Portilla, Inanc Gumus | Video: h264, 1280×720 | Audio: AAC 48KHz 2ch | Duration: 22:27 H/M | Lec: 304 | 15 GB | Language: EnglishDeeply understand and master the Go Programming Language (Golang) from scratch 1000+ hands-on exercises and projectsWhat you’ll learnWatch the free videos to see how I teach Go programming in depth.
Practice with 1000+ Exercises (with included solutions)Pass Interviews: Master Go Internals In-DepthMaster Interfaces and InternalsMaster Slice Internals: Slice Header and Memory AllocationsMaster Map Internals: Map HeaderEncode and Decode JSONCreate a log file parser, spam masker, retro led clock, console animations, dictionary programs and so on.
RequirementsAccess to a computer with an internet connection.
DescriptionGet a Real In-Depth Understanding of Go and its Internal Mechanisms by:Ultra-detailed, entertaining, intuitive, and easy to understand animations.
Learn by doing:Write a log parser, file scanner, spam masker and more.
Solve 1000+ hands-on exercises.
Learn a lot of tips and tricks that you can’t find easily anywhere else.
What’s included?Go OOP: Interfaces and MethodsInternals of Methods and InterfacesFunctions and Pointers: Program design, pass by value, and addressability.
Implicit interface satisfactionType assertion and Type SwitchEmpty interface: []interface{} vs interface{}Value, Pointer, and Nil ReceiversPromoted MethodsComposite Types: Arrays, Slices, Maps, and StructsInternals of Slices and MapsBacking array, slice header, capacity, and map headerJSON encoding and decoding, field tags, embeddingMake, copy, full Slice expressions and append mechanicsUTF-8 encoding and decodingGo Type System MechanicsType inference, underlying, predeclared, and unnamed types.
Untyped constants and iota.
Blank Identifier, short declaration, redeclaration, scopes, naming conventionsI/OProcess Command-Line Arguments, printf, working with files, bufio.Scanner, …How to create your own Go packagesHow to run multiple Go files, and how to use third-party packagesGo toolsDebugging Go code, go doc, and others.
…and more.
Why Go?Go is one of the most desired, easy to learn, and the highest paying programming languages.
There are 1+ million Go programmers around the world, and the number is increasing each day exponentially.
It’s been used by Google, Facebook, Twitter, Uber, Docker, Kubernetes, Heroku, and many others.
Go is Efficient like C, C++, and Java, and Easy to use like Python and Javascript.
It’s Open-Source, Simple, Powerful, Efficient, Cross-Platform (OS X, Windows, Linux, …), Compiled, Garbage-Collected, and Concurrent.
Go is best for Command-line Tools, Web APIs, Distributed Network Applications like Microservices, Database Engines, Big-Data Processing Pipelines, and so on.
Go has been designed by one of the most influential people in the industry:Unix: Ken ThompsonUTF-8, Plan 9: Rob PikeHotspot JVM (Java Virtual Machine): Robert GriesemerWho this course is for?Beginners who have never programmed before.
Programmers switching languages to Go.
Intermediate Go programmers who want to level up their skills!Intermediate Go programmers who want to learn the internals of slices, maps, interfaces, and so on.