Latest Posts
Gitlab To S3 Backup
So I have a need to nightly backup a few things. I thought I would share how I do this using the following: Digital Ocean Object Storage Gitlab Mongo Python ( For simplicity ) To start, I have a …
Easy Circle Image in Xamarin without a plugin
Learn how to create a circle image with no plugins!
Write your own Custom Controls for Xamarin.Forms
So why would you need to write a custom control for Xamarin? Does it have a purpose other than wrapping native controls that don’t exist in Xamarin? Why yes, it does serve a good purpose. I …
Writing XAML Value Converters for Xamarin Forms
Explanation XAML isn’t perfect. It is often missing some tools that honestly should just be a party of the set. For example, express if a value is null or not null. What we will want to use is …
Handling API''s with Xamarin with JWT
If you are writing an application that has it’s authentication with JWT, you might be wondering what is a good method to do this? I’ve used the HttpClient along with …
Xamarin Forms Best Practices
So I’ve written a few Xamarin projects now, and there have been a few things I’ve found that help keep your code clean. Disclaimer, this is based on my own opinion and you can take it at …