AWS Lambda: Cold boot and mean response times in Scala vs. Java 02/01/19 by Andreas Muttscheller Benchmark the cold start and mean response times on AWS Lambda using Scala and Java with Gatling and serverless framework. Read more Leave your thoughts
Gatling JDBC Release 1.0.0 07/18/18 by Ronny Bräunlich The first version of the Gatling extension Gatling JDBC has been released. Read about the why and how of it. Read more Leave your thoughts
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
Lookup additional data in Spark Streaming 07/26/17 by Matthias Niehoff Looking up and adding additional data to the incoming stream is a common problem in Spark Streaming. In this post I will show four alternative solutions for this problem. Read more Leave your thoughts
Gatling Load Testing Part 2 – Extending Gatling 07/12/17 by Ronny Bräunlich I hope you enjoyed my first article about Gatling. The second one will go much more into detail and involves... Read more Leave your thoughts
Gatling Load Testing Part 1 – Using Gatling 06/21/17 by Ronny Bräunlich Gatling is a Scala-based load testing tool developed by the Gatling Corp. The tool itself is open source and can... 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
Ad hoc polymorphism in Scala for the mere mortals 02/23/17 by Andrey Skorikov In this blog post we are going to discuss ad hoc polymorphism and the Type Class Pattern in Scala in... Read more Leave your thoughts