-
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 » -
Enterprise Java
AWS Lambda to save data in DynamoDB
In this tutorial, we will see how using AWS Lambda we can save data in Dynamo DB. Here are the…
Read More » -
DevOps
Jib – Containerize Your Java Application
ge Credit: https://github.com/GoogleContainerTools/jib Building containerized applications require a lot of configurations. If you are building a Java application and planning…
Read More »