Programming
-
Symfony2: Version and Install Steps
This post marks the start of a series of Symfony2 focused entries, describing how to install Symfony2 and prepare the environment for a new project. Relying on the “Installing and
-
Prepare your NodeJS Project Using Forever, Nodeunit and ExpressJS
Prior to creating Jenkins jobs and Capistrano recipes you should prepare NodeJS dependencies and scripts. This article does not provide in-depth details about NodeJS. The assumptions are that nodeunit is
-
How to install and configure automated tests using PHPUnit, Selenium and Xvfb, on CentOS
This entry explains how to install and set-up automated tests, using PHPUnit, Selenium and Xvfb on CentOS Linux. PHPUnit is a unit testing framework. Selenium is a testing framework for
-
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
-
CodeIgniter folder structure overview
Below is a quick overview of each CodeIgniter folder, starting from the repository root. * application/ – stores the CI core extensions, libraries, configuration, cache, controllers, views, helpers, hooks, languages, logs, models