3 GC Techniques to Improve Application Performance

Garbage Collection (GC) is one of the most advanced features of the JVM, but many devs aren't familiar with GC, how it works, and how it impacts performance. Read all

The Best of Java Interview Questions

Some our best articles for those preparing for their next job search. We cover data structures, core Java, multithreading, Spring, and system design. Read all

Kafka on Kubernetes, the Strimzi Way (Part 2)

Learn how to run Kafka on Kubernetes using an open source operator. Read all

Code Play #1: WebSockets With Vert.x and Angular

In the first article in the Code Play Series, we take a look at using websockets to create a real time, multiuser canvas. Read all

Spring Cloud Stream: A Brief Guide

Learn how to create a Spring Cloud Stream app that works with a messaging service. Read all

Predicting Stock Trend Using Deep Learning

Predicting the upcoming trend of stock using Deep learning Model (Recurrent Neural Network). Read all

ClickHouse Kafka Engine Tutorial

Setting up Kafka and ClickHouse? Learn how to load data from a Kafka topic into a ClickHouse table using the Kafka engine, change the table schema, and more. Read all

How Much Does Java Cost?

In this article, we breakdown the available licenses and pricing model for enterprises to use Java in production. Read all

3 Reasons Why Akka Typed Helps You Write Better Code

Daniel from Rock the JVM outlines how Akka Typed instils good practices directly into the new 2.6 API. Code examples in Scala will immediately follow. Read all

How to Implement JDBC Authentication and Authorization in Mule 4 Using Spring Security

This tutorial walks step-by-step through how to use JDBC authorization in Mule 4 with Spring Security to provide role based security. Read all

 

 

 

 

Top