Java
-
Manage multiple Java SDKs with asdf with ease
asdf is a helpful command-line tool that allows you to manage and switch between different versions of programming language runtimes…
Read More » -
Project Loom in JDK-19: the benefits but with quirks
A few months have passed already since JDK-19 release, which we talked about previously in details. More and more developers…
Read More » -
Java Code Geeks are giving away a FREE Sublime Text Editor License
Struggling with your heavy-weight editor? Then we have something especially for you We are running a contest giving away a…
Read More » -
Bigtable Pagination in Java
Consider a set of rows stored in Bigtable table called “people”: My objective is to be able to paginate a…
Read More » -
Java 19: Virtual Threads
Java 19 introduces Virtual Threads, which are lightweight threads designed to improve application throughput. This is a preview language feature…
Read More » -
Design Patterns Cheatsheet
1. Introduction Design patterns are reusable solutions to common software design problems. They provide a way to describe and document…
Read More » -
Java 20: A Sneak Peek on the Panama FFM API (Second Preview)
The new JEP 434 has just seen daylight and describes the second preview of the ”Foreign Function & Memory API”…
Read More » -
Add ZipKin to your Spring application
If your application contains multiple services interacting with each other the need for distributed tracing is increasing. You have a…
Read More » -
Reactive’s Looming Doom. Part III: Advanced Reactive
1. Introduction The last post presented the fundamental concepts of the reactive approach, including a specification and its implementation. Now it is time…
Read More »