Learn how to work with IOApp in Cats Effect.
A tutorial for working with IOApp in Scala Cats Effect, covering concurrency, command-line arguments, custom runtimes, resources, and interruptions.
Dominique has over two decades of industry experience in several domains, including finance and health care. He is passionate about solving complex software and data problems and writing high-quality, testable code. He enjoys listening to music, and podcast, and running on and off the trails in his spare time.
Filed under Functional Programming, Libraries
Learn how to work with IOApp in Cats Effect.
A tutorial for working with IOApp in Scala Cats Effect, covering concurrency, command-line arguments, custom runtimes, resources, and interruptions.
Filed under Scala Core
Learn how to use Context Functions in Scala 3.
Filed under Scala Type System
Learn the best practices on the usage of val and def fields in Traits in Scala to separate implementation details from the abstractions set within trait definitions.
Filed under Scala Collections
Learn the differences between map() and flatMap() in Scala
Filed under Akka
Learn different ways to handle errors in Akka Streams.
Filed under Scala Numbers
Learn how to remove the first n digits from a number in Scala using basic string manipulation techniques.
Filed under Persistence
Explore some PostgreSQL-specific features of SlicK using the slick-pg extension library.
Filed under Scala Collections
Learn how to convert a Scala List to a Tuple
Filed under Libraries
Learn about the Chimney Data Transformation Library built for Scala to transform one structured immutable data type into another.