All The NewsGolang NewsAbout

Building GitLab with GitLab: A multi-region service to deliver AI features

Background on the project. Defining a multi-region strategy. Goals. Architecture. Configure. Dry run deployments. Regional observability. Self-service regions. What’s next for Runway. More Building GitLab with GitLab. (18 days ago)

Compose Readers and Writers in Golang applications

Compose Readers and Writers in Golang applications

7 months ago

Reader -> Writer. Reader -> Multiple Writers. Multiple Readers -> Reader. Multiple Readers -> Multiple Writers. Reader -> Reader + Writer. ... Writer -> Reader. Represent the new compressed content as a Reader to be further processed in a streaming fashion.