How to Handle Internationalization in Selenium WebDriver

We go over a tutorial on performing Internationalization in Selenium WebDriver using Selenium test automation and an Internationalization testing checklist. Read all

Unit Testing Void Methods with Mockito and JUnit

This blog is a quick and simple guide to understanding how we can test void methods in Java with JUnit and Mockito and how it makes testing easier for us. Read all

Database Authentication + Spring Security SAML

In this article, take a look at database authentication plus Spring security SAML. Read all

Enhanced DynamoDB Client — Java Abstraction Code

I have created a Helper code, which takes a Java object and seamlessly executes the transaction onto DynamoDB. Read all

How to Resize a Video in Java

Our goal with implementing these APIs is to improve your reach and flexibility on online media platforms, to better interact with your target audience. Read all

How to Merge DOCX Files and Replace Text Strings in Java

Combine multiple Office Word Documents (docx) into a single document; Instantly find and replace specific text string variables like names and dates. Read all

Facade Design Pattern In Java

Here I am with another article on design patterns. A Facade object is use to provide a simple interface by hiding complexities of a complex system. Read all

Jakarta EE & Wildfly Running on Kubernetes

Learn how to create a custom Wildfly instance that runs a Jakarta EE appplications through Kubernetes. Read all

3 GC Techniques to Improve Application Performance

Garbage Collection (GC) is one of the most advanced features of the JVM, but many devs aren't familiar with GC, how it works, and how it impacts performance. Read all

The Best of Java Interview Questions

Some our best articles for those preparing for their next job search. We cover data structures, core Java, multithreading, Spring, and system design. Read all

 

 

 

 

Top