Golang developer course
- Basic knowledge of the language: syntax, initial concepts, types, etc.
- The main data structure resources through arrays, slices, maps and structs. In addition, the main concepts of Object Orientation with Go will be presented, using Structs, inheritance and interfaces.
- Moving forward with Go Lang, here we learn how to perform concurrent and parallel operations using the most diverse resources that Go Lang has. Use of go routines, waiting groups, mutex, race conditions, channels will be the main topics covered.
- In addition to being a modern and fast language, Go Lang is completely web-ready. Here we will understand the main concepts of how to work with Go for the web and also perform queries and operations with the MySQL database.