Background: Forced to use Windows at work, but I work on a Magento site sometimes. I've managed to make it work with WAMP but not everything works perfectly (there's a lot of running cache clean, setup:upgrade and rm -rf all static content directories here to see changes - although that might just be the normal Magento developer experience?). And I basically can't use anything like Redis.
I've been using Docker for developing in Python recently but setting up a Docker Compose environment for Magento is a little overwhelming. I know there's a few Docker images like Mark Shust's, but they all seem to either have issues or use NGINX, whereas I'm using Apache.
Does anyone have a setup they use on Windows?