Gaëlle Minisini

10 Followers
28 Following
7 Posts
# Android @Pinterest

I thought I understood Kotlin coroutines until I actually timed them 🤯

"Concurrent" ≠ faster
"Asynchronous" ≠ “concurrent"

Built experiments to see what's really happening. Results were surprising.

https://medium.com/@galou.minisini/understanding-kotlin-coroutines-a-deep-dive-into-blocking-vs-non-blocking-and-concurrent-vs-7667dfe77fbb

#AndroidDev #Kotlin

Understanding Kotlin Coroutines: A Deep Dive into Blocking vs Non-blocking and Concurrent vs Asynchronous Execution

If you’ve ever felt confused about when coroutines actually run concurrently versus asynchronously, or why some operations seem to block despite using suspend functions, you're not alone. Today…

Medium
Last week, a mentee asked me to explain the differences between MVC, MVP, and MVVM. I searched for resources, but found many were too complex for beginners. So, I took it as an opportunity to write a clear, concise guide. I hope it helps aspiring Android engineers understand these important concepts! Read the article here:
https://medium.com/@galou.minisini/mvc-mvp-mvvm-made-simple-05aa00e7e61c
#AndroidDev hashtag#Mentoring hashtag#TechWriting
MVC, MVP, MVVM Made Simple - Gaëlle Minisini - Medium

You’re a junior Android developer, eager to build clean, maintainable apps. But every time you search for ‘MVP vs MVVM vs MVC,’ you’re bombarded with complex code examples and intricate diagrams. You…

Medium

This week I'm reading "Kotlin: An Illustrated Guide" from @daveleeds 📚.
This book is an absolute gem for beginners – clear, engaging, and perfect for anyone looking to break into programming. I'm definitely sharing this with my students! 🚀
What other books, courses, or videos would you recommend for those starting out in Kotlin or Android development? Share your favorites below! 👇
https://leanpub.com/kotlin-illustrated

#kotlin #androiddevelopment #programming #bookrecommendation #education

Kotlin: An Illustrated Guide

This book by Dave Leeds teaches Kotlin programming with lots of cartoon illustrations and concrete examples.

Leanpub
'm challenging myself to write more... So here is another cheat sheet around #kotlin: https://link.medium.com/1cNIGPp0OLb
#android #androiddev #kotlinflow #kotlincoroutine #Androiddevelopment

Late to the party, but I've just finished going through this book. I would highly recommend it to any junior and mid-level Android engineer but also to anyone looking at refreshing their MAD skills, I'm sure everyone will learn a few things!

Thanks @madona for a great book

Check out my latest Medium: Kotlin Coroutine cheat sheet.

It's packed with tips and tricks to help you master coroutines.

Let me know if you find it helpful!

#kotlin #androiddevelopment #coroutines #androidengineer #programming #developer #tech #coding #androiddev #mobiledevelopment

https://medium.com/@galou.minisini/advanced-kotlin-coroutine-cheat-sheet-for-android-engineer-15e0d180fc1f

Advanced Kotlin Coroutine Cheat sheet (for Android Engineer)

This cheat sheet consolidates the key insights I've picked up along the way. It's designed to be a handy reference for tackling more intricate coroutine scenarios.

Medium
Thanks a lot
@androidmakersfr
for having me, and everyone who attended my talk, Demystifying the Test Pyramid!
The slides 🛝 are available already on SpeakerDeck
https://speakerdeck.com/xgouchet/demystifying-the-test-pyramid
Demystifying the Test Pyramid

Back in 2009, Mike Cohn in his "Succeeding with Agile" book, introduced the pyramid of tests. Since then, it has been criticised (mostly for being unsuitable for many real life situations), slightly updated, but its core concept is still seen in many articles. So what value can we get out of the test pyramid, and how can you adapt it to better fit with your use cases, workflows and setup. After explaining the original concept of the testing pyramid, we will discuss its pitfalls and caveats, then provide more depth and a new perspective on this tool while providing tips and guidelines that engineers can use to improve their test suites.

Speaker Deck