Tips for reading code
As developers, we read code more than we write it. When reading code inside the IDE, IntelliJ IDEA helps us to read and understand code by …

Marit van Dijk
8,135 viewsAs developers, we read code more than we write it. When reading code inside the IDE, IntelliJ IDEA helps us to read and understand code by …

Learn from the experts in this podcast about testing methodologies, tools, and best practices, empowering you to write reliable Java …

Frank Delporte
9,430 viewsWith Azul Mission Control, you can delve deep into JFR recordings to optimize your code and ensure it runs smoothly and error-free.

Simon Verhoeven
8,397 viewsUsing the concept of soft-assertions makes testing the impact of our changes on a single object a lot more convenient, and reduces the …

Julien Lengrand-Lambert
5,029 viewsIn this article we continue diving into TestContainers and Supabase, and run unit tests against a full local self-hosted Supabase.

Simon Martinelli
13,898 viewsTestcontainers is a fantastic way to start resources as containers. Even if there is no pre-made container, you can always use …

Julien Lengrand-Lambert
6,258 viewsIn this article, I'll dive into several methods I've been looking into to unit test a Kotlin application using Supabase and why I finally …

Julien Lengrand-Lambert
10,190 viewsIn this article, I'll be implementing an openapi generator from scratch so you can too! We'll be creating a very simple generator for the …

Mahendra Rao B
17,016 viewsA hands on guide to creating clean web applications with code examples in Java to elevate your coding skills with this essential guide!
Simon Verhoeven
11,816 viewsHow to test your application architecture, and make life easier for those joining the team later on.