August 10, 2017 — Learn the basics of functional programming and how to apply its principles & techniques to WordPress code. Referential Transparency, pure functions, first-class functions, currying, and partial application will be explained clearly, without unnecessary buzzwords. Examples in PHP code will show how small, well-tested units of code combine to make powerful functions.
March 23, 2015 — This talk covers the theories and functions dealing with validating input and sanitizing output. It starts at the very basic, and wind up with some discussion of the trickier parts of how different kinds of data should be filtered.
January 27, 2015 — An explanation of what functional programming is about, how it looks in different languages, and what we can learn from it