Let's go through some libraries from ZIO ecosystem that will allow us to implement API layer with ZIO HTTP

Using web framework can be good for prototyping but not necessarily for bigger production systems. In the end ti gives you more constraint than benefits. And we don't want to use Spring magic, do we? :)
Thankfully we have alternatives in Scala. This allows us to build modern, lightweight microservices that will do the job but allow us - developers - to benefit from functional programming.
In this talk we'll go through some libraries from ZIO ecosystem that will allow us to implement API layer with ZIO HTTP, utilising some type endpoints defined with Tapir, creating Swagger documentation and also connecting to database with Quill and ZIO SQL. Let's see how they work together!
How to implement fast and cost-effective backend for a multiplayer game using Scala, Akka and GraalVM
A short case study of a real production issue that was debugged, minimized, and fixed using property-based testing.
A blueprint and approach for building end-to-end, full-stack applications in Scala 3
How to leverage Scala with scala.js to write frontend as functional programmers would do.
Let's take a look at the issues that enums have in Scala 2 and whether we found the Holy Grail with the introduction of Scala 3.