Enterprise Java
-
WebDriverIO Tutorial: Handling Alerts & Overlay In Selenium
You’d hardly find a website these days without alerts and pop-ups! The alert boxes warn you whenever you perform a…
Read More » -
Pragmatic database migrations with Quarkus and Flyway
I’ve recorded a video in which I’ll show how to perform database migrations in Quarkus applications using the Flyway Quarkus…
Read More » -
How To Handle Web Table in Selenium WebDriver?
Web tables or data tables are often used in scenarios where you need to display the information in a tabular…
Read More » -
Spring Boot Data JPA – beginner guide
Databases form an integral part of computer applications. With it comes considerable amount of database operations and the corresponding code.…
Read More » -
Integrating JSON Schema validation in Spring using a custom HandlerMethodArgumentResolver
In previous posts we learned about JSON Schema and how we can validate a JSON document against a JSON Schema…
Read More » -
REST: Managing One-To-Many relations
In a previous post we looked at many-to-many relations. This time we will see how to model one-to-many relations in…
Read More » -
JSON Schema validation in Java
In this post we will see how to validate a JSON document against a JSON Schema in Java. We will…
Read More » -
Validating and documenting JSON with JSON Schema
JSON Schema is a way to describe a JSON document. You can think of XML Schema for JSON. It allows…
Read More » -
AWS CloudFormation: AutoScaling Group – You must use a valid fully-formed launch template
I had a AWS CloudFormation template that included an Auto Scaling Group, Launch Template and Security Group. The Auto Scaling…
Read More »