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

Co-pilot helping with the boring frontend stuff.

If there is one thing that I hate like less, it is frontend development. Maybe not as much as I hate dislike databases though. So I thought this was the best first thing to outsource to copilot. Whether or not one can use chatgpt or copilot (from here on shall just be named AI for… Continue reading Co-pilot helping with the boring frontend stuff.

Trying out Co-pilot to Build a Side Project for the Summer

I watched a couple of build sessions and the one where Scott and Mark Learn to Code in particular was what prompted (🥁) me to check out Github co-pilot. It's been a while since I worked on a side project for learning. Now that summer is coming up, it's a little bit easier to find… Continue reading Trying out Co-pilot to Build a Side Project for the Summer