Flyway makes database versioning almost trivially easy. You can put migration scripts in a directory of choice and the database will be magically migrated for you.
Learn to apply the five SOLID principles to the Swift programming language for clean code and a reusable, maintainable component for mobile development.
CSS path transform problems can arise with bundling and minification, especially with large volumes of externally-based ones. Read on for an ASP.NET-based solution!
This tutorial details how to build a RESTful Hello World API that complies to the JSON API specifications using the Katharsis, OkHttp, Spring Boot, and Maven frameworks.
Have you ever created a runtime version of your app only to realize you needed to change the public properties? Lear how to easily do this with ASP.NET Core.
Envoy is a powerful proxy that can be used to manage your traffic layer. Learn how to deploy a real application using Kubernetes, Postgres, Flask, and Envoy.
Learn why Spring transactions over multiple threads fail, and how to use them successfully, plus practical applications of multi-threaded database transactions.
While Spring Actuator is a great way to check on the health of your Spring application, sometimes we need to prevent certain important values from being exposed.
Choosing the right set of automation tools is paramount in successful test automation. Find an overview of various tools strengths and weaknesses here.
You've made some changes to your code, so it's time to redeploy and sit around for five minutes! Or you could use DCEVM and HotswapAgent to turn it into seconds.