Quickly learn how easy it is to create data-centric web applications with the combination of Vaadin and jOOQ!
The post Vaadin and jOOQ: Match Made in Heaven appeared first on foojay.
Read More »Quickly learn how easy it is to create data-centric web applications with the combination of Vaadin and jOOQ!
The post Vaadin and jOOQ: Match Made in Heaven appeared first on foojay.
Read More »Hilla is a new framework for building reactive web apps on Java backends. It seamlessly integrates a reactive Lit TypeScript frontend with a Spring Boot backend.
The post Hilla 1.0: A new Frontend Framework for SpringBoot appeared first on foojay.
Read More »Today I will make an attempt to appreciate how unique the JVM is. So, let’s begin the journey to how Java works!
The post Java Bytecode Simplified: Journey to the Wonderland (Part 1) appeared first on foojay.
Read More »I believe that DTOs should be a thing of the past. Yet, it seems their usage is still widespread.
The post Alternatives to DTO appeared first on foojay.
Read More »Let’s learn java stream API with a few practical examples
The post Playing practically with Stream API appeared first on foojay.
Read More »K8ssandra is a cloud-native distribution of the Apache Cassandra® database that runs on Kubernetes, with a suite of tools to ease and automate operational tasks. In this post, we’ll walk you through a database migration from a Cassandra cluster running …
The post Cassandra Database Migration to Kubernetes with Zero Downtime appeared first on foojay.
Read More »Pretty much all Java developers are familiar with Spring Pet Clinic. In this article, we have given a walkthrough of the reactive implementation of it using Apache Cassandra.
The post Building Reactive Java Applications with Spring Framework appeared first on foojay.
Read More »I’m launching a new Twitter video series that will focus on teaching the concepts of debugging (and other concepts) in small video bites
The post Introducing 140 Second Ducklings: What is Debugging? appeared first on foojay.
Read More »Considering a fast data producer and a slow data consumer, backpressure is the mechanism that “pushes back” on the producer not to be overwhelmed by data.
The post Backpressure in Reactive Systems appeared first on foojay.
Read More »Java and JavaScript are garbage collected languages. But memory leaks can still plague them. How to avoid, detect, and fix heap problems?
The post Debugging RAM: Detect/Fix Memory Leaks in Managed Languages – Heap Deep Dive (Part 2) appeared first on foojay.
Read More »