Custom Akka HTTP PathMatcher 11/07/17 by Christian Börner-Schulte A How-To about the implementation of Custom PathMatchers in Akka HTTP. Read more Leave your thoughts
JWT authentication with Akka HTTP 09/20/17 by Branislav Lazic The authentication of RESTful APIs is quite an often asked question, so I decided to demonstrate basic authentication via JWT (JSON Web Token) in an example of an API built with Akka HTTP. Read more Leave your thoughts
Akka Best Practices: Defining Actor Props 03/10/17 by Benedikt Ritter In Akka, an application is made up of actors rather than of plain old of objects. This blog post shows best practices when defining Actor Props. Read more Leave your thoughts