-
Enterprise Java
Quarkus’ additional (non-standard) CDI features
Quarkus supports CDI (Contexts and Dependency Injection) 2.0, but not all of it, only the most common features. However, Quarkus…
Read More » -
Enterprise Java
Invoking Secure WCF SOAP Service using SoapUI – Part 1, The service
In this saga divided into three-part, I will demonstrate how to use the SoapUI API tool to invoke a secured…
Read More » -
Agile
Coaching conflicts
Last year I was coaching a team. One of the big problems the team faced was excessive work in progress…
Read More » -
React.js
ReactJS API Calls Example
In this article, we will take a look at making API Calls in a ReactJS application. Making API Calls to…
Read More » -
Software Development
TDD – Brakes on or off?
This was originally posted on LinkedIn as Life without TDD – Driving with the brakes off, or driving with no…
Read More » -
Agile
Five Tips for Managers of Newly Dispersed Teams
Are you a manager accustomed to Management by Walking Around and Listening (MBWAL)? You can use MBWAL with collocated teams.…
Read More » -
Enterprise Java
Spring Boot tests with Testcontainers and PostgreSQL, MySQL or MariaDB
Testcontainers is a Java library that allows integrating Docker containers in JUnit tests with ease. In a Containerized World, there…
Read More » -
Enterprise Java
All You Need To Know About UI Testing
Let’s start with a question. What is the first thing that a user interacts with on a website? The interface,…
Read More » -
Enterprise Java
Complete Guide To Selenium Locators In Protractor (Examples)
While testing the functionality for your website, especially web elements such as radio button, text boxes, drop-down, etc., you need…
Read More »