Concurrency control in REST API with Spring Framework
In modern software systems, it is not uncommon to have hundreds or thousands of users independently and concurrently interacting with our resources. We generally want
In modern software systems, it is not uncommon to have hundreds or thousands of users independently and concurrently interacting with our resources. We generally want
Last week I had a chance to attend Spring I/O 2018. It was my first time at Spring I/O conference ever, and it was an
If you read my article about semantic diffusion in microservices you might recognize the title. This article is kind of a continuation, and its aim
It has been a couple of years already that we can hear microservices buzzword being mentioned in the IT world. “We have microservices doing this“,
In the scary world of monolithic applications we succeeded in working out numerous design patterns and good practices. When we move towards distributed systems, we
Java 9 doesn’t bring as dramatic changes to the way of coding as its predecessor did but surely we will have some fancy features, one
Have you ever looked at the code that you had written couple of months ago and asked yourself: “who could leave such a mess here?”
The aim of this article is to explain how @TransactionalEventListener works, how it differs from a simple @EventListener, and finally – what are the threats that
I just finished preparing a Spring Security configuration for a Zuul proxy in my company when a new requirement in this area came in from
I found it hard to choose a topic to describe in my first blog post. I wanted it not to be too trivial and too