Sameer Ajmani

Programming Talks by Sameer Ajmani

Simulating A Real-World System (Coffee Shop) In Go

Sameer Ajmani
18 minutes
Simulating A Real-World System (Coffee Shop) In GoGo's concurrency model makes it easy to develop scalable servers and data pipelines. Many of the patterns we use in developing concurrent code mirror structures in real-world systems. In this talk, Sameer presents a simulation of a small real world system and shows how variations in the design impact the ...