1 min read 0 Programming D Programming Language – How To Install on Raspberry Pi 3 January 23, 2019 These are my notes on how to install a D Programming Language compiler along with it’s package management tool Dub…
3 min read 0 Programming PHP 7 Object Properties Type Safety with Setters and Getters January 20, 2019 PHP 7 introduces scalar type definitions: your function parameters can be of a given type, and function return type declarations…
2 min read 0 Game Development Cross-platform Desktop JavaScript 3D Game Engine with NodeJS, Electron and BabylonJS January 20, 2019 Recently, I have been experimenting with writing 3D games – mainly for mobile Virtual Reality. Today I though I might…
4 min read 0 Programming Web Application Performance Testing using Apache JMeter, Part 1: Install and Create Tests January 15, 2019 PHPUnit and Selenium provide means for testing application functionality. But how can you test your application’s performance? Here Apache JMeter…
2 min read 0 FreeBSD Git Setting up a FreeBSD multi-user git server January 15, 2019 This is a quick note on how to create a multi-user git server hosted on your own FreeBSD set-up, using…
5 min read 0 Programming Part 2: Real-Time Browser to Browser Communication, Adding Application Specific Events January 15, 2019 In the previous part of this article, I wrote an introduction to Node.js and Socket.Io; presenting a basic server and…
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…