Explore tweets tagged as #coroutines
If you��re curious what juggling balls have in common with Python coroutines, join me today at 16:15 at #PyConGR 🚀
0
1
4
Kotlin coroutines are great; their core primitive is the suspending function. With a small change in your IDE settings, you can give them a custom color, making it easy to spot them at a glance even in a large amount of code. Learn how to do it with Kodee (and @sebi_io)! 💚
3
10
115
runBlocking is not always bad practice! Learn where it should be used, where it shouldn't, and where it has better alternatives in our new article by Marcin Moskała. . #Kotlin #Coroutines #Concurrency #SoftwareDevelopment #KtAcademy
0
5
9
📢 We'll be at PyCon Greece 2025! . @akalipetis will take the stage with a talk you won’t want to miss!. 🎙️Sync or async? Feel the magic of coroutines and the event loop in #Django.🗓️Friday, August 29, 4:15 PM.📍Innovathens Stage (Technopolis, Athens). ✨Meet us there! . #PyCon
0
1
2
Three things that have changed the way we develop for Android:. • Kotlin: Null-safety, conciseness, and coroutines for asynchronous operations. • ViewModel: Persists data during the configuration changes. • Jetpack Compose: A declarative approach to building UI. #AndroidDev
0
6
49
Whether you’re just starting with #coroutines or already using them in production, this course is built to take you further. ✅ Coroutine newcomers – learn from scratch with real-life examples.✅ #AndroidDev & backend engineers – apply coroutines to everyday app challenges.✅
0
1
5
#Coroutines don’t have to be scary. Too many developers quietly struggle:.⚡ Race conditions and crashes that appear only in production. ⚡ Code reviews turning into arguments over patterns. ⚡ The imposter feeling: “Do I really get this?”. This course is designed to change that.
0
1
6
Interview Question: How to Implement Debounce Using Coroutines?. #SoftwareEngineer #AndroidDev #Android #Kotlin
1
8
41
[Android Interview Question] Launch vs Async in Kotlin Coroutines. Learn in detail: #AndroidDev #Kotlin
0
3
15
Steps to convert any callback to Coroutines in Kotlin. • Create a suspend function to return the Result. • Use suspendCoroutine as the return block. • Use continuation.resume(result) for the success. • Use continuation.resumeWithException(throwable) for the error. #Kotlin
0
10
30
One Script Every Day - 1/100 Days.Day 1 - Launchpad + VFX.Learned: LinearVelocity, task.spawn (probably should have used coroutines), and Debris.Would love feedback and tips.Code screenshots in the replies.(Sorry, I'm a very dry speaker).#ROBLOX #RobloxDev #gamedev
1
0
3
Tech Stack for Android Machine Coding Round Interviews:. • MVVM.• Kotlin.• Coroutines.• Flow.• ViewModel.• Jetpack Compose or XML.• Dagger or Hilt.• Retrofit.• Room. Keep Learning, Keep Sharing, and Keep Growing. #androiddev #android #kotlin #interview
0
9
48