Using Docker (again) with NodeJS

It seems that Docker is my favorite topic to present. That is almost true. I must confess I am so excited with Docker and I do everything I can to promote its usage. Docker saved my problems, for true. Why not save your problems too?

Docker is an open-source super tool that automates the deployment of applications inside software containers. Docker common advantages...

read more
01
Jun
2016

Awesome Docker tips and best practices

Here are some basic tips and best practices for writing Dockerfiles, building Docker Images and using Docker in general. Feel free to add your suggestions with a pull request.

  • Create Dockerfiles with cache (of the layers) in mind.
  • Use empty lines, comments and backslashes ("\") for readability.
  • Keep each image layer "atomic...
read more

A presentation about Docker

It have been almost a month after my last presentation and this time I come back with a very interesting presentation about Docker.

Starting from basic knowledge such as the philosophy behind Docker, the history of the company and ending to more advanced practical examples of using docker (for example how to link containers)...

read more

My Watchlist for DrupalCon Barcelona 2015

Time has almost come! The yearly Europe DrupalCon will start on September 21nth 2015 in Barcelona. It will be my fist time on a DrupaCon even if I am working with Drupal for 7 years now. Don't ask me why, there are no excuses.

As a frontend developer and a...

read more

A simple presentation of Ansible

On 13th of May 2015 I had the chance to present Ansible at the Thessaloniki Python meetup.

If you didn't know Thessaloniki is the...

read more
Subscribe to Blog posts for: devops