Tag: books
-
Exploring functional JavaScript
I started exploring functional programming (FP) concepts over a year ago. I have already shared my initial learning materials in one of the previous posts. It was only the beginning of my journey and today I would like to give you a much more detailed update on that topic. I picked the most interesting resources I discovered in the recent months.…
-
Learning functional programming
Lately I wanted to explore more in-depth functional programming concepts. When I was looking for resources I found an interesting bundle (with 60% discount) from O’Reilly: Functional Thinking – book by Neal Ford Functional Thinking – video by Neal Ford It turned out they are really nice because they present code examples from the different programming languages like: Java, Scala or Closure. That…