Book review: Frontend Development with JavaFX and Kotlin
If you are new to JavaFX+Kotlin, this book is a good starting point and gives enough examples to help you understand how to create an …

Frank Delporte
6,986 viewsIf you are new to JavaFX+Kotlin, this book is a good starting point and gives enough examples to help you understand how to create an …

Igor Kulakov
11,475 viewsUse the debugger to find out how a Java application works under the hood, access its memory, and modify it without a single source file

Mahendra Rao B
10,586 viewsDive into the world of functional programming in Java using Lambda Expressions, Method References, and Functional Interfaces.

Igor Kulakov
6,647 viewsLearn how to debug unresponsive Java/JVM applications, then reload the fix on the fly, using a hands-on example.

Igor Kulakov
3,562 viewsLet's make a duplicate finder for documentation together – a tool to quickly detect non-exact, or fuzzy, matches in large text repositories.

Mahendra Rao B
9,955 viewsDive into the world of functional programming in Java and through declarative programming we can able write a better and concise code

Igor Kulakov
10,618 viewsLearn how to use IntelliJ IDEA's Pause – a lesser known feature that will help you diagnose UI freezes, deadlocks, livelocks, and more

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.

Mahendra Rao B
5,792 viewsDesign patterns plays a pivotal role in designing and solving the commonly occurring problems in software application.

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 …