Learn how to express functional abstractions in Scala using ZIO Prelude.
Also find me here:
Baeldung Author
Bruno Unna
I'm a passionate software developer with a strong interest in functional programming languages, particularly Scala. I enjoy delving into the intricacies of the Scala ecosystem and sharing my knowledge with others. Expertise: Scala Programming, Functional Programming, Building Scalable Applications Areas of Interest: Functional Design Patterns in Scala, Performance Optimization in Scala, Integration with Modern Technologies (e.g., Cloud, Microservices)
Here's what I've written (so far):
Baeldung on Scala
- >All
- Scala Collections (8)
- Scala Basics (2)
- Scala Strings (1)
- Scala Dates (1)
- Libraries (1)
- Functional Programming (1)
Immutable Arrays in Scala 3 Using IArray
Filed under Scala Collections
Learn how to work with immutable arrays in Scala 3 using IArray.
Different Ways to Reverse a Sequence in Scala
Filed under Scala Collections
Learn various ways to reverse a sequence in Scala.
Finding the First Element Matching a Condition in a Collection
Filed under Scala Collections
Learn how to find the first element matching a condition in a collection.
The Builder Pattern in Scala
Filed under Scala Basics
A quick and practical guide to the builder pattern in Scala.
Rotating a Scala Collection
Filed under Scala Collections
A quick and practical guide to rotating a Scala collection.
Using the “with” Keyword When Creating Instances
Filed under Scala Basics
A quick and practical guide to the “with” keyword.
Find the Last Occurrence of an Element in a List
Filed under Scala Collections
A quick and practical example of how to find the last occurrence of an element in a list in Scala.
Convert a String to Camel Case in Scala
Filed under Scala Strings
A quick and practical guide to converting Strings to camel case in Scala.
Baeldung on Computer Science
- >All
- Software Architecture (1)
The Strangler Fig Pattern in Microservices
Filed under Software Architecture
A quick and practical guide to Strangler Pattern.