<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Andrii Yermienieu</title>
    <description>The latest articles on DEV Community by Andrii Yermienieu (@andrii_y).</description>
    <link>https://dev.to/andrii_y</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1062711%2F4ed0f364-5511-4eb6-9ad0-aa1b8f9764be.jpg</url>
      <title>DEV Community: Andrii Yermienieu</title>
      <link>https://dev.to/andrii_y</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/andrii_y"/>
    <language>en</language>
    <item>
      <title>Flutter developers and Layoffs, love or hate?</title>
      <dc:creator>Andrii Yermienieu</dc:creator>
      <pubDate>Tue, 11 Apr 2023 00:11:23 +0000</pubDate>
      <link>https://dev.to/andrii_y/flutter-developers-and-layoffs-love-or-hate-3583</link>
      <guid>https://dev.to/andrii_y/flutter-developers-and-layoffs-love-or-hate-3583</guid>
      <description>&lt;p&gt;Yeah, lots of big companies have been laying people off lately, so the job market is pretty tough. But don't forget, there's still a big need for really good developers with specific skills, like Flutter development.&lt;/p&gt;

&lt;p&gt;If you're a pro with Flutter, it could give you a major edge over other job candidates. &lt;/p&gt;

&lt;p&gt;Having expertise in a specific technology like Flutter can make you stand out from other developers and potentially help you secure a job. Employers are looking for candidates who have a deep understanding of specific technologies. And being an expert in Flutter allows you to deliver high-quality results in less time, it gives you an advantage over other candidates.&lt;/p&gt;

&lt;p&gt;I know it requires a lot of dedication, discipline, and a well-defined learning path even during the 1st step to gather required resources. So I've tried to create one for becoming an expert Flutter developer in 2023:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Dart programming language:&lt;/strong&gt; &lt;br&gt;
A pro Flutter developer should have a strong grasp of Dart programming language concepts such as object-oriented programming, asynchronous programming, and generics. &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Resources:&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dart.dev/guides"&gt;Official Dart documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.udemy.com/share/103zO83@3oKGjt3r6hg5RSBsA7UUFk198K208kqrUkjxYK5b9jm-IvD5l5vEvfS3WC8keA==/"&gt;Dart programming course on Udemy&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2. Flutter fundamentals:&lt;/strong&gt;&lt;br&gt;
After getting a solid foundation in Dart, the next step is to learn the fundamentals of building Flutter apps, such as widgets, layouts, and navigation.&lt;/p&gt;

&lt;p&gt;Resources:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.flutter.dev/"&gt;Flutter documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.udemy.com/share/101WB63@rpxkD27-k_qmdWgmXdgGz7QzMBzXRfOaYrL6c69_Tpwxr62vkJPAU05mzjFcLQ==/"&gt;Flutter app development tutorial on Udemy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/playlist?list=PLOU2XLYxmsIK0r_D-zWcmJ1plIcDNnRkK"&gt;Flutter Widget of the Week video series&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/playlist?list=PLOU2XLYxmsIK0r_D-zWcmJ1plIcDNnRkK"&gt;The Boring Flutter Development Show&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3. Flutter Internals&lt;/strong&gt;&lt;br&gt;
it's impossible for a skilled Flutter engineer to use Flutter without understanding its internals. Having knowledge of how the framework works can provide several benefits for developers, including improved performance, faster debugging, enhanced functionality, and better understanding of the latest advancements in the technology.&lt;/p&gt;

