Overview of my repos containing presentations
-
A Taste of Dotty: https://github.com/hermannhueck/taste-of-dotty
View PDF Download PDF -
New in Scala 2.13: https://github.com/hermannhueck/new-in-scala213
View PDF Download PDF -
How to scalafix my code: https://github.com/hermannhueck/howto-scalafix-my-code
View PDF Download PDF -
Pragmatic SBT: https://github.com/hermannhueck/pragmatic-sbt
View PDF Download PDF -
From Function1#apply to Kleisli - Different Ways of Function Composition in Scala: https://github.com/hermannhueck/composing-functions
View PDF Download PDF -
Use Applicative where applicable!: https://github.com/hermannhueck/use-applicative-where-applicable
View PDF Download PDF -
Implementing the IO Monad in Scala: https://github.com/hermannhueck/implementing-io-monad
View PDF Download PDF -
Future vs. Monix Task - compares asynchronous abstractions Future and monix.eval.Task: https://github.com/hermannhueck/future-vs-monix-task
View PDF Download PDF -
From Functor Composition to Monad Transformers: https://github.com/hermannhueck/monad-transformers
View PDF Download PDF -
Composing an App with Free Monads (using Cats): https://github.com/hermannhueck/free-monad-app
View PDF Download PDF -
Type Classes in Scala and Haskell: https://github.com/hermannhueck/typeclasses
View PDF Download PDF