Status Updates From Grokking Functional Program...

Grokking Functional Programming Grokking Functional Programming
by


Status Updates Showing 1-30 of 129

order by

Anjum Haz
Anjum Haz is on page 313 of 520
Done with chapter 8: IO as values.
It taught me how to think IO as values and separate side-effectful IO code from the rest of the application.
I would like to practice this in my future project, but I skipped some exercises from this chapter as they were mostly based on Scala 2 and depended on third party code, hence my laziness to get my hands dirty.
Aug 27, 2025 08:58PM Add a comment
Grokking Functional Programming

Anjum Haz
Anjum Haz is on page 269 of 520
Done with Chapter 7: Requirements as types

In this chapter, we designed a problem with data types. Got to know some wonderful ADTs (Algebraic Data Types) like newtype, sum type with which interconnected requirements can be designed easily. Did Scala exercises on Option, Either, case class, enum, opaque type, case-match etc.
Jul 26, 2025 07:27AM Add a comment
Grokking Functional Programming

Anjum Haz
Anjum Haz is on page 229 of 520
Done with chapter 6: Error Handling
Instead of throwing exceptions, FP lets you handle error like values. Function signature indicates if error is returned from it. Option and Either are two amazing concepts that are used to propagate errors, so you can write code without worrying you have to catch exceptions and do something.
Jul 08, 2025 10:58AM Add a comment
Grokking Functional Programming

Anjum Haz
Anjum Haz is on page 188 of 520
Jun 14, 2025 09:42AM 2 comments
Grokking Functional Programming

Anjum Haz
Anjum Haz is on page 173 of 520
Started part 2 of the book. Read the chapter "Sequential programs". Got officially introduced to flatMap and for comprehensions. Even though I used them before, after knowing the intentions to come up with these utilities, I have become a great fan of these two!
May 24, 2025 08:07AM Add a comment
Grokking Functional Programming

Anjum Haz
Anjum Haz is on page 135 of 520
Grokked the last chapter of part 1: Functions as values. Key concepts
- Pass a function as parameter
- Return a function from another function
- Currying (the name comes from Haskell Curry)
- foldLeft
- Product type/case class to model data
I wish I could get these lessons before landing on my job. The examples are perfect for beginners, and also for me who jumped into production code w/o practicing these foundation.
Jan 29, 2025 09:22PM Add a comment
Grokking Functional Programming

Anjum Haz
Anjum Haz is on page 71 of 520
Done with chapter 3: Immutable values
This chapter gives a tour of how we can mistakenly mutate values in a class. Then we are introduced to some Immutable libraries that let us code without worrying about mutation.
Dec 09, 2024 11:28PM Add a comment
Grokking Functional Programming

Anjum Haz
Anjum Haz is on page 47 of 520
Done with chapter two: Pure Functions
Author takes time to explain the three characters of pure functions. With easy examples, over and over again we visit these three traits. Boy, now it's hard to write bad code.. he he.
Nov 13, 2024 09:14PM Add a comment
Grokking Functional Programming

Anjum Haz
Anjum Haz is on page 21 of 520
Wow! What a good start! Giving me all the good vibes of a great book to learn a skill. In chapter one, it makes you fully comfortable about what you are going to learn, gives you the basics and makes you practice it. Excited about the next chapters!
Oct 27, 2024 11:23PM Add a comment
Grokking Functional Programming

Kklochko
Kklochko is on page 500 of 520
May 19, 2024 05:13AM Add a comment
Grokking Functional Programming

Kklochko
Kklochko is on page 486 of 520
May 18, 2024 05:31AM Add a comment
Grokking Functional Programming

Kklochko
Kklochko is on page 476 of 520
May 17, 2024 03:21AM Add a comment
Grokking Functional Programming

Kklochko
Kklochko is on page 466 of 520
May 16, 2024 12:39AM Add a comment
Grokking Functional Programming

Kklochko
Kklochko is on page 456 of 520
May 15, 2024 03:22AM Add a comment
Grokking Functional Programming

Kklochko
Kklochko is on page 445 of 520
May 14, 2024 05:39AM Add a comment
Grokking Functional Programming

Kklochko
Kklochko is on page 435 of 520
May 13, 2024 05:06AM Add a comment
Grokking Functional Programming

Kklochko
Kklochko is on page 424 of 520
May 12, 2024 06:44AM Add a comment
Grokking Functional Programming

Kklochko
Kklochko is on page 414 of 520
May 11, 2024 07:40AM Add a comment
Grokking Functional Programming

Kklochko
Kklochko is on page 404 of 520
May 09, 2024 11:41PM Add a comment
Grokking Functional Programming

Kklochko
Kklochko is on page 394 of 520
May 09, 2024 02:56AM Add a comment
Grokking Functional Programming

Kklochko
Kklochko is on page 383 of 520
May 08, 2024 07:32AM Add a comment
Grokking Functional Programming

Kklochko
Kklochko is on page 373 of 520
May 07, 2024 11:59AM Add a comment
Grokking Functional Programming

« previous 1 3 4 5