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 » -
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 » -
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 » -
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 » -
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 » -
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 » -
AWS Lambda function with Java Pojo as Input Output Example
In the previous tutorial, we saw How to Create AWS Lambda function with Java and we passed String as input and…
Read More » -
Docker Compose for Spring Boot application with PostgreSQL
In this blog post you will learn how to configure Spring Boot application with PostgreSQL for running with Docker Compose.…
Read More » -
How to create AWS Lambda function with Java
In this tutorial, we will see how we can create AWS Lambda function in Java and I tell you, it…
Read More »