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 »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 »DataStax Astra Streaming with a step-by-step tutorial that illustrates how it can be used to easily build scalable, streaming applications.
The post Building Scalable Streaming Applications with DataStax Astra Streaming appeared first on foojay.
Read More »What’s the best way to store, protect and access your data? This is a fundamental, yet critical decision.
The post SQL vs. NoSQL: Pros & Cons appeared first on foojay.
Read More »