VOOZH about

URL: https://www.javacodegeeks.com/author/mark-paluch

⇱ Mark Paluch, Author at Java Code Geeks


  • Core Java👁 Image
    Mark PaluchJuly 20th, 2019
    2 152

    Data Classes Considered Harmful

    This blog post explains the motivation behind removing Project Lombok from one of the projects to which I contribute. It…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Mark PaluchMay 31st, 2019
    0 670

    Reactive Relational Database Transactions

    Spring Framework announced recently to ship with support for reactive transaction management.Let’s take an in-depth look at how this works…

    Read More »
  • Software Development👁 Image
    Mark PaluchDecember 12th, 2018
    0 158

    Reactive Programming and Relational Databases

    Imperative code eats threads at the pace of incoming requests while Software is eating the world. This post discusses the assumptions…

    Read More »
  • Enterprise Java👁 Image
    Mark PaluchMay 27th, 2018
    1 1,853

    A first look at Redis Streams and how to use them with Java

    Redis Streams have made it into Redis’ unstable branch since the beginning of this year, and the first clients start…

    Read More »
  • Enterprise Java👁 Image
    Mark PaluchSeptember 29th, 2017
    0 350

    Redis Client Lettuce 5 GA released

    After a 13 months development phase and 208 solved tickets, it is my pleasure to announce general availability of Lettuce…

    Read More »
  • Enterprise Java👁 Image
    Mark PaluchOctober 19th, 2016
    0 202

    Command Interfaces: Approaching Redis with dynamic APIs in Java

    Redis is a data store supporting over 190 documented commands and over 450 command permutations. The community supports actively Redis…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Mark PaluchJuly 3rd, 2016
    0 470

    Managing Secrets with Vault

    How do you store Secrets? Passwords, API keys, secure Tokens, and confidential data fall into the category of secrets. That’s…

    Read More »
  • Software Development👁 Image
    Mark PaluchMarch 7th, 2016
    0 724

    Iterate over all keys in a Redis Cluster

    Redis provides a neat command to iterate over all keys on a node. It’s the SCAN command that is used…

    Read More »
  • Software Development👁 Image
    Mark PaluchFebruary 18th, 2016
    0 172

    Redis transactions

    Redis transactions allow to group multiple commands and to execute them sequentially. The whole transactional state is isolated from other…

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