Programming
-
Symfony2: Version and Install Steps
How to choose the right Symfony2 version and install it. The first entry in a series of Symfony2 development tutorials.
-
Prepare your NodeJS Project Using Forever, Nodeunit and ExpressJS
Prepare a Node.js project for CI/CD with Forever for process management, Nodeunit for testing, and ExpressJS for the web server.
-
How to install and configure automated tests using PHPUnit, Selenium and Xvfb, on CentOS
Set up automated browser testing on CentOS with PHPUnit, Selenium, and Xvfb for headless test execution on servers.
-
PHP 7 Object Properties Type Safety with Setters and Getters
Using PHP 7 scalar type declarations with getter and setter methods to enforce strict type safety on object properties.
-
CodeIgniter folder structure overview
A quick reference to the CodeIgniter directory structure - what each folder contains and how the framework is organised.