AzureAutomated webapp deployment - Git to AzureGitOps Have you heard of GitOps yet? I have come across this term on multiple Software Engineering Daily podcasts. And it is amazing how it…
WikiConvert MediaWiki to Markdown wikiIntroduction MediaWiki and MD based Wikis MediaWiki is a popular wiki. It powers Wikipedia as well as used by thousands of other companies…
AzureSimple Twitter bot using Azure Logic AppsIntroduction Azure Logic Apps Azure Logic Apps is a Microsoft cloud service that helps to schedule, automate, and orchestrate tasks…
MSBuildSDK style csproj & .Net frameworkIntroduction The sdk style csproj (csharp project style) are becoming the new standard for csproj files. All dotnet core and .netstandard…
MSBuildGenerate nupkg using msbuildIntroduction Among many other advantages of using sdk style csproj in our solutions, to be able to generate nupkg without a nuspec file is a…
AzureAzure DevOps flaky test identification & reportingIntroduction We will agree that flaky tests make software development a challenging affair. Such tests add non-determinism and uncertainty…