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