Principal Software EngineerTiny
Dylan is an enthusiastic programmer who proudly flies the functional flag. Working at Tiny, he uses FP daily in delivering cloud features for rich text editors.
Talks I've Given
-
Flax: a good source of Selenium
Featuring Dylan Just
In this talk, we discuss the design and implementation of "Flax", a purely functional wrapper around the Selenium web testing library. Flax is written in Scala and allows you to create web tests within an "Action" Monad. By making use of Scala's for-comprehensions, Flax tests read like a set of...
case-study -
Record Systems
Featuring Dylan Just
A record system is a type system feature found in many languages, which is used for modeling data using named fields. This talk discusses the capabilities and pitfalls of Haskell’s record system and how the problems can be addressed.
At a language level, we’ll look at how some...
algorithm