Spring Boot Microservices Cookbook
Nowadays Microservices architecture is the facto choice for building medium or large web applications, and this tendency is very align with Agile methodologies since having serv...
How to Publish a Java Library to Maven Central
The process of publishing a Java library to Maven Central is not as straightforward as you might think and we will go through all the required steps to share your new shiny Java...
Introduction to Akka Actors with Java
Akka is a library for Java and Scala that allows you to develop applications that involve running asynchronous processes in distributed systems. This open source library suppor...
Java Code Manipulation with Byte Buddy
Byte Buddy is a library to help you create and modify Java classes and provides a feature for generating Java Agents. This library is written in Java 5 but is compatible with a...