-
Enterprise Java
AJAX with CKEditor in Spring Boot
1. Overview In this article, we will cover how to use CKEditor with Spring Boot. In this tutorial, we will be…
Read More » -
Core Java
Constructors or Static Factory Methods?
I believe Joshua Bloch said it first in his very good book “Effective Java”: static factory methods are the preferred…
Read More » -
Software Development
A Deep Dive into InfluxDB
I gave you an overview of the TICK stack in a previous article, but here we’ll focus on InfluxDB, a…
Read More » -
Core Java
Transactions Made Simple Using Speedment 3.0.17 and Above
Transactions Sometimes we want to make sure that our database operations are executed atomically and separated from other operations. This…
Read More » -
DevOps
Docker for Java Developers: Build on Docker
This article is part of our Academy Course titled Docker Tutorial for Java Developers. In this course, we provide a…
Read More » -
Core Java
Controlling parallelism level of Java parallel streams
With recent Java 9 release we got many new goodies to play with and improve our solutions once we grasp…
Read More » -
Enterprise Java
Introduction to Apache Kafka
What is Apache Kafka? Apache Kafka is a distributed streaming system with publish and subscribe the stream of records. In…
Read More » -
Enterprise Java
Spring Boot web application with Gradle
1. Introduction Before we move on to create our demo Spring Boot web application with Gradle, I assume we all…
Read More » -
Software Development
Refactoring vs. Redesign
It often happens that developers use words Refactoring and Redesign interchangeably. Why? I think that is because in both cases…
Read More »