How to avoid For-Comprehension Pitfalls in Scala
Find out out to avoid the most common pitfalls with for-comprehension in Scala.
Find out out to avoid the most common pitfalls with for-comprehension in Scala.
Discover the various uses cases for Scala's for-comprehensions including itarating over collections, error handling, and asynchronous programming.
Learn how to retry a computation using Future in Scala
Discover efficient techniques to convert Scala's Option type into Either, adding context when data is absent.
Are you ready to dive into the world of Scala and functional programming? Here are five essential books to guide your journey
How to leverage Scala-CLI, Scala Toolkit, and Scastie to kickstart your journey into the exciting Scala world
Mastering Durations in Scala - Learn how to effortlessly create, and integrate time intervals in your Scala code.
Learn how to create a customized retry policy with error handling using the Cats-Retry library
Learn to use Try/Catch/Finally to handle exceptions in Scala.
How to validate data in Scala with Cats
A handpicked collection of literature that will elevate your expertise and set you on a trajectory towards unparalleled success in your Scala journey
This tutorial will get you through the minimal steps required to publish your Scala library using GitHub Actions
This posts details the results from an experiment we did to speed up our CI workflow for a Scala project integrated with CodePreview
Find out how to handle and accumulate errors in Scala with Cats
An overview of useful features from the Scala standard library with code examples
In this blogpost, while evangelising immutability we end up creating a useful reusable piece of code as a side effect which addresses the limitations of Either
In this article, I will present my 10 most useful tips for working efficiently with pattern matching
How to use Try, Option and Either to handle errors in Scala
How to model data concisely with Algebraic Data Types in Scala
In this article, I want to help you avoid common mistakes when using FP libraries in Scala and develop some intuition into properly using it
In this blog post, we will explore how to hire top-notch Scala developers using ScalaJobs.com
In this article, I will go through various techniques to implement JSON serializers for Scala enumerations
A guide to type classes in Scala
Invariant? Covariant? Contravariant?… What the `F[_]`?!
In this blog post, I would like to share a simple trick to create a concise enumeration in Scala
Design patterns for implicit parameters in Scala - Part 2
Design patterns for implicit parameters in Scala - Part 1
An overview of companies that use Scala in production
In this blog post we explore how to maximize your chances of successfully passing your Scala job interview
In this article we will briefly describe the difference between object and class in Scala