CODEX

Log Driven Learning Flutter

Fred Grott
CodeX
5 min readMar 17, 2021

--

an easier way to learn flutter!

Some famous book author stated that it takes 10,000 hours of deliberate practice to become an expert. That’s approximately 10 years. Do you have ten years to become an expert in flutter given that the hiring manager expects to get a flutter expert with the job ad and the interviews they give? No? There is an easier way to learn and use deliberate practice to learn flutter in 1000 hours rather than take 10,000 hours at ten years.

Background

Back when Kathy Sierra started her Head-First Series at OReilly most firms were still doing some type of software engineering training. But those days are long gone and yet it’s still the same exact format for the Head-First series in that still not advanced code examples.

And the Google Dart and Flutter SDK tutorials are the same way with no expert code. The problem with that is that the major difference between those that are brand new to development versus those coming from some other computer language and framework is not whether code is expert or not in levels of design and best practices.

The only difference between those two groups is the amount of coding practice in the number of applications they need to build to reach that 10,000 hours of flutter expertise. The beginners will…

--

--