Review the most common SBT commands.
Also find me here:
Baeldung Author
Sergei Ionin
Sergei has been working as a Scala Software Developer since 2019, his major areas of interest are Functional Effects Scala libraries (Cats Effect and ZIO), Event-Driven Architecture, Microservices, Distributed Computing, Containerization and DevOps.
Here's what I've written (so far):
Baeldung on Scala
- All
- Scala OOP (2)
- Scala Collections (2)
- Scala Exceptions (1)
- Scala Concurrency (1)
- Functional Programming (1)
- Build Tools (1)
Cancellation in Cats Effect
Filed under Functional Programming, Scala Concurrency
A quick and practical guide to cancellation in Cats Effect.
Error Handling in Cats Effect
Filed under Scala Exceptions
Learn how to do error handling in Cats Effect.
Create a Random Sample of Fixed Size From a Scala List
Filed under Scala Collections
A quick and practical guide to drawing a random sample from a Scala List.
Stream vs Views vs Iterators in Scala
Filed under Scala Collections
Learn about Streams, Views, and Iterators in Scala and how they differ.
Access Modifiers in Scala
Filed under Scala OOP
Learn about access modifiers in Scala.
Class Composition with Mixins
Filed under Scala OOP
A quick and practical guide to mixins in Scala.