In my practice, I faced an issue, when while I was working with the Spring… Read the postHow to solve Jackson InvalidDefinitionException on immutable objects
When I was working on my first game project, I decided to introduce different types… Read the postHow to chase a player in Godot
If you develop web applications (especially apps, which interact with remote APIs), you saw errors… Read the postCORS handlers in Vertx
As soon as your application grows, you may need to increase a level of separation… Read the postHow to use multiple routers in Vertx
Lists are by far among most common data structures, used in Java programming. In a… Read the postImmutable lists in Eclipse Collections
During last two years, when I publicly established myself as a Vertx freelance consultant, I… Read the postFour steps to move from Spring to Vertx
Vavr library is an excellent tool to make your Java code really functional. One of… Read the postEither in Vavr