Travis Brown currently writes Scala for Stripe, maintains several open source Scala libraries (including Circe and iteratee.io), and contributes to many others (for example Finch, Cats, and Shapeless).
Talks I've Given
-
Workshop: A tour of Typelevel by way of Circe
Featuring Travis Brown
In this workshop Travis will introduce concepts from a range of Typelevel (and Typelevel-adjacent) projects—from Cats to Shapeless to Monocle to fs2—while coming up with practical solutions to JSON processing problems with Circe.
scala-community-day scalax scala -
The Future of Decoding in Circe
Featuring Travis Brown
The 1.0 release of Circe will introduce a new approach to decoding that replaces cursors with a simple algebra of navigation and reading operations. While this approach is largely source-compatible with existing decoder definitions, it opens up a wide range of new possibilities. By decoupling the...
scala scalajson json circe decoding