Why I started using Docker in my local setup (And you probably should too)
If you juggle multiple stacks or side projects like I do, your local environment probably becomes a mess quickly. Different PHP versions, Node conflicts, MySQL hogging RAM 24/7 even when you're not using it... Sound familiar? That's why I run almost everything in Docker, even…