Event
2 for 1 Ticket: Workshops with Miki Tebeka
2 for 1 Ticket: Workshops with Miki Tebeka
This ticket is on sale! Before: $300 Now: $150
This ticket option will grant you access to both workshops:
- Getting Started with gRPC
- Practical Generics
Instructor: Miki Tebeka
Workshop Dates:
-
Getting Started with gRPC: December 4th, 11 AM - 1 PM EST
-
Practical Generics: December 11th, 11 AM - 1 PM EST
[Below each workshop description:]
Getting Started with gRPC
When: Wednesday, December 4th | 11am - 1pm EST
Schedule: 2-Hour Workshop
Where: Online - Live Training
Description:
gRPC is an open source RPC framework from Google.It has become the default choice for internal server to server communication within companies.
gRPC is fast, secure, has a schema for incoming and outgoing messages, supports streaming and provides many more benefits.
In the workshop, we'll write a ride hailing service.
We'll build the server, the client and along the way discuss testing, streaming, security and many more subjects.
We'll also discuss operational topics such as using TLS, sharing protocol buffers definition and exposing gRPC as REST API.
Before we start, please make sure you have the following:
- Go SDK (I'll be using 1.23)
- Git
- An IDE
- The protoc tool (see https://grpc.io/docs/protoc-installation/)
Practical Generics with Miki Tebeka
When: Wednesday, December 11th | 11am - 1pm EST
Schedule: 2-Hour Workshop
Where: Online - Live Training
Description:
In this workshop we'll dive into Go's generics (type constraints).
We'll discuss why we need generics and when to use them, we'll also see how Go implements generics.
We'll go over writing generic functions and generic data types and generic data structures.Finally, we'll see other use cases for generics.
Before we start, please make sure you have the following:
- Go SDK (I'll be using 1.23)
- Git
- An IDE