Create your first Drupal Module

In this tutorial we will create a module for Drupal, the focus here will be on understanding the structure of the module itself, not something super complex. What is Drupal? Drupal is an open source CMS (Content management system) through which you can build modern websites. Be they Personal blogs or an e-commerce. What are modules? A module is code that changes or adds functionality to Drupal. You can use community-created devices or create your own....

July 30, 2022 · 10 min · Diego Rodrigo

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