68 followers
When I started with Scala, I struggled a lot to find beginner friendly articles for many areas. Now I hope that I can write some Scala articles which are (hopefully) beginner friendly.
This article introduces popular and useful tools for Scala application development, such as GitHub Actions and Scalafmt, and provides installation and...
Easy and configurable comparison of case classes for testing · Diffx is the ideal tool for comparing intricate data structures, even those with nested...
Introduction While building software applications, we need to generate random identifiers for many scenarios. In most cases, we use a UUID for...
Docker containers for testing your Scala applications · 1. Introduction Integration Testing is a very important part of software development. It is...
Scala 3's enhanced Tuple datatype enables element access by position, supports tuples comprising beyond 22 elements, and introduces supplementary...
1. Introduction As most of you already know, Scala 3 has completely redesigned the language and also brought in a lot of new features. As part of it,...