Git Rebase: Don’t be Afraid of the Force (Push)

While contributing to a big OSS project it’s quite useful to know how to do a Git rebase. And more importantly: don’t be afraid of the Git force push. In this post I will write a little about the why and the how. The Backstory Finally, your change is ready for the world to see. … Read more

Push notifications with Xamarin – Server

Azure Notification hub

Now that we have three apps which implement push notifications, we also want to send some messages to the user! Until now we have done this by using the Azure portal but this is very limited and you’re not going to want to check your database for updates and sent out the right push notifications … Read more

Push notifications with Xamarin introduction

Second part: Push notifications with Xamarin – iOS Third part : Push notifications with Xamarin – Android For a few recent projects, like my haveibeenpwned app I had to implement push notifications. Also this is one of the most frequently asked questions on the Xamarin forums which is not that odd because it is a main feature of almost … Read more