Skip to content
Sale

Jose Portilla & Inanc Gumus – Go (Golang) The Complete Bootcamp

Original price was: $200.00.Current price is: $45.90.

What you’ll learn

Watch 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-Depth

Description

Unlock your potential with the Unlock your potential with the Jose Portilla & Inanc Gumus – Go (Golang) The Complete BootcampJose Portilla & Inanc Gumus – Go (Golang) The Complete Bootcamp course for only course for only Original price was: $200.00.Original price was: $200.00.Current price is: $45.90.Current price is: $45.90. at at Giolib.comGiolib.com! Explore our comprehensive library of over 60,000 downloadable digital courses across various ! Explore our comprehensive library of over 60,000 downloadable digital courses across various Business & SalesBusiness & Sales. Get expert-led, self-paced learning at up to 80% savings. Elevate your skills today!. Get expert-led, self-paced learning at up to 80% savings. Elevate your skills today!

Jose Portilla & Inanc Gumus – Go (Golang) The Complete Bootcamp

Jose Portilla & Inanc Gumus - Go (Golang) The Complete Bootcamp

What you’ll learnWhat you’ll learn

Watch the free videos to see how I teach Go programming in depth.Watch the free videos to see how I teach Go programming in depth.
Practice with 1000+ Exercises (with included solutions) Practice with 1000+ Exercises (with included solutions)
Pass Interviews: Master Go Internals In-Depth Pass Interviews: Master Go Internals In-Depth
Master Interfaces and Internals Master Interfaces and Internals
Master Slice Internals: Slice Header and Memory Allocations Master Slice Internals: Slice Header and Memory Allocations
Master Map Internals: Map Header Master Map Internals: Map Header
Encode and Decode JSON Encode and Decode JSON
Create a log file parser, spam masker, retro led clock, console animations, dictionary programs and so on. Create a log file parser, spam masker, retro led clock, console animations, dictionary programs and so on.

Course contentCourse content
Expand all 310 lectures23:07:27 Expand all 310 lectures23:07:27
-Setup your Environment -Setup your Environment
22:54 22:54
Grab the Roadmap! Grab the Roadmap!
Preview Preview
00:30 00:30
Install Go on OS X Install Go on OS X
Preview Preview
05:27 05:27
Install Go on Windows Install Go on Windows
06:59 06:59
Find your way in the code repository Find your way in the code repository
04:31 04:31
Get the code for the course Get the code for the course
05:27 05:27
+Write Your First Go Program +Write Your First Go Program
31 lectures01:28:56 31 lectures01:28:56
+Master the Type System of Go +Master the Type System of Go
81 lectures06:10:36 81 lectures06:10:36
+Control Flow and Error Handling +Control Flow and Error Handling
55 lectures03:17:11 55 lectures03:17:11
+Projects: For Beginners +Projects: For Beginners
11 lectures45:17 11 lectures45:17
+Arrays and Memory Layout +Arrays and Memory Layout
17 lectures01:33:33 17 lectures01:33:33
+Project: Write a Retro Clock +Project: Write a Retro Clock
7 lectures30:15 7 lectures30:15
+Slices and Internals +Slices and Internals
26 lectures02:11:27 26 lectures02:11:27
+Project: Write a File Finder +Project: Write a File Finder
5 lectures14:33 5 lectures14:33
+Project: Animate a Bouncing Ball +Project: Animate a Bouncing Ball
7 lectures26:35 7 lectures26:35
10 more sections 10 more sections
Requirements Requirements

Access to a computer with an internet connection.Access to a computer with an internet connection.

DescriptionDescription

Get a Real In-Depth Understanding of Go and its Internal Mechanisms by:Get a Real In-Depth Understanding of Go and its Internal Mechanisms by:

Ultra-detailed, entertaining, intuitive, and easy to understand animations.Ultra-detailed, entertaining, intuitive, and easy to understand animations.

Learn by doing:Learn by doing:

Write a log parser, file scanner, spam masker and more.Write a log parser, file scanner, spam masker and more.

Solve 1000+ hands-on exercises.Solve 1000+ hands-on exercises.

Learn a lot of tips and tricks that you can’t find easily anywhere else.Learn a lot of tips and tricks that you can’t find easily anywhere else.

