VishalsinghinCodinoverseBuilding a Low-Level REST API for a Bookstore with Akka HTTP in ScalaIn this blog, we’ll explore how to build a low-level REST API for a bookstore using Akka HTTP in Scala. Our API will cover basic CRUD…Jul 17
mohammed alaaUnderstanding the Actor Design Pattern: A Practical Guide to Build Actor Systems with Akka in JavaThe Actor Design Pattern is a powerful paradigm for concurrent and distributed systems. Originating from the world of computer science and…Jan 181
Alejandro PicettiinGlobantAkka Actors … in Java!A short introduction on actor-based concurrency model, Akka framework and JavaNov 15, 2023Nov 15, 2023
Sridhar VinodaraoinGroupon Product and EngineeringDebugging & Tuning Logback bottleneck in a high throughput JAVA ApplicationThis Blog Talks about one of our Journeys to troubleshoot a performance issue in our application and in the end, will go about explaining…Sep 29, 2020Sep 29, 2020
Manning PublicationsinCodeXFault Tolerance in AkkaFrom Akka in Action, Second Edition by Francisco Lopez-SanchoMay 12, 2023May 12, 2023
VishalsinghinCodinoverseBuilding a Low-Level REST API for a Bookstore with Akka HTTP in ScalaIn this blog, we’ll explore how to build a low-level REST API for a bookstore using Akka HTTP in Scala. Our API will cover basic CRUD…Jul 17
mohammed alaaUnderstanding the Actor Design Pattern: A Practical Guide to Build Actor Systems with Akka in JavaThe Actor Design Pattern is a powerful paradigm for concurrent and distributed systems. Originating from the world of computer science and…Jan 181
Alejandro PicettiinGlobantAkka Actors … in Java!A short introduction on actor-based concurrency model, Akka framework and JavaNov 15, 2023
Sridhar VinodaraoinGroupon Product and EngineeringDebugging & Tuning Logback bottleneck in a high throughput JAVA ApplicationThis Blog Talks about one of our Journeys to troubleshoot a performance issue in our application and in the end, will go about explaining…Sep 29, 2020
Manning PublicationsinCodeXFault Tolerance in AkkaFrom Akka in Action, Second Edition by Francisco Lopez-SanchoMay 12, 2023
Cristian LopesAkka Net — Scheduler TaksSchedule routines are an essential feature in most applications, so, in this post, we will learn What they are? When should we use it? And…Aug 18, 2022
Tilak MadichettiLet me empower you to create your own Akka Actors Dispatchers [Scala Edition] !What is a Akka dispatcher? How to configure one for an actor system to fit your needs? How to use Futures with dispatchers ?Aug 17, 20221