- Jul 31, 2020
- 9,111
- 1,040,809
- 129
TUTProfessor submitted a new resource:
Functional effect handling in Scala with Cats Effect - A peek on how functional programming experts deal with side effects
Read more about this resource...
Functional effect handling in Scala with Cats Effect - A peek on how functional programming experts deal with side effects
A peek on how functional programming experts deal with side effects
Description
When you first hear about functional programming you might get the impression that it can only be used in toy examples or for very academic purposes. After all, FP is all about purity and almost every useful thing you can do in a program is impure: http calls, file IO, and so on.
In this course I'm going to show you that FP is actually amazing for...
Read more about this resource...