Build Microservices and API with Go Training Course
Go is a refined C programming language that includes memory safety, structural typing, and more. gRPC is a remote procedure call system. With gRPC, users can build API and connect services through microservice styled architecture. Using Go and gRPC enables the creation of routing systems for automated traffic control.
This instructor-led, live training (online or onsite) is aimed at web developers who wish to build microservices and API using Go.
By the end of this training, participants will be able to:
- Generate client and server code with gRPC plugins.
- Provide SSL security for the gRPC application.
- Implement advanced streaming with custom API.
Format of the Course also allows for the evaluation of participants.
- Interactive lecture and discussion.
- Lots of exercises and practice.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
Course Outline
Introduction
gRPC Concepts
- Sychronous vs asynchronous
- API surface
- RPC Life cycle
gRPC vs REST
- gRPC API types
- REST paradigms
Preparing the Development Environment
- Installing and configuring gRPC
- Installing and configuring Go Micro
- Installing Docker
- Installing Kubernetes
- Setting up Go dependencies
- Setting up a Go HTTP server
gRPC Streaming
- Implementing unary API client and server
- Implementing server streaming API client and server
- Implementing client streaming API client and server
- Implementing bi-directional API client and server
Go Microservices
- JSON marshalling Go structures
- JSON umarshalling Go structures
- Building Docker images for Go microservices
- Running containerized locally
- Optimizing the Docker images
Microservice Ochrestration with Kubernetes
- Deploying Go microservices to Kubernetes
- Implementing descriptors
- Scaling deployments
- Rolling updates
gRPC Troubleshooting and Security
- Using Error Handling
- Tracking with deadlines
- Creating SSL certificates for SSL encryption
Summary and Conclusion
Requirements
- Go programming experience
Audience
- Web Developers
Open Training Courses require 5+ participants.
Build Microservices and API with Go Training Course - Booking
Build Microservices and API with Go Training Course - Enquiry
Build Microservices and API with Go - Consultancy Enquiry
Consultancy Enquiry
Testimonials (5)
Very interactive. The trainer was very knowledgeable and patient.
Robert
Course - Event Driven Architecture Custom
Flexibility to cover the subjects I am most intrested in
James Ferrier - OptoicoreIT
Course - Building Microservices with Go
The simplicity of language and the examples given by the teacher
Alvaro Salomao Rumbane - CEDSIF Ministry of Finance
Course - Go Programming Language for Programmers
Support for issues the trainees have. The investigation and support also after training is very great!
Hans Jurgen Hogerle - Daimler TSS GmbH
Course - Advanced Go Programming
The extra informations not in the official docs
Sayf Eddine HAMMEMI - SCALITY SA
Course - Go for Systems Programming
Upcoming Courses
Related Courses
Advanced Go Programming
21 HoursIn this instructor-led, live training in France, participants will learn how to use Go's advanced features.
By the end of this training, participants will be able to:
- Set up the Go development environment.
- Understand the fundamentals of the Go programming language.
- Understand and use Go's advanced and powerful features.
- Create highly efficient programs using Go.
- Start doing web development with Go.
Event-Driven Architecture with Go
28 HoursEvent-Driven Architecture (EDA) is a software design approach where decoupled components communicate by producing and consuming events, enabling highly scalable, responsive, and resilient systems.
This instructor-led, live training (online or onsite) is aimed at intermediate-level to advanced-level Go developers who want to learn how to design, build, and deploy event-driven applications using Go and common messaging systems like Kafka, RabbitMQ, or NATS.
Through hands-on labs and real-world examples, participants will gain practical skills in building decoupled services, managing messaging infrastructure, and deploying scalable event-based systems in modern cloud-native environments.
By the end of this training, participants will be able to:
- Understand key concepts and trade-offs in Event-Driven Architecture.
- Design and implement event producers and consumers in Go.
- Use messaging systems like Kafka, RabbitMQ, and NATS with Go.
- Set up and manage event infrastructure using Docker and Kubernetes.
- Apply best practices for error handling, monitoring, and deployment.
Format of the Course also allows for the evaluation of participants.
- Interactive lecture and discussion.
- Lots of exercises and practice.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
Go Programming Language for Programmers
28 HoursGo (or Golang) is an open-source, statically typed programming language developed by Google, known for its simplicity, concurrency support, and performance.
This instructor-led, live training (online or onsite) is aimed at developers who are already proficient in another programming language and wish to learn how to write scalable, performant applications in Go.
By the end of this training, participants will be able to:
- Understand the key differences between Go and other programming languages.
- Use Go syntax and core language features effectively.
- Write and organize Go programs using packages and modules.
- Leverage Go’s built-in concurrency model for parallel programming.
- Use standard Go tools for development, testing, and profiling.
Format of the Course also allows for the evaluation of participants.
- Interactive lecture and discussion.
- Lots of exercises and practice.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
Go for Systems Programming
35 HoursGo (Golang) is an open source programming language developed at Google. One of Go's popular use cases is Linux and Unix systems programming.
In this instructor-led, live training, participants will learn the fundamentals of systems programming with Go as they step through hands-on exercises exploring the various features of Go.
By the end of this training, participants will be able to:
- Understand the fundamentals of Go systems programming
- Set up the Go development environment
- Write programs in Go
- Use both the basic and advanced features of Go for Unix and Linux systems programming
- Understand and use Goroutines
- Write fast and lightweight code with Go
- Write low-level networking code with Go
Audience
- Programmers
- Developers
Format of the course
- Part lecture, part discussion, exercises and heavy hands-on practice
Learning Go Programming
28 HoursIn this instructor-led, live training in France, participants will learn Go (Golang)'s core elements, syntax and control structures as they step through the development and deployment of a sample web application.
By the end of this training, participants will be able to:
- Set up an optimal Go development environment.
- Structure Go code for maximum readability.
- Optimize performance of a Go application.
- Test and debug a Go application.
- Deploy a sample web application.
Building Microservices with Go
28 HoursIn this instructor-led, live training in France, participants will learn how to build microservices using Go (Golang) and Spring Cloud.