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…
2 min read 0 Programming How to install and configure automated tests using PHPUnit, Selenium and Xvfb, on CentOS March 26, 2017 This entry explains how to install and set-up automated tests, using PHPUnit, Selenium and Xvfb on CentOS Linux. PHPUnit is…
3 min read 0 Programming PHP 7 Object Properties Type Safety with Setters and Getters March 26, 2017 PHP 7 introduces scalar type definitions: your function parameters can be of a given type, and function return type declarations…
1 min read 0 Programming CodeIgniter folder structure overview March 26, 2017 Below is a quick overview of each CodeIgniter folder, starting from the repository root. application/ – stores the CI core…
2 min read 0 Programming Javascript Function Usage Patterns March 26, 2017 In programming, patterns mostly apply to code design. However, patterns may also apply to usage of language specific functionality, either…
3 min read 0 Agile CI / CD Create Jenkins Jobs using Capistrano 3 for NodeJS March 26, 2017 Final component of the Continuous Integration and Deployment process using Capistrano and Jenkins, is …Jenkins. Jenkins is an open source…
3 min read 0 Programming PHP 7 Object Properties Type Safety with Setters and Getters March 26, 2017 PHP 7 introduces scalar type definitions: your function parameters can be of a given type, and function return type declarations…
2 min read 0 Programming Useful JavaScript Frameworks and Libraries March 26, 2017 This post presents a set of useful JavaScript frameworks and utilities, designed either for the browser or node.js. EnvyoJS Site: http://enyojs.com/…