Showing posts with label Go Programming Language. Show all posts
Showing posts with label Go Programming Language. Show all posts

Go: The Complete Developer's Guide (Golang)

go-the-complete-developers-guide

Go: The Complete Developer's Guide (Golang), Master the fundamentals and advanced features of the Go Programming Language (Golang)

  • Created by Stephen Grider
  •  English
  •  English [Auto-generated], Indonesian [Auto-generated], 6 more
  • 9 hours on-demand video
  • 4 articles
  • Full lifetime access
  • Access on mobile and TV
  • Assignments
  • Certificate of Completion

What you'll learn

  • Build massively concurrent programs with Go Routines and Channels
  • Learn the advanced features of Go
  • Understand the differences between commonly used data structures
  • Prove your knowledge with dozens of included quiz questions
  • Apply Interfaces to dramatically simplify complex programs
  • Use types to future-proof your code and reduce the difficulty of refactors

Preview This Course - GET COUPON CODE

Complete Go Bootcamp: Go from zero to hero (Golang)

learn-go-the-complete-bootcamp-course-golang
Complete Go Bootcamp: Go from zero to hero (Golang), Learn the best practices and every aspect of Go Programming Language (Golang) from scratch with 1000+ hands-on examples.
  • HIGHEST RATED
  • Created by Jose Portilla, Inanc Gumus
  •  English
  •  English [Auto-generated]
  • 15.5 hours on-demand video
  • 62 articles
  • 33 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
What you'll learn
  • Understand how Go works behind the scenes from a Go contributor
  • Get a solid foundation of Go Programming Language and the Go Standard Library
  • Practice with hundreds of exercises (with included solutions) and questions
  • Learn the best practices, tips and tricks so you won't have to fall into the common beginner mistakes
  • This is NOT a web, api, cloud, devops, microservices development course, however it's the deepest Go course that you can find on the planet (that's why it's still in progress).
Preview This Course - GET COUPON CODE

Web Development w/ Google’s Go (golang) Programming Language

go-programming-language
Web Development w/ Google’s Go (golang) Programming Language, Learn Web Programming from a University Professor in Computer Science with over 15 years of teaching experience.

  • Created by Todd McLeod
  • 19 hours on-demand video
  • Full lifetime access
  • Access on mobile and TV
  • Certificate of Completion
  • Have a coupon?

What you'll learn

  • Construct server-side applications using today's best practices
  • Acquire an outstanding foundation in the fundamentals of web programming
  • Learn from a University Professor in Computer Science with over 15 years of experience teaching individuals of all ability levels
  • Achieve mastery in the understanding and application of web development
  • Understand servers, routing, restful applications, JSON, AJAX, templates, file servers, cookies, state, UUIDs, HTTP methods, HTTP response codes, sessions, Amazon Web Services, MySQL, MongoDB, load balancers, HTTPS & TLS, Docker, Containers, Virtual Machines, Google Cloud, and App Engine
  • Create web applications using only the Go programming language's standard library
  • Create web applications without using third-party frameworks
  • Build performant distributed applications that dynamically scale
  • Apply cutting-edge web development practices

Preview This Course - GET COUPON CODE

Learn How To Code: Google's Go (golang) Programming Language

learn-how-to-code
Learn How To Code: Google's Go (golang) Programming Language, The Ultimate Comprehensive Course - Perfect for Both Beginners and Experienced Developers
  • Created by Todd McLeod
  •  English
  •  English [Auto-generated], Portuguese [Auto-generated], 1 more
  • 46 hours on-demand video
  • 4 articles
  • Full lifetime access
  • Access on mobile and TV
  • Certificate of Completion
Preview This Course - GET COUPON CODE
What you'll learn
  • The ultimate comprehensive course
  • For beginners and experienced devs
  • Taught by American university professor
  • From beginning to advanced concepts
  • Concurrency, channels, benchmarking
  • Testing, error handling, documentation
  • Hands-on exercises with solutions
  • Access to valuable code base
  • This course is tried, tested, and proven
  • Over 1.65 Million students taught
  • Lifetime course access
  • Learn at your own pace
  • 100% satisfaction guaranteed
