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

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

Code for fun! Create a Rails API

Introduction The use of the term Application Programming Interface, or API, is very common in the computer community. My interest in this post is focused on the Web APIs or, in other words, the tools used by web communities to facilitate sharing content and data between communities and applications  So let’s share some data in […]

Continue Reading 0

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