Please accept cookies to help us improve this website Is this OK? Yes No More on cookies »
Item number: 136974949

Go Programming Essentials Training

Item number: 136974949

Go Programming Essentials Training

159,00 192,39 Incl. tax

Go Programming Essentials Award-winning E-Learning Training Extensive interactive videos with spoken text Certified teachers Practical exercises Certificate.

Read more
Brand:
Go
Discounts:
  • Buy 2 for €155,82 each and save 2%
  • Buy 3 for €154,23 each and save 3%
  • Buy 5 for €147,87 each and save 7%
  • Buy 10 for €143,10 each and save 10%
  • Buy 25 for €135,15 each and save 15%
  • Buy 50 for €124,02 each and save 22%
  • Buy 100 for €111,30 each and save 30%
  • Buy 200 for €79,50 each and save 50%
Availability:
In stock
Delivery time:
Ordered before 5 p.m.! Start today.
  • Award Winning E-learning
  • Lowest price guarantee
  • Personalized service by our expert team
  • Pay safely online or by invoice
  • Order and start within 24 hours

Go Programming Essentials E-Learning

Order this amazing, award-winning Go Programming Essentials E-Learning course online, 1 year 24/7 access to extensive interactive videos, speeches, hands-on tasks and progress monitoring. After the course you will receive a certificate of attendance.

The Go programming language is a relatively new language developed at Google and first released in 2009. Go is loosely derived from the C programming language but incorporates changes that provide faster compilation, more simplistic and concise syntax, and improved safety. This learning path discusses the basic Go language features and syntax to enable you to quickly learn how to write and execute your own Go programs.

Course content

Track : 01 Go Foundation for Beginners
Track : 02 Advanced Programming in Go
Track : 03 Web Programming in Go

Cursusinhoud

Track : 01 Go Foundation for Beginners

Getting Started with Go: Introducing Go Programming Language

Course: 1 Hour, 14 Minutes

  • Course Overview
  • Go Programming Language
  • Differentiating Features of Go
  • Go vs. Other Programming Languages
  • Real World Uses of Go
  • Pros and Cons of Go
  • Working with the Go Playground
  • Installing the Go Tools
  • Installing and Configuring a Code Editor
  • Configuring Go Development Environment
  • Course Summary

Getting Started with Go: Getting Started with Go: Basic Programming

Course: 2 Hours, 13 Minutes

  • Course Overview
  • Go Program Structure and Syntax
  • Supported Data Types in Go
  • Declaring and Initializing Variables in Go
  • Declaring and Initializing Constants in Go
  • Using Operators in Go
  • Working with Scoping Rules in Go
  • Creating and Using Arrays in Go
  • Creating and Using Slices in Go
  • Working with the Map Data Type in Go
  • Defining and Using Pointers in Go
  • Program Flow Control in Go
  • Controlling Program Flow in Go
  • Working with Loops and Branches in Go
  • Looping over Collections in Go
  • Working with String Functions in Go
  • Course Summary

Getting Started with Go: Functions & Object Orientation

Course: 1 Hour, 8 Minutes

  • Course Overview
  • Functions and Methods in Go
  • Object Orientation in Go
  • Declaring and Writing Functions in Go
  • Passing Parameters to Functions in Go
  • Returning Data from Functions in Go
  • Working With Variadic Functions in Go
  • Defining and Initializing Structs in Go
  • Declaring and Writing Methods in Go
  • Working with Interfaces in Go
  • Creating and Interacting with Objects in Go
  • Course Summary

Getting Started with Go: Error & File Handling

Course: 1 Hour, 31 Minutes

  • Course Overview
  • Rationale for Error Handling in Go
  • Error Handling in Go
  • Handling Errors in Go Programs
  • Working with Package errors in Go
  • Working with Custom Error Types in Go
  • Using Defer, Panic, and Recover to Manage Exceptions
  • Performing Basic File Operations in Go
  • Reading Files into Memory in Go
  • Reading Files Line by Line in Go
  • Performing Directory I/O Operations in Go
  • Course Summary

