#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.
#akka #akka_http #gatling #performance_testing #testing #test
http://james-willett.com/2017/08/gatling-introduction/
http://james-willett.com/2017/08/gatling-introduction/
james-willett.com
Gatling Introduction - High Level Overview of the Stress Test Tool
A high level Gatling introduction. Includes a description of the key features that make this stress testing tool stand out.
#akka #scala #highload #redmart #akka_http #akka_stream #akka_persistence #cassandra #akka_cluster #cqrs
https://www.youtube.com/watch?v=F1m6IDaLKE0
https://www.youtube.com/watch?v=F1m6IDaLKE0
YouTube
Scala + Akka: Real world example of high traffic application design - Singapore Scala Programmers
Speaker: Oleksandr Iskhakov
This presentation covers architecture and implementation of Redmart Capacity system: high traffic application built employing Event Sourcing and CQRS design, implemented with Akka Actors, Akka Cluster, Akka Persistence + Cassandra…
This presentation covers architecture and implementation of Redmart Capacity system: high traffic application built employing Event Sourcing and CQRS design, implemented with Akka Actors, Akka Cluster, Akka Persistence + Cassandra…
For Developers
#trading #akka #java https://dzone.com/articles/simplifying-trading-system
#scala #akka #akka_stream #cloud #bbc #akka_http #reactive
https://medium.com/bbc-design-engineering/building-bbc-sounds-in-the-api-66da03dc64f
https://medium.com/bbc-design-engineering/building-bbc-sounds-in-the-api-66da03dc64f
Medium
Building BBC Sounds in the API
For the past 3 years, the Radio and Music Services (RMS) team has been making APIs for iPlayer Radio, BBC Music and podcasts in the Radio…
#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…
#akka_http #crud #scala #dockers #demo #slink
https://medium.com/se-notes-by-alexey-novakov/crud-microservice-with-akkahttp-c914059bcf9f
https://medium.com/se-notes-by-alexey-novakov/crud-microservice-with-akkahttp-c914059bcf9f
Medium
CRUD Microservice with AkkaHttp
Let’s use Scala and its famous library AkkaHttp to build microservice for Create-Read-Update-Delete type of operations. We will briefly…
#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…