What’s included?What’s included?

Go OOP: Interfaces and MethodsGo OOP: Interfaces and Methods

Internals of Methods and InterfacesInternals of Methods and Interfaces

Functions and Pointers: Program design, pass by value, and addressability.Functions and Pointers: Program design, pass by value, and addressability.

Implicit interface satisfactionImplicit interface satisfaction

Type assertion and Type SwitchType assertion and Type Switch

Empty interface: []interface{} vs interface{}Empty interface: []interface{} vs interface{}

Value, Pointer, and Nil ReceiversValue, Pointer, and Nil Receivers

Promoted MethodsPromoted Methods

Famous InterfacesFamous Interfaces

Tips about when to use interfacesTips about when to use interfaces

fmt.Stringer, sort.Sort, json.Marshaler, json.Unmarshaler, and so on.fmt.Stringer, sort.Sort, json.Marshaler, json.Unmarshaler, and so on.

Composite Types: Arrays, Slices, Maps, and StructsComposite Types: Arrays, Slices, Maps, and Structs

Internals of Slices and MapsInternals of Slices and Maps

Backing array, slice header, capacity, and map headerBacking array, slice header, capacity, and map header

JSON encoding and decoding, field tags, embeddingJSON encoding and decoding, field tags, embedding

Make, copy, full Slice expressions and append mechanicsMake, copy, full Slice expressions and append mechanics

UTF-8 encoding and decodingUTF-8 encoding and decoding

Go Type System MechanicsGo Type System Mechanics

Type inference, underlying, predeclared, and unnamed types.Type inference, underlying, predeclared, and unnamed types.

Untyped constants and iota.Untyped constants and iota.

Get Get Jose Portilla & Inanc Gumus – Go (Golang) The Complete Bootcamp download

Blank Identifier, short declaration, redeclaration, scopes, naming conventionsBlank Identifier, short declaration, redeclaration, scopes, naming conventions

I/OI/O

Process Command-Line Arguments, printf, working with files, bufio.Scanner, …Process Command-Line Arguments, printf, working with files, bufio.Scanner, …

How to create your own Go packagesHow to create your own Go packages

How to run multiple Go files, and how to use third-party packagesHow to run multiple Go files, and how to use third-party packages

Go toolsGo tools

Debugging Go code, go doc, and others.Debugging Go code, go doc, and others.

…and more.…and more.

Why Go?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 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 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 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:Go has been designed by one of the most influential people in the industry:

Unix: Ken ThompsonUnix: Ken Thompson

UTF-8, Plan 9: Rob PikeUTF-8, Plan 9: Rob Pike

Hotspot JVM (Java Virtual Machine): Robert GriesemerHotspot JVM (Java Virtual Machine): Robert Griesemer

Who this course is for:Who this course is for:

Beginners who have never programmed before.Beginners who have never programmed before.
Programmers switching languages to Go. Programmers switching languages to Go.
Intermediate Go programmers who want to level up their skills! 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. Intermediate Go programmers who want to learn the internals of slices, maps, interfaces, and so on.

Future-proof your knowledge with the Future-proof your knowledge with the Jose Portilla & Inanc Gumus – Go (Golang) The Complete BootcampJose Portilla & Inanc Gumus – Go (Golang) The Complete Bootcamp course at course at GiOlibGiOlib! Enjoy lifetime access to high-quality digital content, crafted to advance your career and personal development.! Enjoy lifetime access to high-quality digital content, crafted to advance your career and personal development.

  • Lifetime Access:Lifetime Access: Permanent access to all purchased courses. Permanent access to all purchased courses.
  • Smart Savings:Smart Savings: Benefit from prices up to 80% off original course costs. Benefit from prices up to 80% off original course costs.
  • Safe Transactions:Safe Transactions: Process your payments securely. Process your payments securely.
  • Practical Insights:Practical Insights: Gain actionable skills relevant to today's demands. Gain actionable skills relevant to today's demands.
  • Instant Availability:Instant Availability: Begin your course immediately after payment. Begin your course immediately after payment.
  • Flexible Learning:Flexible Learning: Access content effortlessly on any device. Access content effortlessly on any device.

Start expanding your horizons with Start expanding your horizons with GiOlibGiOlib!!

Cart
Back To Top