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

How to create static blog whit Hugo

For those who work with IT, it is very interesting to have a blog, in a way it is a documentation of their learning, it gives strength to the curriculum and also helps the community. What is a static blog? I’ve used Wordpress a lot and the performance is never that good and not to mention that you need a database and a web server with PHP support, too much for a simple blog, don’t you think?...

March 2, 2022 · 2 min · Diego Rodrigo