by Cesare Rocchi

Trying to avoid lock-in

While building my services I am trying to avoid lock-in as much as possible. I especially try avoiding to tie myself to a non portable technology. For example I could have used Heroku. I used it in the past, it’s very cool. But it doesn’t allow to upload files. I mean it does, but storage is not permanent. The suggested way is to upload files to S3. Another dependency. You see where this is going?

Continue reading →

Pages(1)