Manning – Functional Programming in Scala

Manning – Functional Programming in Scala-iLLiTERATE
English | Size: 3.20 GB
Category: Programming


Functional Programming in Scala is a serious tutorial for programmers looking to learn FP and apply it to the everyday business of coding.

Linkedin Learning – Advanced C Sharp Functional Programming Patterns

Linkedin Learning – Advanced C Sharp Functional Programming Patterns-ZH
English | Size: 290.73 MB
Category: Tutorial


Functional programming offers developers a straightforward way to tackle modern software problems like massive scale, distributed systems, and multiple threaded runtimes. Curious about how to work functional programming patterns into your .NET applications? In this course, Walt Ritscher shows you how. Discover how to leverage the functional programming features in C# to transform your code. Walt covers key topics such as immutability, higher-order functions, and why expressions are better for functional programs. Plus, learn how to compose function flow in C# using pipelining; work with functional programming concepts like map filter and bind in LINQ; and more

Sitepoint.com – Write Clean Pure Code by Following Functional JavaScript Principles

Sitepoint.com – Write Clean Pure Code by Following Functional JavaScript Principles-iNKiSO
English | Size: 228.38 MB
Category: Tutorial


Functional techniques are very useful for clarity, conciseness and maintainable coding practices. In this course, you will learn some of the functional programming techniques supported in JavaScript and how to apply them to make your own code easier to read and less repetitive. Afterwards you’ll be able to tell the difference between functional and imperative code, and add recursion to your development tool belt