Advent of Code Starts Today!

I've been participating in Advent of Code since 2020, which was a really great year to start it given the pandemic and all. I have an ex-colleague to thank / blame for introducing it to me back then. I've been pretty good at posting my solutions in my repo https://github.com/therealjawss/aoc2020 but please don't judge as… Continue reading Advent of Code Starts Today!

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