2 min read 0 Programming Create a JavaScript jsonP Class March 27, 2017 Classic AJAX requests are limited to the same domain. JSON with padding allows us to make requests to different domains. Below…
2 min read 0 DIY Control your Raspberry PI GPIO in Real Time via the Browser using NodeJS, Socket.IO and pi-gpio March 27, 2017 Playing with my Raspberry PI and its GPIO over the weekend it occurred to me I would be able to…
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;…
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. …