In this tutorial, you’re going to build a microservice in Java using Spring Boot and Spring Cloud. The service will be a simple weather service …
Author: Andrew Hughes
Testing in Production with Spring Boot and Kotlin
Build a Spring Boot REST application using Kotlin and learn how to implement feature flags, allowing you to test your app’s behavior.
Controlled Rollout in Java with Spring Boot
Controlled rollouts selectively enables features for a subset of users before enabling for all users. Use it to test new and experimental features.
Continuous Deployment in Node.js with GitHub Actions and Heroku
Take advantage of today’s tools and keep up with your competitors. This tutorial guides you through continuous deployment of your Node.js app.
Containerization with a Spring Boot Docker Application
Use containerization plus feature flags with Spring Boot and Docker for easy deploys that include testing in production.