An overview of 10 great testing frameworks, tools, and libraries and preferred use cases to boost your Automation Testing skills.
Category: Articles
My favourite Design Pattern – Strategy | E4developer
Among many OOP design patterns described, the one that influenced my development the most is the Strategy Pattern. In this article, I will briefly explain what the Strategy Pattern is and why it is so…
Top 5 Online Courses to Learn Java Design Patterns in 2019 – DZone Java
In this post, we take a closer look at the top five online courses for learning all 24 design patterns in Java, specifically the Decorator,, Adaptor, and more.
As a matter of Factory — Part 3 (Method Chaining) – Donald Raab – Medium
Learn how to add or remove elements from Java collections fluently by leveraging a few lesser known APIs in Eclipse Collections.
Top 5 Free Scala Programming Courses for Java Programmers to learn Online – Best of Lot
Scala is a powerful object-oriented and functional programming language which has been long touted as the successor to Java or to replace J…
Accumulative: Custom Java Collectors Made Easy « Neat Java by Tomasz Linkowski
“Accumulative” is an interface proposed for the accumulation type A of Collector in order to make defining custom Java Collectors easier.
How To Use The MicroProfile Config API – Florian – Medium
The idea of the Config API is to separate configuration from source code. This makes it easier to change the configuration depending on…
Eclipse Releases GlassFish 5.1 Certified as Compatible with Java EE 8
Eclipse has achieved another GlassFish milestone with the anticipated GA release of version 5.1. A year in the making, this milestone included previous GlassFish milestones such as the full migration of source code and open-sourcing the Java EE TCK (September 2018), the RC1 release of GlassFish 5.1 (October 2018), and the integration of EclipseLink and Eclipse Jersey in GlassFish (December 2018).
Which Java framework do you plan to use in 2019? Vaadin, Vert.x & Hibernate make it to Top 5 – JAXenter
Today, we’re taking a closer look at the Java frameworks that you have used extensively in 2018 and what framework you plan to use this year.
Jib 1.0.0 is fully ready and stable for production use – JAXenter
Jib is an open-source Java containerizer from Google that aspires to make building Java Docker images easier than ever. Let’s take a look at its 1.0 release
Multi-Release Jar Files | Baeldung
Learn about Java 9’s Multi-Release JAR files using a simple example
Ahead of Time Compilation (AoT) | Baeldung
A quick and practical overview of the concept of Ahead of Time Compilation.
#HOWTO: Simple load-testing with Apache Benchmark
Testing your application’s performance during development as a single user is easy but often misleading. With writing unit- and integration-tests you make sure your main use cases and algorit…
Is Java a Good Programming Language to Learn Coding?
I often receive questions like which is a good programming language to learn first , Is Java a good programming language to start with, ho…
Java Challengers #6: Thread behavior in the JVM
The JVM does what it wants to do, so how can you predict the order of thread execution?