Value Objects, Immutable objects and Doctrine Embeddables

I was thinking about some entities I need, when I came across a very interesting concept: Immutable Objects. The Immutable Objects are very handy to manage the so called Value Objects. In the Domain Driven Design (DDD) properties of an Entity can have two different values: other Entities (Order->getProduct() – here Product is an Entity and […]

Deploying a WordPress CMS website to Google AppEngine Cloud Platform

Deploying a WordPress website to Google AppEngine is something documented by Google itself. Anyway, this guide illustrates you in details all the steps you need to take to have a WordPress website up and running on the Google’s Platform, integrating this procedure into the bigger one of the continuous deployment of WordPress websites and extensions. Please, if […]

Deploying a Joomla! CMS website to Heroku

Install Joomla! CMS on Heroku is an operation quite simple if you know the steps to follow. This guide for developers teaches how to deploy a Joomla! CMS website to Heroku, explaining commands and guiding the reader step-by-step through the Installation and configuration process.