// BLOG

Beyond HTTP

Distributed systems architecture, Akka.NET patterns, .NET + AI development, and performance — from the framework’s creators.

ref: posts
Mar 31, 2015

No More FoundationDBs

Last week, Wired ran an article called “What Happens When Apple Buys a Company You Depend On?,” which tells the story of how FoundationDB was acquired by Apple and subsequently threw their customers under the bus. This is a developer’s...

akka.net Read more
Mar 30, 2015

Akka.NET v1.0 is Code Complete

Today the Akka.NET project hit a massive milestone and became code complete for version 1.0. This puts us on track to hit the v1.0 public release within the timeframe that we (the core Akka.NET contributors) committed to back in February....

akka.net Read more
Mar 03, 2015

Announcing Akka.NET Professional Services

Now that Akka.NET is leaving beta and hitting the 1.0 milestone, we’ve seen interest and production usage ramp up quickly. The Last Few Months Over the last two months, we’ve been working with several cutting-edge teams to help them rearchitect...

akka.net Read more
Feb 25, 2015

Introducing... Akka.NET Bootcamp!

Over the last several months, interest in Akka.NET has increased dramatically. And yet, many people find the actor model intimidating and can’t seem to really get up and running. Developers want to learn how to use Akka.NET, but where do...

akka.net Read more
Feb 15, 2015

The Road to Akka.NET v1.0

After over a year of hard work, we’re thrilled to announce that Akka.NET will soon be leaving beta! The community of global contributors has grown rapidly and is picking up even more momentum. Akka.NET (repo) is a community-driven port of...

akka.net Read more
Feb 12, 2015

Akka.NET v0.8 Release - Dependency Injection, Akka.Persistence, and More!

NOTE: These are the official release notes from https://github.com/akkadotnet/akka.net/releases/tag/v0.8, but with some slight formatting changes. Dependency Injection Support For Ninject, Castle Windsor, and Autofac Thanks to some amazing effort from individual contributor (@jcwrequests), Akka.NET now has direct dependency injection support...

akka.net Read more
Feb 06, 2015

How Actors Recover from Failure

How do you keep your actor system from falling apart when things go wrong? The short answer is Supervision. What Is Supervision, and Why Should You Care? What Is Supervision? “Look at this mess you made. Now clean it up...

akka.net Read more
ref: newsletter

// STAY_CONNECTED