Adventures in CI/CD with Co-pilot 

I got the privilege of picking up the CI/CD task from the backlog. I have some background in building CICD pipelines with YAML but that was mainly from the application test and deployment perspective.  Creating pipelines that also creates and updates resources in Azure was going to be entirely new for me.  Luckily, I had… Continue reading Adventures in CI/CD with Co-pilot 

Notes on setting up web and api in docker containers for development

I wanted learn more about using docker and containers for setting up a good development environment. My solution right now consists of a front end built with Nextjs and an ASPNET core backend. Each of the apps have their own docker compose files which I can use to get both up and running and go… Continue reading Notes on setting up web and api in docker containers for development