Programming
-
D Programming Language - How To Install on Raspberry Pi 3
These are my notes on how to install a D Programming Language compiler along with it’s package management tool Dub and how to set-up a first “Hello World” project
-
PHP 7 Object Properties Type Safety with Setters and Getters
PHP 7 introduces scalar type definitions: your function parameters can be of a given type, and function return type declarations ensuring your function will return results of a given data
-
Web Application Performance Testing using Apache JMeter, Part 1: Install and Create Tests
PHPUnit and Selenium provide means for testing application functionality. But how can you test your application’s performance? Here Apache JMeter comes in handy, as a tool used for load
-
Part 2: Real-Time Browser to Browser Communication, Adding Application Specific Events
In the previous part of this article, I wrote an introduction to Node.js and Socket.Io; presenting a basic server and client communication model. In this entry I am
-
Installing CodeIgniter - Step by step guide
Below is a minimal step by step guide on installing CodeIgniter 2.1.4. The assumptions are that your using either Ubuntu or Debian, with a GIT + Apache + PHP + MySQL