Recently I wanted to do some cleanup and re-organization in Azure DevOps (ADO) project. Removed some teams, reviewed branch policies etc. During this cleanup I saw those long living development branches in the repositories. Normally, when a Pull Request (PR) is completed, ADO gives an option to delete source branch when the PR is completed. […]
Tag: Engineering
Mermaid: Creating diagrams using Markdown
As a part of my job, I am spending quite amount of time for documentation. Flowcharts, diagrams, class designs and many more. One of the challenges or creating diagrams are they are difficult to revise. My normal flow is to create a diagram in a tool (i.e draw.io) and then export it as .svg or […]