-
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 » -
Core Java
Class JavaDocs Should Be Mandatory in OOP
I’ll admit, the title is a bit of a lie. I actually believe JavaDocs are necessary everywhere: methods, attributes and…
Read More » -
Enterprise Java
Spring Boot and Micrometer with InlfuxDB Part 3: Servlets and JDBC
In the previous blog we setup a reactive application with micrometer backed with an InfluxDB. On this tutorial we shall…
Read More » -
Enterprise Java
Clean Unit Testing
It’s easy to write “unit test” tests that use JUnit and some mocking library. They may produce code coverage that…
Read More » -
React.js
ReactJS Button Component Example
In this article, we build a reusable ReactJS Button Component. ReactJS has grown in popularity and has become the go-to…
Read More »