VOOZH about

URL: https://www.javacodegeeks.com/author/Jos-Dirksen/page/2

⇱ Jos Dirksen, Author at Java Code Geeks - Page 2 of 5


  • DevOps👁 Image
    Jos DirksenDecember 17th, 2015
    0 164

    10 Practical Docker Tips for Day to Day Docker usage

    I’ve had the opportunity to setup a complete new docker based microservice architecture at my current job, so since everyone…

    Read More »
  • Scala👁 Image
    Jos DirksenNovember 17th, 2015
    0 190

    Akka Typed Actors: Exploring the receptionist pattern

    In this article we’ll explore another of Akka-Typed patterns. This time we’ll show you how you can use the receptionist…

    Read More »
  • Scala👁 Image
    Jos DirksenNovember 10th, 2015
    0 213

    Two-way SSL (client certificates) with Scalatest

    At work we recently added the option to authenticate machine to machine communication using client certificates (two-way ssl). While this…

    Read More »
  • Core Java👁 Image
    Jos DirksenNovember 2nd, 2015
    0 174

    Akka Typed Actors: Exploring the receiver pattern

    In the previous article we looked at some of the basic features provided by Akka Typed. In this article and…

    Read More »
  • Scala👁 Image
    Jos DirksenOctober 14th, 2015
    0 158

    Akka Typed: First steps with typed actors in Scala

    With the [release of Akka 2.4.0| http://akka.io/news/] a couple of weeks ago the experimental Akka Typed module was added. With…

    Read More »
  • Scala👁 Image
    Jos DirksenOctober 6th, 2015
    1 185

    Listen to notifications from Postgresql with Scala

    In the past I’ve written a couple of articles (Building a REST service in Scala with Akka HTTP, Akka Streams…

    Read More »
  • Scala👁 Image
    Jos DirksenSeptember 24th, 2015
    0 138

    Scala typeclass explained: Implement a String.read function

    In this short article I’d like to explain how you can use the typeclass pattern in Scala to implement adhoc…

    Read More »
  • Scala👁 Image
    Jos DirksenAugust 17th, 2015
    0 164

    Easy validation in Scala using Scalaz, Readers and ValidationNel

    I’m working on a new book for Packt which shows how you can use various Scala frameworks to create REST…

    Read More »
  • Scala👁 Image
    Jos DirksenJune 3rd, 2015
    0 255

    Backpressure in action with websockets and akka-streams

    So in the previous article I showed how you could create a websocket server using akka-streams. In this follow up…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
Back to top button
Close