ChristianFindlay.com

Christian Findlay is an independent Flutter developer working in Melbourne, Australia and working with .NET, Firebase, Google Cloud, and Microsoft Azure.

Follow Me

xUnit - Strongly Typed Test Data
Read More

xUnit - Strongly Typed Test Data

xUnit has a quirky system for consuming test data. Strongly typed test data can be specified with the MemberData attribute and the Theory attribute but...

30 Jun 2019 Christian Findlay
C# and WebAssembly (Wasm)
Read More

C# and WebAssembly (Wasm)

WebAssembly may be the most exciting technology for C# developers to emerge in recent times. Browser based applications have been developed in JavaScript, or languages...

29 Jun 2019 Christian Findlay
Anti-patterns: A Misused Term
Read More

Anti-patterns: A Misused Term

The term “anti-pattern” is a derogatory term used to disparage software design approaches that a given developer or group of developers may not like. The...

01 Jun 2019 Christian Findlay
C# and gRPC Part One
Read More

C# and gRPC Part One

gRPC is a modern open source RPC framework created by Google. It is based on Google’s modern Protocol Buffer serialization engine but is not tied...

26 May 2019 Christian Findlay
Cross-Platform C# UI Technologies
Read More

Cross-Platform C# UI Technologies

Several UI technologies can be used to build Cross-Platform apps in C# or other .NET based languages such as Visual Basic (VB). This article looks...

11 May 2019 Christian Findlay
API Versioning: Mandatory Columns
Read More

API Versioning: Mandatory Columns

There are some difficulties with versioning APIs. One such difficulty is dealing with mandatory columns. If a back-end API upgrade is taking place, and we...

31 Mar 2019 Christian Findlay
Back-end - Front-End Versioning
Read More

Back-end - Front-End Versioning

This article is part of a larger series that I am writing on App Store Deployment, but this is not limited to App Store Deployment....

23 Mar 2019 Christian Findlay
App Store Deployment
Read More

App Store Deployment

App Stores are a great advancement in Software Deployment. They offer something like the Zero Footprint model while still allowing the application to have access...

23 Mar 2019 Christian Findlay