Build a Spring Boot REST application using Kotlin and learn how to implement feature flags, allowing you to test your app’s behavior.
Category: Code
Add Feature Flags to Your Angular App in 10 Minutes
In this tutorial, we’ll show you how to build a simple CRUD app using Angular components, services, models, and routing. You’ll also expand your app’s functionality with feature flags branching by Split.
On a Bias Against Null in Javascript
JavaScript is an unusual programming language in that it has two null-like values: undefined and null. These are distinct values (null !== undefined). They are …
Is Your Upstream My Downstream?
By speaking of the relative roles of microservices, rather than the direction of data flow, we can have more efficient conversations about them.
The Art of Writing Amazing REST APIs
Making RESTful APIs usable and extensible takes some planning. Following a handful of best practices makes this process much more manageable.