Uncategorized

Low Level Design: gRPC Design Deep Dive

gRPC is Google open-source RPC framework that uses HTTP/2 for transport and Protocol Buffers for serialization. It provides strongly-typed service […]

Uncategorized

Low Level Design: Data Pipeline Design

A data pipeline moves data from source systems (production databases, event streams, APIs) through transformation stages to analytical destinations (data

Scroll to Top