VOOZH about

URL: https://www.javacodegeeks.com/author/Adam-Warski

⇱ Adam Warski, Author at Java Code Geeks


  • Software Development👁 Image
    Adam WarskiAugust 29th, 2016
    0 108

    Why I started learning Emacs in 2016

    Why learn another editor in the first place? The main role of a good editor is to not get into…

    Read More »
  • Scala👁 Image
    Adam WarskiOctober 29th, 2015
    0 131

    Event sourcing + free monads = free sourcing?

    I recently wrote about Event Sourcing and Free Monads. The natural next step is combining the two! How would a…

    Read More »
  • Software Development👁 Image
    Adam WarskiFebruary 27th, 2015
    0 100

    In today’s post-OO world, is dependency injection still relevant?

    It’s 2015. Most of the new popular languages are more or less functional. The old ones, like Java, gain functional…

    Read More »
  • Scala👁 Image
    Adam WarskiNovember 7th, 2014
    0 140

    Clustering reactmq with akka-cluster

    In the last two posts on reactmq, I described how to write a reactive, persistent message queue. The queue has…

    Read More »
  • Scala👁 Image
    Adam WarskiJuly 7th, 2014
    0 177

    Making the Reactive Queue durable with Akka Persistence

    Some time ago I wrote how to implement a reactive message queue with Akka Streams. The queue supports streaming send…

    Read More »
  • Software Development👁 Image
    Adam WarskiJuly 5th, 2014
    2 204

    Evaluating persistent, replicated message queues

    Message queues are useful in a number of situations; for example when we want to execute a task asynchronously, we…

    Read More »
  • Software Development👁 Image
    Adam WarskiJune 29th, 2014
    0 250

    Benchmarking SQS

    SQS, Simple Message Queue, is a message-queue-as-a-service offering from Amazon Web Services. It supports only a handful of messaging operations,…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Adam WarskiJune 16th, 2014
    0 156

    Cluster-wide Java/Scala application deployments with Docker, Chef and Amazon OpsWorks

    Docker is great for running isolated containers on a single node. However, most software systems run on multiple nodes, so…

    Read More »
  • Core Java👁 Image
    Adam WarskiJune 11th, 2014
    0 176

    Reactive Queue with Akka Reactive Streams

    Reactive streams is a recently announced initiative to create a standard for asynchronous stream processing with built-in back-pressure, on the…

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