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!
Understanding the exact properties that disqualify a data type from being an instance of a given abstraction turns out to be surprisingly helpful
A short case study of a real production issue that was debugged, minimized, and fixed using property-based testing.
Scala is improving rapidly. This session will give you the perspective of someone in the middle of these changes.
I will show you how you can build your own IDE for scala based on my nvim setup
As WebAssembly matures and gets more and more traction from the community, you might wonder can Scala join that trend?