Create a CRUD UI in Pure Java
Many developers struggle with writing a web UI, but it becomes absolute fun if we could do it with pure java; let's find out how.

Many developers struggle with writing a web UI, but it becomes absolute fun if we could do it with pure java; let's find out how.

Memory usage is one of the most important aspects for devs in general and Java SE devs in particular. GC tips, tricks, internals, and more!

In this guide, learn how to build a small but fully functional ToDo application in pure Java using Vaadin Flow.
Let's continue the discussion and share a few more thread-safe classes that we can use in our day-to-day coding!

Quarkus brings an exciting take to the table. Unlike Micronaut, it doesn't generate additional bytecode during each compilation.

In this article, we will develop a simple RESTful API using Spring WebFlux and aim to leverage the special Kotlin extensions in Spring.
I will try to explain in a very simplified way what Java thread safety is and how we can achieve it while we write our day-to-day code!
Can we create as many Java threads as we want? I will try to come up with an answer via an exercise, so bear with me!

SKP's Agile Cheatsheet that lists the most important terminologies in Agile, Scrum, Lean, Kanban, and SAFe.
Using Streams and Set Collection Factory methods with Java makes code easier to read and maintain. Take the next Java quiz to learn more.