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;…
2 min read 0 Programming Symfony2: Version and Install Steps March 27, 2017 This post marks the start of a series of Symfony2 focused entries, describing how to install Symfony2 and prepare the…
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 Programming Prepare your NodeJS Project Using Forever, Nodeunit and ExpressJS March 26, 2017 Prior to creating Jenkins jobs and Capistrano recipes you should prepare NodeJS dependencies and scripts. This article does not provide…
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…
1 min read 0 Agile Continuous Integration and Deployment using Debian, Jenkins, Capistrano, NodeJS and Git March 26, 2017 This series of entries provide a short tutorial on how to install Jenkins and Capistrano on a Debian machine; and…