Resources

Resources

Talks

Five Things About Java You didn´t Know

The JVM is a remarkable piece of software that can do seemingly magical things with your code. Understanding these things is key to mastering the art of Java development allowing better and faster code that is easier to understand, test, and maintain. In this session, you will learn how to allocate standard Java objects on the stack rather than on the Java heap, how you should test code performance, how to short-circuit Java Streams and gain massive performance and more.

Bridging the Gap Between Database and Stream
Whenever you write code that mixes languages and domains, such as Java and SQL, you are going to get bugs. A solution is to move away from query languages such as SQL and instead write your business logic with the type-safe and object-oriented constructs we have learned to love in Java.