Learn Go in 3 Hours (Udemy.com)

Build efficient applications rapidly with Go

Created by: Packt Publishing

Produced in 2022

icon
What you will learn

  • Build a completely functional web server in under 20 lines of code!
  • Explore the basics of the Go programming language for cloud computing and microservices
  • Work with Go's unique approach to interfaces and how this makes your programs more modular and testable
  • Explore Go's concurrency model, which provides a simple and powerful way to model your programs for easy scalability
  • Create your own library that can be shared with the world

icon
Quality Score

Content Quality
/
Video Quality
/
Qualified Instructor
/
Course Pace
/
Course Depth & Coverage
/

Overall Score : 86 / 100

icon
Live Chat with CourseDuck's Co-Founder for Help

Need help deciding on a go course? Or looking for more detail on Packt Publishing's Learn Go in 3 Hours? Feel free to chat below.
Join CourseDuck's Online Learning Discord Community

icon
Course Description

More and more developers are interested in learning Go. It was the language of the year on TIOBE in 2016 and is at the top of the list of languages that developers want to learn next.
This course will teach you how to program in Go, building on your existing knowledge of programming languages. It starts by introducing familiar features before moving on to the more unique features that have earned Go its reputation as the language of the cloud. You will learn how to build a completely functional application server in under two dozen lines of code. Then, you'll master structuring and organizing your code, implementing the procedural control structures of every C-inspired language, and breaking your code into separate functions.
Towards the end of the course, you'll learn how to create your own packages and import them. You'll also explore Go's approach to error handling, Object-Oriented Programming, and concurrency. By the end of the course, you'll be ready to start writing your own Go projects.
About the Author :
Jon Bodner has spent the past 20 years working in just about every corner of the software industry including on-line commerce, education, finance, government, healthcare, and internet infrastructure. He is a software engineer, lead developer, and architect and enjoys presenting and discussing open source technology trends, and the future of software engineering. Jon is currently a Lead Software Engineer at Capital One where, along with a co-worker, he recently open sourced checks-out, a fork of the LGTM project
Over the past two years, Jon has given several public talks on Go. At DevFest DC, he gave introductory and advanced talks on Go concurrency. At GopherCon, he introduced Proteus, a declarative, type-safe, runtime-generated DAO layer for Go and, at GothamGo, he spoke on closures and generics in Go.
Jon has also written a number of posts on Go for Capital One's DevExchange blog.
In addition to talking and writing about Go, Jon has also spoken at PyData DC on improving Data Science accuracy via software engineering, took part in a panel on open source in the enterprise at Atlanta Vision Talks, and spoke about Capital One's open source process at the Open Source Leadership Summit and OSCON.
Who this course is for:
  • This course is for developers who want to extend their capabilities and build awesome and efficient applications with Go. Programming knowledge is required but no knowledge of Go is needed.

*Some courses are excluded from this sale. Coupon not working? If the link above doesn't drop prices, clear the cookies in your browser and then click this link here.
Also, you may need to apply the coupon code directly on the cart page to get the discount.

Coupon Code

icon
Instructor Details

Packt Publishing

Packt has been committed to developer learning since 2004. A lot has changed in software since then - but Packt has remained responsive to these changes, continuing to look forward at the trends and tools defining the way we work and live. And how to put them to work.
With an extensive library of content - more than 4000 books and video courses -Packt's mission is to help developers stay relevant in a rapidly changing world. From new web frameworks and programming languages, to cutting edge data analytics, and DevOps, Packt takes software professionals in every field to what's important to them now.
From skills that will help you to develop and future proof your career to immediate solutions to every day tech challenges, Packt is a go-to resource to make you a better, smarter developer.

Packt Udemy courses continue this tradition, bringing you comprehensive yet concise video courses straight from the experts.



icon
Reviews

4.3

3 total reviews

5 star 4 star 3 star 2 star 1 star
% Complete
% Complete
% Complete
% Complete
% Complete

Overall, the information of this course are good. It gives poeple a fast approach about the Go syntax and specific language features. But the information about the depency management via Go dep are deprecated, because go deliver a own depency management with Go mod. This course needs a refresh.

I don't like the copying and pasting approach of the beginning of the course, I prefer when courses want me to write the code in order for it work while explaining what each part of the code does.Also, adding comments to the code would be very helpful for the simple web server when you're starting with Go.Pointers should be emphasized more, pointers are a really important topic yet, they only have one video.

I need more courses with condensed information like this. It is excellent to break the ice and start.