-
Desktop Java
Introducing HawkFX
As I said before, I started playing with JRubyFX. And for me learning something new best works with a use…
Read More » -
Core Java
JSR-308 and the Checker Framework Add Even More Typesafety to jOOQ 3.9
Java 8 introduced JSR-308, which added new annotation capabilities to the Java language. Most importantly: Type annotations. It is now…
Read More » -
Core Java
How to manage dependencies in a Gradle multi-project build
I’ve been a fan of the Gradle build tool from quite early on. Its potential was clear even before the 1.0 version, when changes were…
Read More » -
Agile
Managing requires skills and intuition
If you’ve been reading my series of blogs on management it should be clear by now that I think some…
Read More » -
Core Java
Code Smells – Part II
In the last post, Code Smells – Part I, I talked about the bloaters: they are code smells that can…
Read More » -
Core Java
HotSpot Incremental Java Garbage Collector
In my recent blog post Determining the Active HotSpot Garbage Collector, I described different approaches that can be used to…
Read More » -
Java
Components involved in creating a robust Micro Service Architecture
In this article, we will learn in brief about various software components that are required in building a robust Micro…
Read More » -
Software Development
Go Language For Java Developer Part-6 : Operators
Operators in Java and Go Lang. Every programming languages support operators. Operators are work like a function with different syntax…
Read More » -
Software Development
Akka basics
As the previous post explained our system is based on Akka. Before going into more detail about our solution, I’d…
Read More »