Skip to main content

Feature Flags: Transform Your Product Development Workflow

0h 0m 0s
English
Paid

Course description

My development team was consistently releasing critical errors into production. We spent as much time fixing failures and writing incident reports as we did on developing new features and working with clients. It was exhausting, demoralizing, and felt hopeless.
Read more about the course

Nothing helped reduce the number of downtimes. Unit tests did not solve the problem. Code reviews yielded no results. Changing the technology stack did not help. Slowing down the development cycle didn't work either. Maintaining stable system operation during the evolution of the product became a Sisyphean task.

Until we discovered feature flags. They changed everything. The number of failures and incidents decreased from daily to weekly, and then to rare exceptions.

Feature flags allow you to dynamically enable and disable code in an application while it's running. They can be thought of as a kind of magical conditional operators, but this is only a superficial description. In reality, feature flags are a revolution in the product development process. They change the approach to writing code, team interaction, and communication with clients. Moreover, they create a level of psychological safety that most modern development processes simply do not provide.

When I first learned about feature flags, my reaction was skeptical: “I don't need this.” However, after eight years of working with them, I realized how powerful a tool they are. Today, I cannot imagine product development without feature flags - they have become as much of a basic necessity for me as logs, metrics, and databases.

This book is your guide to the world of feature flags. In it, I will explain what they are, how they work, and how they can transform your entire organization. I will share the experience accumulated over eight years and show how feature flags can create a development culture based on trust, flexibility, and efficiency.

Books

Read Book Feature Flags: Transform Your Product Development Workflow

#Title
1Book 1

Comments

0 comments

Want to join the conversation?

Sign in to comment

Similar courses

Fundamentals of Operating Systems

Fundamentals of Operating Systems

Sources: udemy
Operating systems orchestrate many processes, allow access to memory, disk and network and execute the process by scheduling them to the CPU. Sounds simple...
21 hours 41 minutes 1 second
Building a Virtual Machine for Programming Language

Building a Virtual Machine for Programming Language

Sources: udemy, Dmitry Soshnikov
How programming languages work under the hood? What’s the difference between compiler and interpreter? What is a virtual machine, and JIT-compiler? And what abo
4 hours 27 minutes 8 seconds
Computer Systems

Computer Systems

Sources: Oz Nova (csprimer.com)
As software engineers, we study computer systems (or computer architecture) to understand how our programs ultimately work and how...
28 hours 15 minutes 48 seconds
Product Design Portfolio Final Final book

Product Design Portfolio Final Final book

Sources: Fedor Shkliarau
Working on a portfolio sometimes seems like the most difficult and lengthy project. However, it is one of the most important and significant steps in a...