News

I’ll start with terminology, then we’ll dig into functional programming concepts. I’ll conclude by introducing you to five functional programming techniques.
Neal Ford coined the term functional thinking to describe the mental shift required from developers trained primarily in object-oriented programming, who want to integrate functional programming ...
Most of the discussions we have in the software industry today revolve around developer productivity: How do we make it possible for fewer developers to produce more software in less time? Reducing ...
A monthly overview of things you need to know as an architect or aspiring architect. Senyo Simpson discusses how Rust's core values lead to "fearless programming." He shares front-line experience with ...
According to Sperber, functional programming enables late architecture and reduces coupling compared to OOP. In order to defer macroarchitecture decisions, we must always decouple, Sperber argued.
Object-oriented programming has been the standard for years, but more and more use cases are demanding a functional programming approach to solving problems. In this tutorial, we will look at Scala ...
Modern Programming Techniques Overview This course will provide you with the practical skills to write programs that utilise combined object and functional patterns of computation. In this course, you ...
The functional Predicate interface gets used extensively by the Java 8 Streams API. Any developer who wants to master functional programming in Java will need to be comfortable with the Predicate ...