We have updated our Data Processing Addendum, for more information – Click here.

Contributor

Carlos Schults

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.

Get Started with PWAs in Angular

After reading this post, you’ll not only understand what PWAs are and what advantages they provide, but you’ll have written your first Angular PWA app.

Build a Continuous Deployment Pipeline in Java With Travis CI

Learn how to set up continuous deployment in Java, then add a feature flag to your app to change how it behaves in production without having to redeploy.

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 a Spring Boot App

We walk you through implementing a feature toggle (often called a feature flag) in a Spring Boot App so you can get started with toggles in practice.