Description
This course is the ultimate comprehensive resource for learning the Go Programming Language.

This course is perfect for both beginners and experienced developers. The course is full of examples, hands-on exercises, solutions to the hands-on exercises, and an amazing code repository.

This course is taught by one of the world's leading Go Programming Trainers, Todd McLeod. Todd was the first university professor in America to teach Go at the university level. Todd has taught over 1.65 Million students how to use the Go Programming Language. This course is tried, tested, and proven to train beginners and experienced developers how to use Go. 

This course has a tremendous amount of content and resources so that you can learn everything you need to know - whatever is appropriate for your ability level.

When you enroll in this course, you will have lifetime access to the course. You will be able to learn at your own pace. You will always be able to come back to the content to review it, or learn additional concepts when you are ready for them.

This course also comes with a 100% Satisfaction Money Back Guarantee.

I know that this is absolutely the best course in the entire world for learning the Go Programming Language.

I know that you are going to be completely satisfied with the course.

And, if for any reason the course does not work for you, then within the first 14 days, you can receive a full refund.

So enroll now!

You will get great value from this course and, more importantly, you will have a great time learning the greatest programming language every made - The Go Programming Language - The fastest growing, highest paying programming language in America.

Join me on this incredible journey. Sign-up Today.

Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.

Go is an amazing choice for a language as it was developed by some of the same individuals who created the C programming language, Unix, and UTF-8 - some of the most influential contributions to computer science. Robert Griesemer, Rob Pike, and Ken Thompson created Go to be a modern language that easily uses multiple cores, easily implements concurrency, easily works in distributed environments, and easily allows the programmer to write programs - it has a very lean and user-friendly syntax.

Go was created by luminaries in computer science at one of the best, if not the very best, software engineering firm to have ever existed - Google.

The credentials of Go are unsurpassed.

But why did Google create a new language?

In Google’s words, “Go was born out of frustration with existing languages and environments for systems programming. Programming had become too difficult and the choice of languages was partly to blame. One had to choose either efficient compilation, efficient execution, or ease of programming; all three were not available in the same mainstream language. Programmers who could were choosing ease over safety and efficiency by moving to dynamically typed languages such as Python and JavaScript rather than C++ or, to a lesser extent, Java. Go is an attempt to combine the ease of programming of an interpreted, dynamically typed language with the efficiency and safety of a statically typed, compiled language. It also aims to be modern, with support for networked and multicore computing. Finally, working with Go is intended to be fast: it should take at most a few seconds to build a large executable on a single computer. To meet these goals required addressing a number of linguistic issues: an expressive but lightweight type system; concurrency and garbage collection; rigid dependency specification; and so on. These cannot be addressed well by libraries or tools; a new language was called for.”

In my opinion, Go is the best programming language that you can be learning today. I began programming in 1982 with BASIC, I have worked with many languages, and Go is the best language which I have ever used. Go is also the top-paid programming language in America today.

Come learn about the greatest programming language ever created. You will leave with resources and code samples to start making all of your software and apps really go.

Who is the target audience?

  • This is a first semester university level programming course.
  • This course is ideal for beginners wanting to learn programming.
  • This course is perfect for experienced programmers wanting a thorough introduction to the Go programming language.
  • This course is perfect for experienced programmers wanting to fill in gaps in their programming knowledge.

Connecting Go (Golang) to MySQL and PostgreSQL

Coupon Details

Connecting Go (Golang) to MySQL and PostgreSQL, Connecting Go (Golang) to MySQL and PostgreSQL

Created by Kam Hojati

Preview This Course - GET COUPON CODE

connecting-go-golang-to-mysql-and

What Will I Learn?

  • To install MySQL, PostsgreSQL, the Go compiler, and Visual Studio Code on Windows
  • A tour of SQL in both MySQL and PostgreSQL that will be an overview of the mostly used SQL statements such as select, insert, update, delete, join, and several others
  • How to use MySQL and PostgreSQL with Go

