Java
-
[FREE EBOOK] Complete Guide to Java APM Tools
Application Performance Management Tools – The Complete Guide Performance issues and slowdowns in production aren’t just an inconvenience, they’re a…
Read More » -
Moving Host Cobol Batches and Monolith Webapps to Cloud and Microservices
Very interesting presentation in Amazon Event “From Mainframe to Microservices – Vanguard’s Move to the Cloud”. Following parts can be used…
Read More » -
Validation in Java applications
I often have seen projects that didn’t have almost any conscious strategy for data validation. Their teams worked under the…
Read More » -
@ParameterizedTest with null values in @CvsSource
Writing parameterized tests in JUnit 4 was pretty cumbersome. JUnit 5 introduced several useful improvements to the framework and running…
Read More » -
Java: Gain Performance Using SingletonStream
Java streams with just one element sometimes create unnecessary overhead in your applications. Learn how to use SingletonStream objects and gain…
Read More » -
Java 11 is Here, Are You Ready to Make the Switch?
A year after the Java 9 release was supposed to “rock our worlds”, the LTS version we’ve ACTUALLY been waiting…
Read More » -
Build a Java REST API with Java EE and OIDC
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Apache Ignite made easy: first Java application
In this article, we take a one step further and let you through the creation of the first Ignite application…
Read More » -
Starting Flows with trackBy
Still continuing my trend of looking at Corda Services, I have some more tips to help your CorDapp work smoothly.…
Read More »