A monthly overview of things you need to know as an architect or aspiring architect. Ramya Krishnamoorthy shares a detailed case study on rewriting Momento's high-performance data platform from Kotlin ...
Scala is a relatively new programming language designed to run atop virtual machines like those used with Java or C#. It is a mixture of many ideas including those tailored for object oriented and ...
- [Cats](https://github.com/typelevel/cats) - Lightweight, modular, and extensible library for functional programming. - [shapeless](https://github.com/milessabin ...
What is this book about? Scala is a general-purpose programming language that supports both functional and object-oriented programming paradigms. Due to its concise design and versatility, Scala's ...
Scala is an expressive, versatile, and safe programming language. In this course, you will learn how to get the most out of Scala to solve common programming tasks such as modeling business domains, ...
Assembly language provides fine grain control. But it’s rarely used these days, with the exception of some operating-system hackers or 8-bit embedded programmers working on small modules. The ...
I have found it both interesting and rewarding to learn a new programming language or major framework on a roughly yearly basis. If forced to self-identify with any single programming language, it ...
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 ...