64 followers
When I started with Scala, I struggled a lot to find beginner friendly articles for many areas. So, now I hope that I can write some Scala articles which are (hopefully) beginner friendly.
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...
Introduction Tuple is a special type of datatype in Scala that helps to store heterogeneous data. All other collections, such as Array, List, and Set...
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,...
1. Introduction Exception handling is one of the most important and basic features of any prgoramming language. There are many articles and blogs...
1. Introduction While building software, we might need to perform some of the actions immediately, whereas some are better to be delayed to execute...