Recent Posts

Continuous Feedback Free Udemy Course: Additional Coupons Available

We’ve added extra coupons for our free Continuous Feedback Udemy course! We’re glad to see it’s been valuable for some of you. Introduction to Continuous Feedback What do you know about the code changes that were just introduced into the codebase? When will you notice if something goes wrong? Continuous Feedback focuses on analyzing observability data, namely logs, traces, and …

Read More »

New video series “JavaFX In Action”, Part 1

JavaFX is a powerful user interface framework, often overlooked in the world of desktop applications development. With this new series of video interviews, I want to take you behind-the-scenes of some applications built using JavaFX. JavaFX combines the best features of a modern user interface toolkit with the unparalleled strength of the Java platform. This approach enables you to perform …

Read More »

Structured Concurrency is More Than ShutdownOnFailure

Since Java 21, structured concurrency has been added as a preview feature. Structured concurrency is a way to manage sub-tasks that are run in parallel within a given scope. If you’ve ever seen a presentation about structured concurrency, you’ve probably seen the use of the ShutdownOnSuccess or ShutdownOnFailure classes.These classes will stop the scope and the still running sub-tasks within …

Read More »