AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Docker Compose for Local Development
Docker can be used for running third party services like SQL Server, Web MQ, Azure i's. But I don't tend to use it for this service I'm actually working on. It's worth noting that when you spin up these other services using Docker compose, the service I'm working on can still access them via the local host host name. So things that are running inside containers like your other services or databases, and also the service you're working on at the moment running in rider or Visual Studio, they can play nicely together because it's all on the same network.