During Voxxed Days Melbourne you will have the opportunity to try out a Coding Cafe. In the main hall you will find the Coding Café table. This is a place for a few short, hands-on exercises using different tools and projects. Below you will find the four different themes that are available for you.
For these exercises you will need your own laptop with the following tools installed:
- JDK 8
- maven
- git
- IDE of your choice
Check out the repository on Github
https://github.com/Java-Events/20190513_Voxxed-Days-Australia_Coding-Cafe
With JUnit 5 we have a new JUnit written entirely from scratch. We will have some exercises to see how we can create Extensions to customize jUnit 5.
With Vaadin you can quickly create a server-side web application as a Java or Kotlin developer. All without HTML or JavaScript. In these practical exercises, we'll take the first steps to create a small web application in Java, Kotlin or both.
TDD is a powerful technique, but it depends on the developer skill and preferences. With Mutation Testing, you can increase your quality, and it will help you to deliver the best test coverage, compared to pure line coverage. We will have a few practical exercises giving you the first step towards using mutation testing in your next project.
This exercises are the practical follow up of my talk Start hunting the bugs - Mutation-Testing
With these exercises, I want to show a new, nearly unknown project that will give you a way to persist Java-Objects. How this is used and what is the difference compared to existing solutions like mapdDB?