Experience with raising PR

This post deals with my experience on contributing to the open source project - Microsoft Documentation. My first PR This is not my first PR to an OSS. My very first contribution was to foambubble/foam. The pull request adds licence file to the repo. Yea, I know. This may not qualifies for core technical task. Nevertheless its my contribution. This lead to my Github badge - Pull Shark. I started interacting with the developers on the fix on April 14th 2021.

Project Update - 2

Some helpful accessories

This is a continuation to previous post on our new side project. Instead of building a spaghetti code that just works, we are approaching the entire process through the industry practise. For example, the working components are modularised for easier maintenance. These individual modules are built on TDD approach, testing with every step of our development. The test results are passed through coverage to understand how much code is covered under our testing process.