Looking at the lifecycle of a Kubernetes pod can help understand what's going on with the smallest unit of work that can be scheduled in the popular container software.
Kotlintest, a port of scalatest written in Kotlin, comes with the support of property-based testing. See how to take advantage of it on a few helpful examples.
Microservices and distributed systems are closely linked. But to make sure you can properly trace your services, it's key to architect your solution properly.
Read about cloud automation testing using the Selenium testing framework, including the features and benefits of Selenium for both manual and automation testers.
In the world of Java EE microservices, all eyes are on MicroProfile. But KumuluzEE is already in the game. Let's link and configure some microservices.
By default, Quartz only supports traditional relational databases. But we can use Spring Boot and MongoDB to integrate Quartz to schedule in a clustered environment.
In recent versions of Docker, a single Dockerfile can execute multiple build stages. We can use that to prepare a complete Docker build for our Java applications.
In the second part of this Dockerizing Jenkins series, learn to deploy your artifacts, run Artifactory on Docker, and dockerize Maven settings in Jenkins.
Here we examine a hypothetical, but very possible example where Tell, Don't Ask and the SRP collide. See what the moral is when it comes to applying principles.
Learn what API mediation is and why it's necessary in a world where data and application integration provide an advantage, but also present many complexities.
Learn how to construct your database performance testing plan with all the most important elements, including a thread group, JDBC request, and summary report.
How many users can you really test with JMeter? This post pushes the limit with a performance script for thousands of users, and provides tips for maximizing that number.
We take a look at image-based exploits that are common to websites, in this case, those that are backed by PHP. We also look at what devs can do to prevent them.
Dedicating one team to DevOps or adopting the tools doesn't mean you're doing it right. Everyone from the CEO down needs to be on board to really do DevOps.