Controlled rollouts selectively enables features for a subset of users before enabling for all users. Use it to test new and experimental features.
Category: Code
Take Your JavaScript Skills Mobile with React Native
What if you could use the skills you already have and write code once and run it on both iOS and Android? That’s exactly what React Native gets you.
8 Things You Might Not Know About Azure Functions
Take a look at these eight things you might not know about Azure Functions and what they can do to help improve your development cycle
Get Started with Node.js and Express
Starting up a server with a RESTful API takes only a few minutes. With tools like Node.js environment and Express – a Node.js web application …
Manage Feature Flags Efficiently in JavaScript
See how abstracting your feature flag decisions away from your main code improves dev velocity and allows you to simplify feature flag management scale