In this video I go over my reason for using Flutter and the other technologies that influenced that decision. Subscribe to my newsletter for deep dives on topics like this 👉 https://professionalflutter.carrd.co/
active · last success 2026-06-18 20:25
In this video I go over my reason for using Flutter and the other technologies that influenced that decision. Subscribe to my newsletter for deep dives on topics like this 👉 https://professionalflutter.carrd.co/
#Shorts Flutter freelancers can make more money and work fewer hours. Make the switch to fixed pricing. Hourly rates punish you for being good, you should be rewarded instead. To do fixed pricing you need a reliable cost estimate. Here’s how I do mine: Apply basic...
#Shorts The production Flutter developer tools to create and maintain high quality apps Spoiler, one of these tools do not exist: - Analytics: see how users are using your app - Remote logs: monitor the internals of your app in production - Crash reporting: get notified when...
#Shorts 5 reasons why the new code push will change the lives of Flutter developers. - Fix bugs in production instantly - Push new versions directly to clients’ devices - Push new versions directly to your QA team’s devices - Push new versions directly to your non-technical...
Since 2015 I’ve been writing unit tests, consistently. Here is a 16-Step guide to starting your own unit testing journey. When starting: - Write smaller functions - Make functions deterministic - Write functions with no side effects - Write tests to confirm execution paths -...
I’ve coached developers from not writing tests to loving unit tests. Here are the 5 biggest unit test blockers and how to get over them: Blockers: 1. I don’t know what to test 2. I don’t know how to test this function 3. The concern of testing something that doesn’t matter 4....
#Shorts The best code is no code. Code requires periodic maintenance. One way to reduce this burden is by removing code. “But, All my code is useful!” Add Analytics/Metrics to your code and you’ll see what’s actually being used. Use that to cut out old code no one cares about...
I drastically improved my Flutter Freelancing by going from Guesswork to Precision. By building more detailed technical outlines I transformed my business. Here are 6 habits I picked up as a successful Flutter Freelancer: - Write detailed technical specs - Pay for tools that...
Stages for Flutter developers code quality as seen through comments Beginner: Comments to explain classes, functions, variables Intermediate: Well-named classes and comments to explain functions Advanced: Well-named objects with comments on complex functions Master: Complex...
#Shorts Software engineers should care about analytics. Probably more than the non-engineering staff. This is my reasoning: - It shows you what code you can delete from your codebase - It's an additional tool to help solve bugs that users experience - It gives you a clear...
Write a good chatGPT prompt: https://codewithai.substack.com/p/coming-soon --- Every developer should have a task that ChatGPT can take over right now. The problem? Most don’t identify and systemize their daily tasks Use the following process to identify your next task to...
My goal is to teach every Flutter freelancer who is early in their journey, what I learned late in mine. Here are the things I did to get clients consistently: - I shared my skills publicly - I took smaller jobs to get referrals - I took smaller jobs to confirm I can deliver...
Writing production-ready code is not some magical type of code. It's a process and a system. The simplest way flutter developers can write production-ready code: 1. Choose an architecture 2. Add analytics to the app 3. Setup crash and stability reporting 4. Create strict code...
In this video, I go over the different things Flutter freelancers can do to get more clients. The fastest way Flutter freelancers can land high-paying clients 2x faster. Fix common mistakes before doing more technical work. Here are the 5 common mistakes freelancers make and...
There's a better way for Flutter developers to introduce an architecture in their codebase. This is what we cover in this short. Below you can find the link to the idea: Separate UI and state code:...