These are some of my apps, frameworks and content

Introduction to Uno Platform
This video course was written in collaboration with nventive and introduces learners to the concept of building apps with C# and XAML across multiple platforms.

Hardfolio
This Android and Windows app uses your hardwarewallet to gather your balances for multiple currencies such as Bitcoin, Ethereum and many others. This app uses Xamarin.Forms and Device.Net.

C# Pluralsight Guides
Several guides on C# topics from implementing interfaces to attributes and other topics.
Speaking
I have deep knowledge of cross-platform technology and love speaking about it. This video showcases modern .NET cross-platform technologies

Device.Net
This is a framework that I maintain for the purpose of communication with USB devices across multiple platforms. It currently supports Android, Windows and UWP.

O’Reilly Media Katacoda C# Tutorials
A series of interactive C# tutorials that guide the learner through the process of starting out with C#.

RestClient.Net
This framework is written in C# and makes consuming Web APIs easy. It uses async await with strong types to hide JSON or other serialization plumbing

Cryptocurrency Hardwarewallet Libraries (Ledger, KeepKey, Trezor)
These set of libraries connect to the three most popular cryptocurrency hardwarewallets and allow you to integrate your app with them. This is the basis for Hardfolio