Feature Toggles: Client

Intro I'm totally in love with the concept of feature toggles. To make a long story short, a Feature Toggle is a strategy used for managing continuous delivery. Thus, it's an alternative to branching features which can also be slow and error prone. Domain Model I declared the interface for requesting a feature. Declaring these …

The Nineteen Habits of a Rock Star Developer

Lifestyle 1. Routinely reviews the latest StackOverflow content 2. Listens to software development podcasts 3. Maintains a technical journal 4. Recognizes the value of Job hopping 5. Presents at user groups 6. Maintains a library of software development books 7. Makes an annual pilgrimage to a conference 8. Works on an open-source project 9. Seeks …