Track : 02 Advanced Programming in Go

Advanced Programming in Go: Deep Dive into Packages

Course: 1 Hour, 24 Minutes

  • Course Overview
  • Go Packages
  • Rationale for Using Go Packages
  • Naming Packages and Package Components
  • Using Nested Packages in Go
  • Declaring and Configuring Packages in Go
  • Importing Packages
  • Using Alternate Import Methods
  • Documenting Custom Packages
  • Package Best Practices
  • Using the init() Function
  • Working with Modules and Packages
  • Course Summary

Advanced Programming in Go: Concurrency

Course: 57 Minutes

  • Course Overview
  • Sequential Programming Concepts
  • Single Versus Multi-threaded Programming
  • Concurrency and Parallelism
  • Rationale for Concurrency
  • Concurrency in Go
  • Concurrency Primitives in Go
  • Confinement Options
  • Concurrency Patterns
  • Using Concurrency to Improve Performance
  • Course Summary

Advanced Programming in Go: Goroutines

Course: 1 Hour, 27 Minutes

  • Course Overview
  • Goroutines
  • Creating Goroutines
  • Using Closures in Goroutines
  • Creating Anonymous Goroutines
  • The Packages sync and sync/atomic
  • Creating and Using Wait Groups
  • Implementing Atomic Operations
  • Using Mutexes
  • Race Conditions in Goroutines
  • Simulating Race Conditions
  • Race Conditions vs Data Races
  • Avoiding Data Race
  • Detecting Race Conditions
  • Course Summary

Advanced Programming in Go: Go Channels

Course: 1 Hour, 7 Minutes

  • Course Overview
  • Goroutines
  • Creating Goroutines
  • Using Closures in Goroutines
  • Creating Anonymous Goroutines
  • The Packages sync and sync/atomic
  • Creating and Using Wait Groups
  • Implementing Atomic Operations
  • Using Mutexes
  • Race Conditions in Goroutines
  • Simulating Race Conditions
  • Race Conditions vs Data Races
  • Avoiding Data Race
  • Detecting Race Conditions
  • Course Summary

Advanced Programming in Go: Accessing Databases

Course: 1 Hour, 15 Minutes

  • Course Overview
  • Database Access in Go Programs
  • Installing MySQL Database
  • Creating a MySQL Database Using Wbench
  • Accessing Databases with Go
  • Performing Data Retrieval Operations with Go
  • Using Prepared Statements with Go Programs
  • Performing Data Manipulation Operations with Go
  • Executing Transactions with Go
  • Handling Errors, Nulls, and Unknown Columns with Go
  • Course Summary

Advanced Programming in Go: Testing & Deploying Go Programs

Course: 1 Hour, 5 Minutes

  • Course Overview
  • Test Techniques for Go Programs
  • Approaches to Debugging Go Programs
  • Debugging Go Programs
  • Using Unit Testing against a Go Program
  • Measuring Test Coverage for Go Programs
  • Building and Installing Go Applications On-premises
  • Deploying Go Applications
  • Deploying Go Applications to the Cloud
  • Course Summary

Advanced Programming in Go: Best Practices for Go Programming

Course: 1 Hour, 16 Minutes

  • Course Overview
  • Go Programming Best Practices
  • Best Practices for Organizing Go Code
  • Using Best Practices for Documenting Go Programs
  • Using Best Practices for Organizing Go Code
  • Best Practices for Error Handling in Go Programs
  • Applying Best Practices to Error Handling in Go
  • Best Practices for Data Handling in Go
  • Using Best Practices for Data Handling in Go
  • Concurrency Best Practices in Go
  • Ensuring Best Practice in Concurrent Programs
  • Best Practices for Testing in Go
  • Applying Best Practices to Testing in Go
  • Course Summary

