Safe Writing to Files in IoT and Industrial Systems
Learn how to write to disk safely in Java, combining disk sync, shutdown hooks, and atomic renaming of files!
Michael Roeschter
3,153 viewsLearn how to write to disk safely in Java, combining disk sync, shutdown hooks, and atomic renaming of files!
Erik Costlow
4,786 viewsFor Java developers and architects who design, build, and run applications, there are two core take-aways to the SolarWinds hack...

Michal Trojanowski
9,890 viewsLearn how to set up an OpenID Connect (OIDC) client with Spring Security using mutual TLS as a method for authenticating the client.

Sven Ruppert
3,847 viewsWhat are the quick wins or low hanging fruits if you want to deal more with the topic of security in software development?
Brian Vermeer
9,040 viewsIn this part, we continue with even more harmful attacks and show you how you can prevent this in your own code.
Kevin Farnham
4,590 viewsNow that 2021 is well underway, many prominent Java developers have taken the time to predict what 2021 may bring to the Java universe!

Brian Vermeer
8,239 viewsJava serialization—and specifically deserialization—is “the gift that keeps on giving” for the security issues produced over the years.

Brian Vermeer
4,316 viewsIn this video, I explain and demonstrate how an XXE injection attack works by extracting system data that should not be exposed.

Benjamin Muskalla
3,633 viewsGiven I love a good puzzle (especially the Java Puzzles), let’s try some puzzles, using the Java syntax only, without any runtime behavior.

Brian Vermeer
9,627 viewsNaively creating custom Docker images for Java apps comes with security concerns. How do we make security an essential part of Docker …