Creating your Docker development environment faster with Lando

A development environment is composed of several services, at least we have a web server and a database, with the emergence of Docker and the wonderful docker-compose.yml made our life a lot easier, but calm down, you can stay still best. What is Lando? A superset for Docker, Lando provides ways for developers to run complex commands, build steps and automation in their services without using Dockerfile, docker-compose.yml or lengthy docker exec commands....

June 19, 2022 · 4 min · Diego Rodrigo

Managing language versions of your projects with asdf

When dealing with many projects we always come across a project whose version is different from the one you are using and it is often necessary to install another version or upload a Docker container, which I did for a long time, in node I used nvm, and I always wanted something similar for the other languages and so I present you the asdf. But what is this asdf? asdf is a version manager, let’s say you are using a project with PHP 5....

March 27, 2022 · 4 min · Diego Rodrigo