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

Fortnightly Waterfall (a.k.a Scrum)
Read More

Fortnightly Waterfall (a.k.a Scrum)

Most modern software teams do some variation of Scrum. You can read the Scrum Guide here. According to many, Scrum is an “Agile” framework, but...

04 Feb 2024 Christian Findlay
Investing in Mobile App Development: A Lucrative Opportunity for Tech Investors in 2024
Read More

Investing in Mobile App Development: A Lucrative Opportunity for Tech Investors in 2024

Introduction

22 Jan 2024 Christian Findlay
Build Your First Flutter App with ChatGPT - A Comprehensive Beginner's Guide
Read More

Build Your First Flutter App with ChatGPT - A Comprehensive Beginner's Guide

Introduction

04 Jan 2024 Christian Findlay
Reactive Programming in Flutter: Understanding the Power of Observables and Computed Values with Signals, Riverpod and RxDart
Read More

Reactive Programming in Flutter: Understanding the Power of Observables and Computed Values with Signals, Riverpod and RxDart

This article introduces you to the concept of Reactive programming (Rx) in Flutter and talks about how a few popular libraries implement it. It talks...

30 Nov 2023 Christian Findlay
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
N-tier Architecture Was a Mistake: Long Live Apps That Talk Directly to the Database
Read More

N-tier Architecture Was a Mistake: Long Live Apps That Talk Directly to the Database

Back in the day, many desktop apps talked directly to the database. We didn’t have APIs over the top of the database, and quite often,...

12 Jun 2023 Christian Findlay
Dart 3: A Comprehensive Guide to Records and Futures
Read More

Dart 3: A Comprehensive Guide to Records and Futures

35 Best Flutter Blogs - Check out the top Flutter blogs

15 May 2023 Christian Findlay
Dart Switch Expressions
Read More

Dart Switch Expressions

Dart 3 adds a new feature called Switch Expressions. Dart is a multi-paradigm language that supports both object-oriented, imperative, functional-style and declarative programming. Programmers have...

11 May 2023 Christian Findlay