gRPC with Python
Protocol Buffers, gRPC service definitions, streaming, interceptors, and when to use gRPC over REST.
Protocol Buffers, gRPC service definitions, streaming, interceptors, and when to use gRPC over REST.
Windowed aggregations, sessionisation, and user behaviour features in real time.
Computing features from event streams with Kafka and Flink.
Streaming LLM output in Python - server-sent events, async generators, FastAPI streaming endpoints, and building real-time chat UIs.
Implementing and optimizing streaming for real-time LLM response delivery - SSE, chunking strategies, backpressure, tool use streaming, and production patterns for perceived performance.