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

Creating a GraphQL API using Laravel

GraphQL has great potential in the way customer-facing applications request data, avoiding managing large amounts of unnecessary payloads and retrieving only what really matters. For this blog post, I will show you how to create a Laravel application. What is GraphQL? A Query Language. Unfortunately, it’s a simple and not objective answer. Even though GraphQL itself is something simple, for several reasons the explanation of what it is is not the simplest....

April 16, 2022 · 5 min · Diego Rodrigo