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

Stateful Factory Pattern
Read More

Stateful Factory Pattern

This is a parody blog post about how you can manipulate language to make a made-up pattern sound like a perfectly reasonable solution to a...

23 Mar 2023 Christian Findlay
Why Flutter Is The Best Choice For Startups
Read More

Why Flutter Is The Best Choice For Startups

As a startup, choosing the right technology stack to build your first app is critical. The technology you choose will significantly impact your product’s success...

19 Mar 2023 Christian Findlay
Add A Search Bar To The AppBar In Flutter
Read More

Add A Search Bar To The AppBar In Flutter

Search bars are often an essential UI component in a Flutter app. This blog post walks you through creating a search bar in Flutter and...

19 Mar 2023 Christian Findlay
Basic Flutter Animations With Tweens
Read More

Basic Flutter Animations With Tweens

In Flutter we create animations with the Animation class, which is part of the Flutter animation framework. We can use animations to change the size,...

17 Mar 2023 Christian Findlay
Test Coverage
Read More

Test Coverage

This article is part of a series I am writing about testing. It refers to an article I wrote on test isolation, which is important reading for...

09 Mar 2023 Christian Findlay