Blazor is amazing. But if you are wondering which of Web Assembly of Server-Side would suit your project, here’s an attempt to explain and help
Month: June 2020
Feature flags using Azure feature
Feature flags are very useful when you develop an application and while you don’t want users to use the feature that isn’t really ready, you don’t want to stay on a side branch for too long as merging and rebasing from the main branch can become quite the chore. Enter feature flags. So how do…
Publish a Xamarin app to App Center with Azure Pipeline.
I’ve been working on an android app with Xamarin lately and I wanted to deploy it to App Center automatically so I can install it on my mobile to test it as I hate manual deployment. I knew that App Center had a connector to azure devops repositories so you can build and deploy when…