&lt;p&gt;Resources:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.didierboelens.com/2019/09/flutter-internals/"&gt;Flutter internals&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=PnWxW21vDak"&gt;Flutter, what are Widgets, RenderObjects and Elements? &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d"&gt;Flutter's Rendering Engine&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;4. State management&lt;/strong&gt;&lt;br&gt;
An expert Flutter developer should have experience with various state management techniques and libraries, such as Provider, BLoC, Riverpod and others&lt;br&gt;
Resources:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://docs.flutter.dev/development/data-and-backend/state-mgmt/options"&gt;List of state management approaches&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.freecodecamp.org/news/manage-state-in-flutter-apps/"&gt;How to Manage State in Flutter Apps &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bloclibrary.dev"&gt;BLoC library&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://medium.com/bancolombia-tech/flutter-provider-what-is-it-what-is-it-for-and-how-to-use-it-47d6941860d7"&gt;Provider library&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://codewithandrea.com/articles/flutter-state-management-riverpod/"&gt;Riverpod library&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;5. Flutter async&lt;/strong&gt;&lt;br&gt;
Flutter async topic is a critical part of deep understanding of the Flutter framework and its underlying principles for building responsive and performant applications, especially for complex and long-running tasks&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Resources:&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dart.dev/codelabs/async-await"&gt;Asynchronous programming: futures, async, await &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://betterprogramming.pub/async-programming-in-flutter-with-streams-c949f74c9cf9"&gt;Async Programming in Flutter With Streams&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://medium.com/dartlang/dart-asynchronous-programming-isolates-and-event-loops-bffc3e296a6a"&gt;Dart asynchronous programming: Isolates and event loops&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=ArbJhSsEwTk"&gt;Dart Isolates, Threads, The Event Loop, Microtasks, Synchronous &amp;amp; Asynchronous workflows&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;6. RESTful API and GraphQL integrations&lt;/strong&gt;&lt;br&gt;
Should have experience integrating APIs and GraphQL into Flutter applications using packages like Dio, Retrofit, Http and graphql_flutter.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Resources:&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://docs.flutter.dev/cookbook/networking/fetch-data"&gt;Fetch data from the internet&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;
&lt;a href="https://blog.codemagic.io/rest-api-in-flutter/"&gt;Working with REST APIs&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.codemagic.io/flutter-graphql/"&gt;How to implement GraphQL with Flutter + GraphQL example&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;7. Database integration&lt;/strong&gt;&lt;br&gt;
A skilled Flutter developer should have experience integrating databases into Flutter applications, such as SQLite or Firebase.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Resources:&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://resocoder.com/category/tutorials/flutter/firebase-ddd/"&gt;Flutter Firebase &amp;amp; DDD Course&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;8. Testing&lt;/strong&gt;&lt;br&gt;
These times Flutter developer should have experience writing tests for Flutter applications using Flutter's built-in testing framework or third-party libraries like Mockito.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Resources:&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://docs.flutter.dev/cookbook/testing/unit/introduction"&gt;An introduction to unit testing&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://resocoder.com/2022/02/08/flutter-testing-guide-for-beginners-part-1-unit-tests-setup/"&gt;Testing Flutter apps&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;9. Performance optimization&lt;/strong&gt;&lt;br&gt;
A good Flutter developer should have experience optimizing the performance of Flutter applications using techniques like lazy loading, code splitting, and caching.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Resources:&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://docs.flutter.dev/perf"&gt;Performance&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://surf.dev/flutter-performance-tips/"&gt;Flutter Performance Top 10 Best Practices&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://medium.flutterdevs.com/improving-rendering-performance-in-flutter-app-7f08bc8f9eff"&gt;Improving Rendering Performance in Flutter App&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;10. Continuous Integration/Continuous Deployment (CI/CD)&lt;/strong&gt;&lt;br&gt;
Nowadays you should have experience setting up CI/CD pipelines for Flutter applications using tools like Travis CI, CircleCI, or Bitrise.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Resources:&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://docs.flutter.dev/deployment/cd"&gt;Continuous delivery with Flutter&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;
&lt;a href="https://glovorytech.medium.com/flutter-ci-cd-which-one-and-why-71cd85951bca"&gt;Flutter CI/CD, Which One and Why&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;11. Design patterns and architecture&lt;/strong&gt;&lt;br&gt;
Very important topic  having experience implementing design patterns like MVP, MVVM and Clean Architecture to write maintainable and scalable apps code.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Resources:&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://resocoder.com/category/tutorials/flutter/tdd-clean-architecture/"&gt;Flutter Clean Architecture tutorial &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://medium.com/codechai/the-mvp-architecture-pattern-in-flutter-with-simple-demo-65ab3282c54b"&gt;The MVP architecture pattern in Flutter &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://betterprogramming.pub/how-to-use-mvvm-in-flutter-4b28b63da2ca"&gt;How To Use MVVM in Flutter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://codewithandrea.com/articles/flutter-singletons/"&gt;Singletons and DI in Flutter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;12. Debugging and troubleshooting&lt;/strong&gt;&lt;br&gt;
Should be comfortable debugging and troubleshooting issues that arise during development and production phases.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Resources:&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.flutter.dev/testing/debugging"&gt;Debugging Flutter apps&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;13. Open source and Flutter apps code examples&lt;/strong&gt;&lt;br&gt;
By studying open-source Flutter apps, you will learn about best practices in Flutter development, how to structure your code, how to design your app's architecture and learn about common patterns and techniques used in real-world Flutter apps. Contributing to open-source Flutter apps can be a great way to give back to the community and improve your own skills in the process.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Resources:&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/topics/flutter"&gt;Flutter public repositories&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://flutterbyexample.com/"&gt;Flutter by Example&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://medium.com/geekculture/7-flutter-open-source-projects-to-become-a-better-flutter-developer-66944e460bdb"&gt;7 Flutter Open Source Projects to Become a Better Flutter Developer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://pub.dev/"&gt;The official package repository for Dart and Flutter apps&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;14. Join Flutter communities&lt;/strong&gt;&lt;br&gt;
Joining Flutter communities can provide many benefits, such as staying up-to-date with the latest developments in the Flutter ecosystem, networking with other Flutter developers, getting help with difficult issues, and sharing your own knowledge and expertise with others. &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Resources:&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://flutter.dev/community"&gt;Flutter community resources&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.meetup.com/topics/flutter/"&gt;Flutter Meetup groups&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.reddit.com/r/FlutterDev/"&gt;Reddit Flutter community&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I hope following this learning path, you will become a great Flutter developer and will not be afraid of company layoffs because you will have a strong skill set and experience working with a variety of projects and clients. Also you will have a diverse network of professional connections and be well-positioned to find new job opportunities quickly. Some of you may even choose to pursue consulting work, which can offer greater flexibility and independence in your careers. &lt;/p&gt;

&lt;p&gt;&lt;em&gt;I had a blast writing this article, and I hope you enjoyed reading it just as much! If you did, drop a ❤️ to show some love! When I'm not working, I like to write about tech stuff and sip on some coffee&lt;/em&gt;&lt;/p&gt;

</description>
      <category>flutter</category>
      <category>dart</category>
      <category>layoffs</category>
      <category>mobile</category>
    </item>
  </channel>
</rss>
