ChristianFindlay.com

Director of Nimblesite, Melbourne's Premiere Flutter Development Agency. He has been developing software for over 20 years. Passionate about Mobile Apps and developers, Nimblesite can help you hire the right developer for your project. Call today 1300 794 205

Location
Melbourne, Australia

1300 794 205

Follow Me

Dart: Manual Mutation Testing
Read More

Dart: Manual Mutation Testing

Mutation testing is a technique for measuring the quality of your tests.

04 Dec 2021 Christian Findlay
How to Build a Flutter Navigation Drawer
Read More

How to Build a Flutter Navigation Drawer

Navigation drawer is a typical UI pattern for adaptive menus. The Material Design documentation formalizes the menu’s behavior, but this pattern is not peculiar to...

30 Oct 2021 Christian Findlay
Dart Classes for C# Programmers
Read More

Dart Classes for C# Programmers

Building classes in Dart is similar to C#, but there are some quirks that you need to be aware of. This article shows you how...

06 Sep 2021 Christian Findlay
Flutter: First Impressions
Read More

Flutter: First Impressions

Flutter is Google’s cross-platform UI Toolkit. It uses the language Dart. I have a long history of building cross-platform apps with .NET and XAML. I...

04 Sep 2021 Christian Findlay
How to Stop NullReferenceExceptions in .NET
Read More

How to Stop NullReferenceExceptions in .NET

This article gives you a toolset for stopping NullReferenceExceptions in .NET code. The article centers around Nullable Reference Types (NRT), a feature that Microsoft added...

30 Jul 2021 Christian Findlay
RestClient.Net 5
Read More

RestClient.Net 5

RestClient.Net makes HTTP calls in .NET easy. Send the request body as a strongly typed object, and get back a strongly typed object. You can...

27 May 2021 Christian Findlay
How To Change the Behavior of a C# Record Constructor
Read More

How To Change the Behavior of a C# Record Constructor

Records are a new feature in C# 9. Records are special classes that borrow from Structs in that they have value-based equality. You could look at them as a...

29 Apr 2021 Christian Findlay
Choose ASP.NET Core in 2021
Read More

Choose ASP.NET Core in 2021

ASP.NET Core is the most up-to-date Microsoft technology for building web apps. You can build Web APIs for your SPA front-end or traditional web-apps in...

26 Feb 2021 Christian Findlay