1 min read 0 Agile Installing Capistrano 3 on a Linux machine, using RVM March 17, 2018 Previously, an entry was written on how to Install Capistrano 3, on Debian. Here is an alternate, quicker way, of…
5 min read 0 Agile Agile Methodologies: Agile Manifesto and Principles March 30, 2017 As part of my learning process about Agile Methodologies, I am adding a few notes about Agile in general and…
6 min read 0 Agile Agile Methodologies: SCRUM March 27, 2017 According to Ken Schwaber, co-creator of Scrum: “You can’t predict or definitely plan what you will deliver, when you will…
1 min read 0 Agile Tools for Agile: Puppet March 27, 2017 Capistrano provides server automation; by running a set of predefined scripts on remote servers. Puppet is a tool providing configuration…
2 min read 0 Agile Agile Methodologies: User Stories and Acceptance Criteria March 27, 2017 Both Scrum and XP rely on User Stories to describe features required for delivery at the end of a Sprint/Iteration;…
4 min read 0 Agile Agile Methodologies: eXtreme Programming March 27, 2017 “Always be doing the most important thing that you can be working on.” – Kent Beck. While Scrum puts more…
7 min read 0 Agile CI / CD Create Capistrano Recipes for NodeJS Applications March 26, 2017 This, and the following entry, are the main focus of this tutorial. Here you will learn how to create a…
1 min read 0 Agile Agile Methodologies: Retrospective March 26, 2017 At the end of each Sprint/Iteration, team members (developers, customers, managers) get together and analyse how to become more effective. …
2 min read 0 Agile CI / CD Install Jenkins on Debian March 26, 2017 Installing Jenkins on Debian is a trivial task – a package is available, through aptitude, and default configuration is sufficient.…
1 min read 0 Agile Agile Methodologies: Estimation March 26, 2017 Once User Stories and Acceptance Criteria are created, developers being estimating tasks. This is done in a “Planning Poker”. Each…