Shruti BhambhaniRequests logging in Akka-HttpIn my past org, we had a bunch of internal backend APIs developed using akka http and deployed on GCP Kubernetes. After a few days we…Oct 19, 2023
InING BlogbyHoda AlemiAkka vs ZIO: Framework BattleThere are excellent functional programming libraries for building asynchronous applications within Scala. Each of these libraries are…Oct 10, 2023
Arda AvciFrom Data to Predictions: How to Train Spark ML Models and Serving Predictions Using Akka Https…IntroductionAug 10, 2023Aug 10, 2023
Swapnil KhandekarIs your parallel HTTP client performant?Recently I came across the need to write a parallel HTTP client. The client should be able to send out multiple requests parallelly and…Mar 25, 2019Mar 25, 2019
PushpakHow to write unit test for akka routesLets say you have a written some APIs using Akka http and you want to write some test case for that.Jan 4, 2023Jan 4, 2023
Shruti BhambhaniRequests logging in Akka-HttpIn my past org, we had a bunch of internal backend APIs developed using akka http and deployed on GCP Kubernetes. After a few days we…Oct 19, 2023
InING BlogbyHoda AlemiAkka vs ZIO: Framework BattleThere are excellent functional programming libraries for building asynchronous applications within Scala. Each of these libraries are…Oct 10, 2023
Arda AvciFrom Data to Predictions: How to Train Spark ML Models and Serving Predictions Using Akka Https…IntroductionAug 10, 2023
Swapnil KhandekarIs your parallel HTTP client performant?Recently I came across the need to write a parallel HTTP client. The client should be able to send out multiple requests parallelly and…Mar 25, 2019
PushpakHow to write unit test for akka routesLets say you have a written some APIs using Akka http and you want to write some test case for that.Jan 4, 2023
Jay ReddyAkka Typed with Scala for beginners.Learn to Build distributed and fault tolerant systems with me and Dead-pool.Dec 14, 2020
Idris KabirStreaming data from PostgreSQL using Akka Streams, Akka Http and DoobieThis article explains my 2 days journey on building a streaming application using akka framework’s akka-streams, postgres database and…Aug 22, 20185