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 » -
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 » -
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 » -
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 » -
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 » -
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 » -
Get Started with the ELK Stack
Friends don’t let friends write user auth. Tired of managing your own users? Try Okta’s API and Java SDKs today.…
Read More » -
A New Era for Determining Equivalence in Java?
A few month ago I read a blog post of the title “A New Era for Determining Equivalence in Java?”…
Read More » -
7 Options to capture Java heap dumps
Heap Dumps are vital artifacts to diagnose memory-related problems such as slow memory leaks, Garbage Collection problems, and java.lang.OutOfMemoryError.They are also…
Read More »