2 min read 0 Programming Installing CodeIgniter – Step by step guide January 15, 2019 Below is a minimal step by step guide on installing CodeIgniter 2.1.4. The assumptions are that your using either Ubuntu…
3 min read 0 Programming Web Application Performance Testing using Apache JMeter, Part 2: Monitor Server Resources January 15, 2019 In Part 1 of Web Application Performance Testing using Apache JMeter I wrote about how to install Apache JMeter and…
2 min read 0 DIY Control your Raspberry PI GPIO in Real Time via the Browser using NodeJS, Socket.IO and pi-gpio January 7, 2019 Playing with my Raspberry PI and its GPIO over the weekend it occurred to me I would be able to…
2 min read 0 Linux Service Oriented Architecture: Install and configure WSO2 API Manager on Debian January 7, 2019 This entry documents how to install and configure the WSO2 API Manager, on Debian Linux 7. WSO2 API Manager is…
1 min read 0 Programming PHP 7 Type Safe Arrays September 5, 2018 Here is an example of how to create type safe lists in PHP 7. Influenced by Java Generics, this approach…
1 min read 0 Linux How to install PHP Ncurses on Debian September 4, 2018 Short note on how to install PHP Ncurses on Debian. This post assumes root level access. Install pear and the…
1 min read 0 DIY Numato Lab 32 Channel USB Gpio NodeJS Module September 4, 2018 Having played with the Raspberry PI GPIO interface for over a year, I thought I should explore options for a…
1 min read 0 DIY Micro Servo SG 90 – 0 to 180 Degrees Loop September 4, 2018 Tiny C program to loop a Micro Servo SG 90 from 0 to 180 degrees and back. Requires servoblaster. #include…
1 min read 0 DIY Node.JS Low Latency Rapsberry PI Camera Streaming via HTTP and VLC September 4, 2018 Here is a short code snippet for relatively low latency video streaming using a Raspberry PI camera via the HTTP…
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…