-
Core Java
How Volatile in Java works? Example of volatile keyword in Java
How to use Volatile keyword in Java What is volatile variable in Java and when to use the volatile variable…
Read More » -
Core Java
Profiling in Production
Profiling in Production If you ever had some serious issues with a performance of your Java application, most probably you…
Read More » -
DevOps
Security as Code: Why a Mental Shift is Necessary for Secure DevOps
Inertia is “the tendency to do nothing or remain unchanged.” It is a strong force in physics. It also often…
Read More » -
Core Java
How Java 10 will CHANGE the Way You Code
Highlighting the New Java Local Variable Type Inference Feature Coming in Java 10 Back in 2016, a new JDK Enhancement…
Read More » -
Enterprise Java
Spring Boot & JSP
This guide shows how to use Spring Boot to create MVC web application with JSP. Prerequisites: Eclipse IDE (neon release)…
Read More » -
Agile
Agile Transformation: Possible Organizational Measurements (Part 4)
“What should I measure???” is one of the questions I see when I work with people going through an agile…
Read More » -
Enterprise Java
Spring Boot 2 native approach to SSO with OAuth 2/OpenID Connect
This post is the final part of a 3 post series exploring ways to enable SSO with an OAuth2 provider…
Read More » -
Enterprise Java
Neo4j Import: java.lang.IllegalStateException: Mixing specified and unspecified group belongings in a single import isn’t supported
I’ve been working with the Neo4j Import Tool recently after a bit of a break and ran into an interesting…
Read More » -
Enterprise Java
ElasticSearch Tutorial for Beginners
1. Introduction In this example, we shall demonstrate how to make use of Elasticsearch, a distributed free-text search and analysis…
Read More »