ChristianFindlay.com

Christian Findlay is a professional Software Developer and trainer based in Melbourne, Australia. He builds with Flutter, .NET, AI, Firebase/Supabase, Google Cloud, and Microsoft Azure.

Location
Melbourne, Australia

Follow Me

code-quality

Mastering Dart Extension Methods in Flutter: A Comprehensive Guide
Read More

Mastering Dart Extension Methods in Flutter: A Comprehensive Guide

Dart has a powerful feature called extensions. This feature can significantly improve the readability and maintainability of your Flutter code. This comprehensive tutorial explores how...

25 Jun 2023 Christian Findlay
Dart: Formatting and Trailing Commas
Read More

Dart: Formatting and Trailing Commas

Trailing commas may sound like a minor aspect of the Dart language, but they have a major impact on the formatting of your code. This...

30 Jul 2022 Christian Findlay
C# Code Quality - Part 1
Read More

C# Code Quality - Part 1

Improving a codebase can be a difficult task. The larger the codebase, the more difficult it becomes to find and fix poor code manually. When...

09 Nov 2019 Christian Findlay
C# Code Rules Part 2 - How To Configure
Read More

C# Code Rules Part 2 - How To Configure

Edit: There is a new article that replaces these two articles and uses the more modern editor config format. These two articles are still useful...

23 Feb 2019 Christian Findlay
C# Code Rules Part 1
Read More

C# Code Rules Part 1

Edit: There is a new article that replaces these two articles and uses the more modern editor config format. These two articles are still useful...

11 Feb 2019 Christian Findlay