Learning Functional Programming Through Construction: First Principles

Cameron Presley

Cameron Presley

In the past five years, functional programming has increased dramatically in popularity which has lead to an explosion of resources in learning these concepts. But, between languages (Haskell, Elm, PureScript, F#), libraries (Ramda, fp-ts), and concepts (Monads, Monoids, Functors), it can be overwhelming in determining where to start and how to begin.

In this talk, I’m going to show you three fundamental concepts of functional programming: pure functions, immutability, and composition by not only explanation but we will walk through building these concepts into your code and applications. As we explore each concept, I’ll show you the advantages of following these principles, how they will improve your development experience, and how they will set the stage for more advanced ideas.

Intended for those who have experience with TypeScript or C#, by the end of this presentation, you will understand how pure functions lead to easier to test code, how immutability makes debugging easier, and how the power of compositions allows us to build bigger applications by combining smaller applications.

Upcoming Lean Bytes

Don't miss our most recent rants and musings on everything software and technology.

LeanBytes

November 5, 2024 - 11:45am — 12:01pm CT

Learning from Failure: Post-Mortems for More Resilient Teams
Cameron Presley
Cameron Presley

Failures are inevitable, but the way we respond to them can transform our teams into stronger, more resilient groups.