I recently cloned a GIT repo that was over 1Gb in size. This was due to someone accidentally pushing the Nuget packages folder. To make …
Category: Posts
A/B Testing with Firebase and Xamarin
Firebase provides a great way to conduct experiments or “A/B tests” using their Remote Config cloud service. This allows you to specify a segment of …
Reducing Azure costs
A few years back I developed a booking and payment system for my mountaineering club (Dundee Mountain Club). Although the system is fairly straightforward functionally, …
An Azure hosted booking & payments system using GoCardless and Google APIs
Recently I developed a booking and payments system for my mountaineering club (http://www.dundeemountain.club) The basic functionality is as follows:- As a meet organiser, I should …