Notas sobre la certificación AWS Solutions Architect Associate

La formación continua es importante para los profesionales de IT. Es algo que aprendí al empezar a trabajar. Los sistemas con los que trabajas un día están obsoletos al día siguiente, y todos hemos tenido que reinventarnos muchas veces para trabajar con sistemas nuevos. Los lenguajes de programación, las metodologías, las herramientas y los sistemas […]

Continue Reading 0 Comments

Docker basics

This post is a quick how-to guide to solve some fundamental problems I had when using Docker, as you probably will: containersDockerfiles (with uppercase ‘D’)data persistenceclean up unused images and containersquick guide using some templates I recommend having a look at the Try Docker course on Codeschool for a complete explanation. (more…)

Continue Reading 0 Comments

Deploy your first Rails 4.0 app on Heroku using Vagrant

Introduction This post describes how to develop a simple Rails 4.0 application using Vagrant, and how to deploy it to Heroku. In a previous post I have already described how to configure a development environment for Rails using Vagrant. Please check the post if you have problems installing the development environment. The application used on this example is just […]

Continue Reading 0 Comments