71 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.
SBT: Unlocking its Power with Not-So-Common Features and Especially for Newbies · 1. Introduction SBT is the most popular and de-facto build tool for...
1. Introduction This is another part of the Cats Effect 3 series. In this short part, let's look at some of the ways to handle errors in Cats Effect...
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...
Learn about ULIDs, a 128-bit identifier that's lexicographically sortable and making it an ideal alternative to UUIDs for order preserving unique...
Docker containers for testing your Scala applications · 1. Introduction Integration Testing is a very important part of software development. It is...