-
Software Development
The First and Last Rites
Let’s look at another test smell. Consider the following tests: @Test public void connectionWorks() { database = openDatabase(); database.healthCheck(); database.close();…
Read More » -
Enterprise Java
Tell us what you want and we will make it so: consumer-driven contract testing for messaging
Quite some time ago we have talked about consumer-driven contract testing from the perspective of the REST(ful) web APIs in…
Read More » -
Career
5 Job Fields that Value Java Coding Skills
In this post, we feature a comprehensive article on 5 Job Fields that Value Java Coding Skills. It’s often said…
Read More » -
Enterprise Java
Elastic Stack Introduction
When you are running software that is critical for your company you can’t have logs just for analysing things that…
Read More » -
Core Java
Better NPE Messages in JDK 14
My March 2019 blog post “Better Default NullPointerException Messages Coming to Java?” was written when the draft JEP for better…
Read More » -
Desktop Java
JMetro Version 11.5.11 And 8.5.11 Released
Hi there again. One more version with new JMetro styles (dark and light versions): Split Menu Button Split Pane Pill…
Read More » -
Core Java
Java 13: Text Blocks
Java 13 has delivered the long-awaited multiline strings or Text Blocks. You no longer need to concatenate strings that span…
Read More » -
React.js
ReactJS setState Example
ReactJS has grown in popularity and is one of the most used frameworks. In this article, we look at the…
Read More » -
Enterprise Java
How Selenium 4 Relative Locator Can Change The Way You Test?
Web pages can consist of the number of web elements or GUI elements like radio buttons, text boxes, drop-downs, inputs,…
Read More »