Alex Borysov presents on enabling microservices with gRPC. gRPC is an open source, high performance RPC framework that uses HTTP/2. It provides abstractions and best practices for designing distributed systems and has default implementations from Google. gRPC supports 10+ programming languages and provides high throughput and low latency compared to REST/JSON solutions. The presentation demonstrates how to define gRPC services with protocol buffers, implement services and clients, and compose services for microservices architectures.