All the posts in my blog using Haskell, enjoy!
Practical Functional Programming, uncover the principles of Functional Programming in Haskell, Typescript, and Dart. Part 1 of the series. This post has been published in my newsletter.
Learn Pure functions in Functional Programming. Why using Pure functions, what a pure function is, and how to write code using pure functions.
Immutability in Functional Programming. Learn what Immutability is, why Immutability is important, and how to write Immutable code.
Do you know what functional programming really is? This is my first experience with pure functional programming in Haskell.
Learn the difference between sync and async in Functional Programming, and how to work with asynchronous functions. What is the difference between Either and TaskEither? Option and TaskOption? IO and Task?