-
Core Java
JVM Garbage Collection and Optimizations
Overview When troubleshooting systems for performance-related issues, memory optimizations are a place that needs a deep analysis of what each…
Read More » -
Enterprise Java
49 Most Common Selenium Exceptions for Automation Testing
A developer will always write code keeping different scenarios in mind but there could be cases where the implementation does…
Read More » -
Enterprise Java
Debugging system tests in containers with Quarkus (Video)
It improves your development productivity if you’re able to end-to-end test your application locally, with the help of containers. In…
Read More » -
Enterprise Java
Clean Code from the Trenches – Writing Executable Specifications with JUnit 5, Mockito, and AssertJ
Executable Specifications are tests that can also serve as design specifications. They enable technical and business teams to get on…
Read More » -
DevOps
Terraform With Multiple Environments
The setup The topic I have chosen is because of this post that I discovered recently: Recommended Practices. Hashicorp is…
Read More » -
React.js
ReactJS Form Validation Example
In this post, we will take a look at a ReactJS Form Validation Example. Specifically, we will see how we…
Read More » -
Enterprise Java
Java/Cloud: How to Quickly Create a Kubernetes-ready REST Microservice
It is safe to say that the Microservice + Cloud combination is all the rage these days. Microservices are being…
Read More » -
Core Java
Be Careful When Modifying Data While Using a Java Iterator
As this semester begins to wrap up, I figured I’d share a little story of how I got very, very…
Read More » -
Enterprise Java
Tomcat JDBC Pool – Connection Leak – Catch the Culprit
Database connection leaks are something that can stay hidden unless paid specific attention and would come to the surface at…
Read More »