Description

In this practical course you will learn how to connect the powerful Go language to two of the most popular relational databases, MySQL and PostsgreSQL.  

You will see a tour of SQL in both MySQL and PostgreSQL that will be an overview of the mostly used SQL statements such as select, insert, update, delete, join, and several others.

You will also learn how to install MySQL, PostsgreSQL, the Go compiler, and Visual Studio Code on Windows.

Go Foundations - Learn Go (Golang) From Beginner To Advanced

Coupon Details

Go Foundations - Learn Go (Golang) From Beginner To Advanced, Learn "Go" in-depth by solving 17 Quizzes, 10 Assignments & 4 Projects.

Created by Anil Kulkarni

Preview This Course - GET COUPON CODE

go-foundations-learn-go-golang-from-beginner-to-advanced

What Will I Learn?
  • Installing "Go" on OSx, Linux (Ubuntu) & Windows
  • Basic Command Line Basics
  • Basic Programming Concepts In "Go"
  • Basic Data Types - Integer, Float, Boolean & String
  • Composite Data Types - Structure, Array, Slice & Maps
  • Interface, Packages & Pointer
  • Function Declaration And Methods
  • Receiver Functions
  • Concurrency - Using Channels & Goroutines.
  • Goroutines
  • Basic Web Server
  • Building & Compiling to Machine Code
  • Flow Control - If/Else, Switch, For Loops
  • Input / Output
  • File Handling
  • Error Handling
  • Testing

Requirements
  • This course does not assume you to have any programming knowledge, I will teach you from scratch.
  • A basic understanding of computer is required, you should be able to install & uninstall softwares.
  • Any prior knowledge of programming is welcome, but its not a must.
  • You would require a text editor like atom, sublime text, visual studio code, etc. I will show you how to install them and the preferred choices.
  • You would also require to install 'Go', no worries, I'll teach you how to do it in super easy steps.

Description

Go Foundations teaches you everything from scratch without any assumption of prior programming knowledge. The course focuses more on actual programming concept rather than only the language syntax. Its a hands-on course with 17 Quizzes, 10 Assignments & 4 Projects, this course is all you require to understand the "Go" programming language in-depth.
The course also comes with expert help and timely resolution to your questions, the course also provides all the code links on Github and Golang Play links wherever possible, with all these we make sure you are never lost in the coding journey.

Preview This Course - GET COUPON CODE

The Complete Google Go Programming Course For Beginners

Coupon Details

The Complete Google Go Programming Course For Beginners, In this complete Google Go (Golang) Programming course for beginners students will learn...

Created by Joe Parys, David Valentine, Joe Parys Academy

Preview This Course - GET COUPON CODE

the-complete-google-go-programming-course-for-beginners

What Will I Learn?
  • Compile and run Google Go (Golang) Programs
  • Create your own fully featured programs in Google Go (Golang).
  • Really understand how computers work, what programming is and how to develop programs.
  • Use the Community Version of IntelliJ IDEA‎, to edit, compile and run Google Go programs
  • Be an effective beginner Google Go (Golang) Ninja! At the end of this course you will have a competent foundation in all the essential concepts of Google Go (Golang).
  • Find their way to using and undrestanding advanced Google Go (Golang) resources, to moving
  • Learn the basics of programming in one of the hottest new languages - without loosing your mind!

Students Also Bought These Courses

Learn Web Programming from a University Professor in Computer Science with over 15 years of teaching experience.

Master the fundamentals and advanced features of the Go Programming Language (Golang)

More Courses by Joe Parys

Quickly learn how Access 2016 can make your life easier and more productive!

In this complete master class course students will be able to edit video like a professional using adobe premiere pro cc

Learn How to Develop a Complete 2D Mobile Platformer Game in Unity C# From Start to Launch in Google Play Store

More Courses by David Valentine

A primer on Machine Learning for Data Science. Revealed for everyday people, by the Backyard Data Scientist.

Recovery photos and videos with easy, in 5 easy steps. MacOS, Windows and Linux!