-
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 » -
Software Development
[MEGA DEAL] The Complete Ethereum Blockchain Mastery Bundle (95% off)
Become An Early Adopter of Blockchain Technology in This 4-Course Bundle & Reap the Rewards Hey fellow geeks, This week,…
Read More » -
Software Development
I Still Prefer Eclipse Over IntelliJ IDEA
Over the years I’ve observed an inevitable shift from Eclipse to IntelliJ IDEA. Last year they were almost equal in…
Read More » -
Enterprise Java
Using Google reCaptcha with Spring Boot application
Introduction reCaptcha by Google is a library used to prevent bots from submitting data to your public forms or accessing…
Read More »