News

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 ...
Community driven content discussing all aspects of software development from DevOps to design patterns. This will return 2. But the value of the program can change when another programmer checks out ...
For the past two years, my day-to-day programming language has been Scala. Scala is a hybrid language that combines the approaches of object-orientation and functional programming. You can treat Scala ...
Functional programming has been around for the last 60 years, but so far it’s always been a niche phenomenon. Although game-changers like Google rely on its key concepts, the average programmer of ...
Functional programming can offer a more productive style of software development, but it takes some getting used to. With the functional paradigm, which is enabled in languages like Haskell, Scala, ...
One more than one occasion, I’ve found myself yearning for a more functional paradigm that facilitates easier concurrency programming on the JVM. And while Erlang is an excellent platform for ...
The object-oriented paradigm popularized by languages including Java and C++ has slowly given way to a functional programming approach that is advocated by popular Python libraries and JavaScript ...