Learn the basics of Skunk, a purely functional Scala driver for PostgreSQL.
Baeldung Author
Dominik Wosiński
Here's what I've written (so far):
Baeldung on Scala
- All
- Scala Web (1)
- Scala Strings (1)
- Scala Concurrency (1)
- Persistence (1)
Introduction to ZIO Streams
Filed under Scala Concurrency
Learn the basics of ZIO Streams, a purely functional streaming library that uses the ZIO runtime.
Introduction to Scala.js
Filed under Scala Web
Learn how to create a front-end application in Scala using the Scala.js plugin.
Count All Occurrences of a char Within a String in Scala
Filed under Scala Strings
Learn how to count all occurrences of a given char in a String in Scala.