#rest #scala #tools #overview #akka_http #vs #Scalatra #Spray #http4s #Finch #Play
https://dzone.com/articles/akka-http-vs-other-rest-api-tools
https://dzone.com/articles/akka-http-vs-other-rest-api-tools
dzone.com
Akka HTTP vs. Other REST API Tools - DZone Integration
This article examines the strengths and advantages of Akka HTTP when compared to other REST API building tools: Scalatra, Spray, http4s, Play, and Finch.
#scala #http4s #cats_effect #akka #akka_http #slick #doobie #io #io_monad
https://www.innoq.com/en/blog/functional-service-in-scala/
https://www.innoq.com/en/blog/functional-service-in-scala/
Innoq
Functional Service in Scala
Functional programming helps programmers to reason about their codebase using referential transparency and side-effect
control principles. Let’s push the limit and make pure-functional REST service using IO Monad from Cats-Effect project. First, we will do…
control principles. Let’s push the limit and make pure-functional REST service using IO Monad from Cats-Effect project. First, we will do…
#fp #vs #oop #akka_http #http4s #akka #benchmarks #performance #typelevel #pure #vs #side_effects
https://speakerdeck.com/miciek/fast-and-functional-66b89d68-5d8c-4d2b-9bc2-5fa4adf16734?slide=1
https://speakerdeck.com/miciek/fast-and-functional-66b89d68-5d8c-4d2b-9bc2-5fa4adf16734?slide=1
Speaker Deck
Fast & Functional
In this talk we are going to create a functional and blazingly fast microservice. We will use functional programming abstractions to quickly mix & match different HTTP libraries, state implementations and concurrency configurations. Each step will be followed…