Docker
Creating databases when starting the Postgres Docker container
We usually need to setup multiple databases to work locally, at least one for development and one for testing. Here is a cool trick to create them automatically when the Postgres docker container starts..
read articleFaster environment with xDebug and Docker
A few tips for a faster dev env with xDebug and Docker
read article