Track : 03 Web Programming in Go

Web Programming in Go: Web Development Basics

Course: 1 Hour, 40 Minutes

  • Course Overview
  • Web Development with Go
  • How Web Applications Work
  • The Role of HTTP in Web Development
  • HTTP Requests
  • Creating HTTP Requests
  • HTTP Responses
  • The Go httptest Package
  • Web Architectures
  • Structuring Go Web Applications
  • Multiplexing in Go
  • http.Handler Wrappers in Go
  • The Go template Package
  • Creating a Structured Go Application
  • Course Summary

Web Programming in Go: Creating a Go Web Server

Course: 1 Hour

  • Course Overview
  • The Go net/http Package
  • Creating a Go Web Server
  • Serving Files Using HTTP
  • Go Handlers
  • Working with Handlers
  • Working with Multiple Handlers
  • Chaining Handlers
  • Using ServeMux and DefaultServeMux
  • The Go httprouter Library
  • Routing Using the httprouter Library
  • Course Summary

Web Programming in Go: HTML Forms & ResponseWriter in Go

Course: 1 Hour

  • Course Overview
  • HTML Forms in Go
  • Working with HTML Forms
  • ResponseWriter in Go
  • Working with ResponseWriter
  • Response Headers in Go
  • Setting Response Headers
  • Working with JSON Output
  • Returning JSON Output
  • Course Summary

Web Programming in Go: Working with Templates in Go

Course: 1 Hour, 27 Minutes

  • Course Overview
  • Templates in Go
  • Go Template Engines
  • Parsing and Executing Go Templates
  • Template Actions
  • Implementing Actions
  • Arguments, Pipelines, and Variables
  • Using Go Arguments
  • Implementing Go Flags
  • Using Go Variables
  • Implementing Go Pipelines
  • Template Functions
  • Working with Functions
  • Course Summary

Web Programming in Go: Data Storage in Go

Course: 47 Minutes

  • Course Overview
  • Data Storage in Go
  • Memory Storage Using Structs
  • Working with gobs
  • Working with Databases
  • Storing and Retrieving Data from a SQL Database
  • Using SQL Mappers
    Course Summary

Web Programming in Go: Web Services in Go

Course: 52 Minutes

  • Course Overview
  • Web Services
  • SOAP and RESTful Web Services
  • Implementing Web Services
  • Working with XML
  • Working with JSON
  • Creating a RESTful Web Service with Go
  • Course Summary
Language English
Qualifications of the Instructor Certified
Course Format and Length Teaching videos with subtitles, interactive elements and assignments and tests
Lesson duration 21:23 Hours
Progress monitoring Yes
Access to Material 365 days
Technical Requirements Computer or mobile device, Stable internet connections Web browsersuch as Chrome, Firefox, Safari or Edge.
Support or Assistance Helpdesk and online knowledge base 24/7
Certification Certificate of participation in PDF format
Price and costs Course price at no extra cost
Cancellation policy and money-back guarantee We assess this on a case-by-case basis
Award Winning E-learning Yes
Tip! Provide a quiet learning environment, time and motivation, audio equipment such as headphones or speakers for audio, account information such as login details to access the e-learning platform.

There are no reviews written yet about this product.

Loading...

OEM Office Elearning Menu Trots Genomineerd voor 'Beste Opleider van Nederland'

OEM Office Elearning Menu is vereerd met de nominatie voor 'Beste Opleider van Nederland' door Springest by STUDYTUBE, een blijk van erkenning voor onze excellente trainingen en toewijding aan kwaliteitsonderwijs. Dank aan alle cursisten.

Reviews

There are no reviews written yet about this product.

25.000+

Deelnemers getrained

Springest: 9.1 - Edubookers 8.9

Gemiddeld cijfer

3500+

Aantal getrainde bedrijven

20+

Jaren ervaring

Even more knowledge

Read our most recent articles

View blog