In this repository, we take every day use case and convert that into a project. We write code in c-sharp, python and powershell (If applicable).
- C-Sharp
- Python
- Powershell
- Azure CLI
- /Learning
- /git-hooks
- /pre-commit
- /pre-push
- ....
- ....
- /Automation
- Create 100 folders in Day 1, Day 2,...., Day 100 format and in each folder C-Sharp, Python and Powershell folders:
- Dynamic Folders Creation - Code - Chsarp
- Dynamic Folders Creation - Code - Powershell
- Dynamic Folders Creation - Code - Python
- Acheivement: If you automate this process, you can save a lot of manual time.
- Team member wise, number of PR's and their review comments
- Extract PR Details and its count - Code - Powershell
- Extract_PR_AND_Reviewer_Comments_Count_Details_Code_Powershell
- Acheivement: This automation helps in identify how many PR's and review comments for each PR from each Team member. All these stats helps to understand how developers are doing.
- Update work item (Example: Task) to update hours automatate.
- Update-Work-Items-Using-Powershell
- Acheivement: Avoid manual updating hours and even we can update the comment in this current logic but still enhancing this powershell script.