Technical LeadBT Financial Group
Julian Gamble is a Software Engineer who has worked in the financial services industry for more than a decade. When he’s not enabling billions of dollars to orbit the globe, he writes and presents about all things software-related.
Julian is the author of the book Clojure Recipes
Talks I've Given
-
Distributing State over the Network in Clojure with Raft
Featuring Julian Gamble
In this talk and subsequent jam, you’ll learn about the power of the Raft consensus protocol for replicating state over the network. Using examples in Clojure, you’ll see how to apply this in the context of a multi-user multi-instance application. You’ll see how this has future...
technique -
Applying the paradigms of core.async in Clojure and ClojureScript
Featuring Julian Gamble
In this workshop you’ll see a Clojure program that visually demonstrates Clojure’s concurrency semantics and then see how to solve the same underlying concurrency problems using core.async. You’ll see the mapping between programming paradigms you already know and core.async...
technique