Functional Programming Projects (Video Collection)
8 Hours of Video Instruction Overview: Functional Programming is a revolutionary way of writing code thats rapidly gaining traction in the world of software development. While Object-Oriented Programming is still the most popular programming paradigm, there are a number of problems that come about when using it--hard-to-find bugs, tightly coupled code, and its difficult to scale.