Enterprise Java
-
Selenium with Java: Google Search
1. Overview In this tutorial, we will be exploring the basics of how to use Selenium with Java. We will…
Read More » -
Run away from ‘null’ checks feast: doing PATCH properly with JSON Patch
Today we are going to have a conversation about REST(ful) services and APIs, more precisely, around one peculiar subject many…
Read More » -
Package by layer for Spring project is obsolete
I believe Spring application shouldn’t be structured in package by layer approach. In my opinion, package by feature makes much…
Read More » -
Inside a Lambda Runtime: A Peek into the Serverless Lair
Ever wondered what it is like inside a lambda? Stop wondering. Let’s find out. Ever since they surfaced in 2014,…
Read More » -
Machine Learning Trends of 2018 combined with the Apache Kafka Ecosystem
At OOP 2018 conference in Munich, I presented an updated version of my talk about building scalable, mission-critical microservices with…
Read More » -
Integration With Zapier
Integration is boring. And also inevitable. But I won’t be writing about enterprise integration patterns. Instead, I’ll explain how to…
Read More » -
Spring Boot 2 Applications and OAuth 2 – Setting up an Authorization Server
This will be a 3 post series exploring ways to enable SSO with an OAuth2 provider for Spring Boot 2 based…
Read More » -
Top 20 Spring REST Interview Questions Answers for Java Programmers
Hello guys, I have been sharing some REST with Spring tutorials from last a couple of weeks and today, I…
Read More » -
Session Management using Spring Session with JDBC DataStore
In web applications, user session management is very crucial for managing user state. In this article, we are going to…
Read More »