2 min read 0 Programming Useful web ecosystem tools March 26, 2017 Here are a couple of tools, useful for a web based ecosystem. Papetrailapp Site: https://papertrailapp.com/ Description: Web log management service. Librato…
5 min read 0 Programming Notes on PHP Design Patterns, Part 2: Patterns for Performing And Representing Tasks March 26, 2017 In a previous notes entry I wrote about patterns used for Generating Objects, and facilitating Flexible Object Programming. In this entry…
2 min read 0 Linux VirtualBox Web Interface using phpVirtualBox and Debian 7 March 25, 2017 Here is a step by step tutorial on how to manage VirtualBox using the phpVirtualBox web interface on Debian 7.…
1 min read 0 Linux How to download and convert Youtube videos to mp3, in Ubuntu Linux March 25, 2017 This post describes how to download and convert Youtube videos to mp3, in Ubuntu Linux. Please note that this is…
2 min read 0 Programming JavaScript Object Creation Patterns Part 1 March 25, 2017 To continue the series on Object Oriented Patterns, here is the first entry covering JavaScript; focusing on Object Creation Patterns.…
5 min read 0 Programming Notes on PHP Design Patterns, Part 1: Generating Objects and Flexible Object Programming March 25, 2017 Design patterns are streamlined solutions to common problems. They provide guidelines that can be translated into code. This entry will…
2 min read 0 Agile Continuous Integration and Deployment Processes April 10, 2016 The practice of Continuous Integration ensures that code is constantly merged and tested, allowing a team of developers to share…