May
27,
2019
Tune your Java Garbage Collector
Developers take advantage of the JVM argument -XX:+UseGCLogFileRotation to rotate GC log files. However, this approach has few challenges. In this article, JAX London speaker Ram Lakshmanan has some recommendations on how to deal with those issues.
Sep
13,
2018
RESTful APIs done right
Anyone who has ever set up a domain with microservices already knows: APIs for service-to-service communication are of crucial importance. Since each team has its own style and implements interfaces differently, the number of various approaches tends to explode sooner or later. Defining a guideline with rules and examples right...
Sep
10,
2018
Technologies for microservices
Microservices lead to new challenges, making it necessary to find new technological approaches. Microservice frameworks are of course part of the solution, but they are certainly not the most important. Which technologies play a crucial role here?
Sep
3,
2018
Reactive Programming in Java EE Tutorial
When do reactive streams in Enterprise Java make sense? In this article, Arne Limburg explores the fundamentals of reactive streams in Enterprise Java and goes over how it can be useful for developers.
Aug
21,
2018
Put Spring Boot and Vue.js to practical use in your own project – A tutorial!
Is Vue.js yet another star in the JavaScript sky? How can you integrate it into your own toolkit? The example of Spring Boot, a popular representative of modern Java frameworks, will you show you how it works. Here is an introduction to everything you need to utilize Spring Boot and...