Anna Leushchenko πŸ‘©β€πŸ’»πŸ’™πŸ“±πŸ‡ΊπŸ‡¦

@foxanna@fluttercommunity.social
138 Followers
34 Following
178 Posts
Engineering Leader | Tech Speaker, Author, Editor | Google Developer Expert in Dart and Flutter | Passionate about Mobile and Quality
Mediumhttps://medium.com/@foxanna
YouTubehttps://www.youtube.com/@foxanna
Twitterhttps://twitter.com/AnnaLeushchenko
GitHubhttps://github.com/foxanna

I have a new #FlutterWatchClub recommendation for y’all! Recently, in our #Flutter team, we watched β€œDemystifying App Architecture: the LeanCode guide” by Mateusz Wojtczak and Marcin Chudy at Flutter Connection 2024 (linked below).

In this session, Mateusz - #Flutter and #Dart GDE and a Head of Mobile, and Marcin - Senior #Flutter Developer, gave the audience:

...

The recording of the "Your ultimate guide to code generation productivity for #Dart and #Flutter" session from FlutterCon Europe 2024 is out on my YouTube (with subtitles)!

https://youtu.be/5ey4KeqTq_U

Your Ultimate Guide to Code Generation Productivity for Flutter πŸ’™ Anna Leushchenko πŸ’™ FlutterCon 2024

YouTube
Just had an amazing experience of taking up the stage at #ftcon24usa and talking about the "Mobile tech stack at
Tide" 🀩 Thanks everyone for joining! πŸ’™
My slides πŸ‘‰πŸ» https://bit.ly/4gvDB98
Mobile Tech Stack at Tide - Anna Leushchenko - FlutterCon USA.pdf

Google Docs
Just one week left until FlutterCon in New York! πŸŽ‰ Don't miss your chance to buy tickets at https://flutterconusa.dev/ and join my session "Mobile tech stack at Tide" where I will share all technical details about our #Flutter project!
Home - flutterconusa

Join us at Fluttercon, experience over 100 tech talks and workshops, and become part of the largest Flutter developer community in the world.

flutterconusa

At #WeAreDevs #WorldCongress this year we, Anna @foxanna and Oleksandr @olexale Leushchenko - Senior Staff Engineers at Tide, will dive into the topic of prioritizing user experience over platform-specific design, explore how focusing on users rather than platforms can support the brand identity and improve user satisfaction, and give recommendations on how to implement this in practice.

Spoiler alert! Of course, we’ll talk about #Flutter! πŸ’™

Thanks to everyone who joined my session at #FlutterCon about code-generation productivity in #Dart and #Flutter!

We reviewed key build_runner principles, useful code-gen packages, and best practices for efficient maintenance of projects that extensively use code generation.

You can find my slides here: https://bit.ly/45T84JB.

If you are more into written content, check out my article on the Code with Andrea platform: https://bit.ly/3y9n8Gh.

blog/2024-07 fluttercon/Your ultimate guide to code generation productivity for Dart and Flutter by Anna Leushchenko for FlutterCon Berlin 2024.pdf at main Β· foxanna/blog

Links to content created by Anna Leushchenko πŸ‘©β€πŸ’»πŸ’™πŸ“± πŸ‡ΊπŸ‡¦ - foxanna/blog

GitHub
While #FlutterCon2024 is about to start next week, I’d like to make a #FlutterWatchClub recommendation from the previous conference edition, where me, Anna Leushchenko @foxanna together with Sarah Fullmer @fullmers conducted a β€œLive technical interviews for #Flutter roles”.

Are you looking forward to macros support in stable #Dart? Isn’t it cool to be able to update a class, and with the snap of a finger have the generated code update accordingly? It looks very promising!
I share the general excitement about this feature, however, I believe it won’t fully replace the existing code-generating solution in many larger #Flutter projects...

More thoughts in the carousel πŸ‘‡πŸ»

I think we all agree that JSON deserialization is one of the most common tasks we as developers of #Dart and #Flutter applications, have to perform regularly, which means that implementation efficiency in this area has a significant impact on the overall speed and ease of the development. Yet over and over I see a few pretty common scenarios.

Some folks prefer to do JSON deserialization manually, which is more time-consuming and error-prone than using code generation. And even if they ...

πŸ‘‡πŸ»

Is your JSON deserialization implementation efficient? πŸ€”

Hi everyone! Anna here - #Dart and #Flutter GDE from Ukraine. I currently work as a Senior Staff Engineer in the UK fintech company called Tide, where we create mobile applications for our huge financial services platform using Flutter.

When developing at such a scale as ours, the implementation efficiency of even the tiniest thing significantly impacts the overall delivery speed.