If you are just starting as a dev you might not know about Feature Flags, but they are amazing. Like IF statements that enable/disable parts of your app without breaking the main functionality.

Ex: in a file upload, you can disable thumbnail generation or compression and still have a working app.

Comments