-
Kotlin
10 Features I Wish Java Would Steal From the Kotlin Language
This article is overdue. After the hype around the release of Kotlin 1.0 has settled, let’s have a serious look…
Read More » -
Career
“It Never Hurts to Apply”… except when it does
Job seekers are sometimes reluctant to apply for positions that might be considered a stretch for their abilities or qualifications,…
Read More » -
Enterprise Java
Continuous Stress Testing for your JAX-RS (and JavaEE) applications with Gatling + Gradle + Jenkins Pipeline
In this post I am going to explain how to use Gatling project to write stress tests for your JAX-RS Java EE endpoints,…
Read More » -
Software Development
How the Fear of Automation Holds Your Team Back
Automation is a term which was coined in the last century during the industrial revolution. It originates from the word…
Read More » -
Software Development
12 years, 12 lessons working at ThoughtWorks
I’ve been at ThoughtWorks for 12 years. Who would have imagined? Instead of writing about my reflections on the past…
Read More » -
Software Development
Static Methods are Fine
Today, we’ll be talking about something controversial: static methods. I have yet to read anything that says static methods are…
Read More » -
Enterprise Java
Clean architecture of Selenium tests
In this blog post, I would like to introduce a clean architecture for Selenium tests with best design patterns: page…
Read More » -
Desktop Java
JavaFX Tips to Save Memory! Shadow Fields for Properties and Observables
In the world of JavaFX the Properties API allows UI developers to bind values to UI controls. This capability is surprisingly…
Read More »