Local Integration Testing
One of the ways containers have dramatically changed the way applications are developed is the ability to run production-like services[…]
Read moreDevelopment, DevOps and Delivery
One of the ways containers have dramatically changed the way applications are developed is the ability to run production-like services[…]
Read moreThe Electric Reliability Council of Texas (ERCOT) manages the flow of electric power to more than 26 million Texas customers —[…]
Read moreAfter some experimentation, I found a local testing pattern that made sense to me. For this case, the application is[…]
Read moreNote: Don’t do this anymore. Use Testcontainers. I’ve been running H2 for years as an integration testing database. I’ve finally[…]
Read moreAssuming you have a Spring Boot application, using the @RestController annotations, you can generate both the Swagger JSON and the[…]
Read moreI’ve been itching to mess around with fix engines again so I started to pry open Quickfix/J and see if[…]
Read more