-
Core Java
Applying IDE Inspections to Custom Java Annotations
The introduction of annotations with J2SE 5 has changed how we write and process Java. Besides Java SE’s predefined annotations,…
Read More » -
Enterprise Java
How Would ESBs Look Like, If They Were Done Today?
JavaOne 2015 just came to an end and it was a great community event again. I gave two sessions and…
Read More » -
Enterprise Java
Java Is Superior To React Native In Practically Every Way
I got into a discussion with a colleague on the Java vs. JavaScript subject, which is a problematic subject to…
Read More » -
Enterprise Java
Book Review – Kubernetes Up & Running by Kelsey Hightower
Some Kubernetes …. cheering! As I have written in previous posts, when you start investigating and working with all these…
Read More » -
Software Development
Overwhelmed? Don’t keep everything in your head
Tasks have a way of multiplying like rabbits, overwhelming you quickly. After a few days on a new project, you’ll…
Read More » -
Enterprise Java
Anatomy Of Setting Up An Elasticsearch N-Gram Word Analyzer
To say that n-grams are a massive topic would be an understatement. Do a quick search and you will find…
Read More » -
Software Development
15 Reasons Why Developers Need to Learn AngularJS
Over the last few years, AngularJS has emerged as the go-to stack for developing single-page web applications (SPAs). Being an…
Read More » -
Core Java
Java multi-threading: volatile variables, happens-before relationship, and memory consistency
What is a volatile variable? volatile is a keyword in Java. You cannot use this as a variable or method…
Read More » -
Enterprise Java
JSF 2.2 Create a custom Hello World component in 30 seconds
Let’s jump directly to the cool stuff and say that in JSF 2.0 a custom component was made available to…
Read More »