-
DevOps
Docker and the JVM
Even though Docker was a 2016 thing, it is still relevant today. It is the foundation of Kubernetes, the most…
Read More » -
Kotlin
Comparing Kotlin performance with Graal and C2
You may have heard of Graal, the new JIT compiler for the JVM written in Java. It is available inside…
Read More » -
DevOps
Integration Key to Customer Experience – API Management Details
In my previous article from this series we started diving into the details that determine how your integration becomes the key…
Read More » -
Core Java
Builder As A (Fail-Fast) State Machine
This is an idea that came to me a few weeks ago while designing a “Generator” class that had to…
Read More » -
Desktop Java
JMetro Version 5 Released
Version 5 of Java, JavaFX theme JMetro, has just been released. Here’s what’s new in this version: New Text Area…
Read More » -
Agile
Technical Debt and Product Success
Similar to a company experiencing financial debt, products can incur “technical debt”: This happens when wrong or suboptimal architecture, technology,…
Read More » -
Enterprise Java
How to map PostgreSQL Enums to JPA entity properties using Hibernate
Introduction The open-source hibernate-types project allows you to map JSON, ARRAY, YearMonth, Month or database-specific columns (e.g. INET addresses). In…
Read More » -
Software Development
[MEGA DEAL] Ethical Hacking A to Z Bundle (98% off)
Break Into the Lucrative World of Ethical Hacking with Over 45 Hours of Immersive Content Hey fellow geeks, This week,…
Read More » -
Software Development
Behavioural Design patterns: Observer
Observer is one of the most popular design patterns. It has been used a lot on many software use cases…
Read More »