Let’s define what software architecture is, and look at what makes a solid one for an agile digital team.
Tag: feature flag
Build a CRUD App with Spring Boot and MongoDB
Learn how to MongoDB as the storage mechanism for a Spring Boot application, and then add feature flags!
A Quick Guide to Feature Toggles in Spring Boot
Feature toggling is a powerful technique you can use to hide or disable parts of an application. Today, we’ll walk you through implementing a feature …