Akka Innovations: Multi-Cloud, Edge, and Security Enhancements | @lightbendAkka is evolving to support cloud-to-edge capabilities, emphasizing multi-cloud and decentralization to meet modern application demands.
Akka distributed computing platform adds Java SDKAkka offers flexible deployment options including serverless, self-hosting, and cloud migrations.
Akka Unfurls PaaS for Building Distributed Java Applications - DevOps.comAkka has launched a revamped platform with an SDK to enhance the development of distributed Java applications and serverless capabilities.
Akka Innovations: Multi-Cloud, Edge, and Security Enhancements | @lightbendAkka is evolving to support cloud-to-edge capabilities, emphasizing multi-cloud and decentralization to meet modern application demands.
Akka distributed computing platform adds Java SDKAkka offers flexible deployment options including serverless, self-hosting, and cloud migrations.
Akka Unfurls PaaS for Building Distributed Java Applications - DevOps.comAkka has launched a revamped platform with an SDK to enhance the development of distributed Java applications and serverless capabilities.
Tips and Trends in ScalaScala combines object-oriented and functional programming paradigms.Scala's integration with Java ecosystem is a key advantage.
# A story of one memory leakDebugging memory leaks in distributed systems can be challenging due to the complexity of the architecture.Understanding the components and architecture details is crucial for effectively debugging and fixing issues in a distributed system.
Why we bet on Scala at SwissBorgScala helped SwissBorg beat the average by leveraging its expressiveness and ecosystem.Scala's scalability, coupled with partnerships with Scala-specialized companies, supported SwissBorg's growth.
Akka expertise taken even further: Scalac-Lightbend partnershipScalac's partnership with Lightbend enhances enterprise capabilities in developing responsive applications using Scala and Akka.
ETL Process with Scala and Akka Framework (Concurrency, Distributed, and Resilient Systems)Akka simplifies building concurrent, distributed systems in Scala, focusing on actors for managing state and fault tolerance.
Scala & Akka: How to secure your code.Scala features like type safety, immutable data structures, and functional programming contribute to code security.Akka, using the actor model, isolates components into independent actors and provides supervision for fault tolerance.
Tips and Trends in ScalaScala combines object-oriented and functional programming paradigms.Scala's integration with Java ecosystem is a key advantage.
# A story of one memory leakDebugging memory leaks in distributed systems can be challenging due to the complexity of the architecture.Understanding the components and architecture details is crucial for effectively debugging and fixing issues in a distributed system.
Why we bet on Scala at SwissBorgScala helped SwissBorg beat the average by leveraging its expressiveness and ecosystem.Scala's scalability, coupled with partnerships with Scala-specialized companies, supported SwissBorg's growth.
Akka expertise taken even further: Scalac-Lightbend partnershipScalac's partnership with Lightbend enhances enterprise capabilities in developing responsive applications using Scala and Akka.
ETL Process with Scala and Akka Framework (Concurrency, Distributed, and Resilient Systems)Akka simplifies building concurrent, distributed systems in Scala, focusing on actors for managing state and fault tolerance.
Scala & Akka: How to secure your code.Scala features like type safety, immutable data structures, and functional programming contribute to code security.Akka, using the actor model, isolates components into independent actors and provides supervision for fault tolerance.
Benchmarking database sharding in Akka | @lightbendAkka 24.05 introduced database sharding for event storage, enabling high throughput on ordinary relational databases like PostgreSQL at lower costs.
2x Improvement in Latency in Swiggy Data Science Platform | @lightbendML models at Swiggy contribute to customer experience and business decisions through DSP platform.DSP system at Swiggy built on Akka with actors for scalability, resiliency, and responsiveness.
The database is the bottleneck! | @lightbendAkka 24.05 achieves high throughput with PostgreSQL by sharding write requests
2x Improvement in Latency in Swiggy Data Science Platform | @lightbendML models at Swiggy contribute to customer experience and business decisions through DSP platform.DSP system at Swiggy built on Akka with actors for scalability, resiliency, and responsiveness.
The database is the bottleneck! | @lightbendAkka 24.05 achieves high throughput with PostgreSQL by sharding write requests
Integrating Akka actors with RedisUnderstanding serialization in Akka is essential for integrating with external storage systems like Redis.Implementing a SerializedBlob class can simplify the storage and retrieval of serialized data from Redis.
Akka 24.05 - Fully Replicated Entities Across Regions, Edge and Clouds | @lightbendAkka enables active-active entity replication for low latency and high availability in multi-region, multi-cloud, and cloud-edge scenarios.
Akka with Java 21: Less is More | @lightbendAkka 24.05 certified on Java 21 LTS for more concise and reliable Akka applications.