Docker, no space left on device

Docker, no space left on device

I’ve been using docker a lot, both for work projects and personal projects, and some of the images used are quite big (almost 2GB).

NodeJS, manage versions

NodeJS, manage versions

I’ve found some problems while using the latest version of nodejs (6.0.0), for example while trying to use gulp-sass.

GODEP,  Dependency tool for GO

GODEP,  Dependency tool for GO

Today I decided to start using Godep (dependency tool) to manage the versions of the packages I need in my Go projects. The idea is basic the same as Composer for PHP or package.json for Npm.

Prevent date_default_timezone_get() warning in Symfony2

Prevent date_default_timezone_get() warning in Symfony2

Hi,

For those who had this kind of problem when using Symfony2:

Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone...