How to switch from Docker Desktop to Colima for local development

What is Colima? Per the official documentation: Per ChatGPT: “It is a platform for managing and deploying Docker containers, which provides features such as orchestration, scaling, and automation.” Why switch to Colima? I found this blog post from the DDEV maintainer, Randy Fay, where we can see that the performance gains of Colima over the […]
How to setup a WordPress or Drupal site locally with ddev

DDEV is an open source tool that allows setting up local sites using docker, quickly. You will learn from my experience with it about how to use it, and some helpful commands.
How to set-up a Drupal or WordPress site locally using Docker

This article is not aiming to provide explanations about the tools that I use to set-up Drupal/WordPress sites, I think there is a lot of information available on the internet about them Docker, Traefik, Compose. The only goal of this post is to document the process that I follow since it is really easy, and […]