Hi folks,
Here is a list of talks I find interesting, especially for Java developers, from JavaZone 2015:
-
High Performance Java - Binary instead of Objects - John Davies
-
JRebel under the covers - how is it even possible? - Simon Maple – JRebel is another powerful tool for debugging/profiling Java apps. For me XRebel is especially interesting, as it allows profile web apps together with the server side
-
Java Concurrency Under The Hood - Gleb Smirnov – this is one is just amazing. It explorers OpenJDK implementation of ‘volatile’
-
The Illusion of Execution - Nitsan Wakart – explains GC and other pauses in JVM in details
-
Seven Things Developers Can Learn from Film - Tim Berglund – could be useful for any developer
Other talks can be found here