A monthly overview of things you need to know as an architect or aspiring architect. Dany Lepage discusses the architectural journey of porting a hit VR title to seven non-VR platforms. He explains ...
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 ...
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 ...
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, ...
Scala is essentially the C++ of high level (ergo, memory managed) languages on the JVM. It supports many paradigms equally, and due to this, it has sacrificed the "simplicity" of the language. Even ...
Using Specs2 Spring to test your Java apps is an efficient and safe way to learn the patterns of object-functional programming with Scala: you get the benefits of Specs2 (a Scala-based open source ...