GitHub Domain Verification with Namecheap

For our podcast we have a simple website in place with Jekyll hosted on GitHub Pages. While setting it up, I noticed the option to verify your your domain with the GitHub repo. This way you get some perks, but will also indicate to people that they are looking at the right place. Our domain, … Read more

Public Projects in VSTS Preview: First Look

Public Projects in VSTS Preview- First Look

Since April of this year, VSTS has the ability to hold public projects. I have set one up in my account and will show you what it does and how to use it yourself in this post. What are public projects? When working with VSTS, you had to explicitly grant access to certain users who … Read more

NuGet gold nuggets – packages which are in my almost every Xamarin project

NuGet Gold nuggets

While Xamarin delivers a nice set of controls and functionalities with Xamarin.Forms, there is always room for improvement. This is where NuGet packages come in! Luckily there is a very active and alive community behind Xamarin which can provide you with all the necessary plugins. Underneath you will find a list of the ones I … Read more

Sleeping Beauty – Making your iOS app sleeping beautifully

Sleeping Beauty

Sometimes you will find yourself creating an app which contains sensitive user information. I found myself there. Of course, you want to protect it the best you can. So you encrypt it, double salt it, encrypt it again, put it in a fortified building, set it up with Touch ID. Yet a small forgotten detail could … Read more