DevOps 13 Nov 2020 DevOps and Feature Flags (IV) This is the last post of the four related to feature flags. In this post, we will define a strategy… Marc
DevOps 04 Nov 2020 Rollout and Cleanup of Feature Flags (III) This post completes the lify cycle of a feature flag, describing the rollout process (or how to activate it in… Marc
DevOps 02 Nov 2020 Creating, Implementing and Testing Feature Flags (II) This second post describes stuff, issues, advice in putting into practice feature flags. At the end of the creation, implementation… Marc
DevOps 22 Oct 2020 Feature Flags (I) This is the first of a set of posts about Feature Flags. These posts will cover: Feature Flag definition, creation,… Marc
Coding, DevOps, Testing 23 Sep 2020 A DevOps Journey Introduction DevOps comes from putting together development and operations teams. Traditionally these two teams have opposite objectives: development wants to… Marc
Coding, Remote 01 Jun 2020 Remote Mob Programming Remote Mob Programming combines two ways of working: Mob Programming and working as a distributed team. The basic idea is… Marc
Coding, Testing 17 May 2020 Starting with TDD Introduction Fixing defects is expensive, mostly because of the time it takes: it takes time for testers to uncover the… Marc
Coding 27 Abr 2020 Mob Programming “All the brilliant minds working together on the same thing, at the same time, in the same space, and at… Marc
Coding 14 Abr 2020 Introduction to Clean Code This post is inspired in Robert Martin's video about Clean Code fundamentals. The aim of this post is to show… Marc