Gabriel Souza (@devsrsouza) 's Twitter Profile
Gabriel Souza

@devsrsouza

Kotlin Multiplatform engineer at @TouchlabHQ; Working in couple open source libraries.

ID: 831697677964423172

linkhttps://github.com/DevSrSouza/ calendar_today15-02-2017 02:52:33

3,3K Tweet

389 Followers

346 Following

Chris Banes (@chrisbanes) 's Twitter Profile Photo

🚀 Excited to kick off my 'SwiftUI for Jetpack Compose devs' series! 🔄 Dive into the world of cross-platform development, with the first post on state management. Check it out 🔗: chrisbanes.me/posts/swiftui-… #SwiftUI #JetpackCompose #MobileDev

🚀  Excited to kick off my 'SwiftUI for Jetpack Compose devs' series! 

🔄 Dive into the world of cross-platform development, with the first post on state management.

Check it out 🔗: chrisbanes.me/posts/swiftui-… 

#SwiftUI #JetpackCompose #MobileDev
Touchlab (@touchlabhq) 's Twitter Profile Photo

🚀Unleash the power of Compose for Web with Touchlab's Gustavo Fão Valvassori's tutorial! This step-by-step guide takes you from project creation to running tests in the first of a series of posts. touchlab.co/compose-html-g…

Gabriel Souza (@devsrsouza) 's Twitter Profile Photo

1.0.0 of Voyager navigation library for Compose Multiplatform is finally here! 🎉 🎉🎉 This major release brings API Stability, first deprecation cycle and Promoting Screen and Navigator Lifecycle APIs to Stable. Voyager is now more extensible then ever. github.com/adrielcafe/voy…

Donn Felker (@donnfelker) 's Twitter Profile Photo

This is one of the best talks I’ve seen on Kotlin coroutines. It’s a history lesson on how and why Kotlin coroutines was designed and why. So many things clicked and make sense that were murky below. Fantastic talk Roman Elizarov 👏 youtu.be/Mj5P47F6nJg?si…

James Ward (@jamesward) 's Twitter Profile Photo

Today I discovered the new Kotlin Multiplatform `applyHierarchyTemplate` awesomeness - which makes it easy to customize the structure of multiplatform code. Now I'm sharing code without any duplication and platform actuals where I want them. All I need now is a Mermaid diagram

Today I discovered the new Kotlin Multiplatform `applyHierarchyTemplate` awesomeness - which makes it easy to customize the structure of multiplatform code. Now I'm sharing code without any duplication and platform actuals where I want them. All I need now is a Mermaid diagram
John O'Reilly (@joreilly) 's Twitter Profile Photo

Was trying out Voyager (github.com/adrielcafe/voy…) navigation library in Compose Multiplatform project I'm prototyping at work and really, really like it.....so straightforward to use! 👏

Jim Sproch (@jimsproch) 's Twitter Profile Photo

The Compose Multiplatform Documentation Survey is a great place to share your insights on Compose Multiplatform docs to help us enhance your developer experience. ➡️ Take the survey: jb.gg/compose-multip…

Kotlin by JetBrains (@kotlin) 's Twitter Profile Photo

📈 The KMP ecosystem is always expanding. Take a look at how the number of multiplatform libraries has grown since Beta, offering diverse tools for networking, data storage, arithmetics, analytics, and more. See the list of community KMP libs ➡️ github.com/terrakok/kmp-a…

📈 The KMP ecosystem is always expanding. Take a look at how the number of multiplatform libraries has grown since Beta, offering diverse tools for networking, data storage, arithmetics, analytics, and more.

See the list of community KMP libs ➡️ github.com/terrakok/kmp-a…
Kotlin by JetBrains (@kotlin) 's Twitter Profile Photo

📣 #MultiplatformTip Can you share View Models across platforms with #KMP? Yes, you sure can! 🎉 Here are some examples of Kotlin Multiplatform libraries: ✅ KMM-ViewModel github.com/rickclephas/KM… ✅ Voyager – voyager.adriel.cafe (ScreenModel) ✅ Precompose –

John O'Reilly (@joreilly) 's Twitter Profile Photo

A few nice updates for libraries included in ClimateTraceKMP (github.com/joreilly/Clima…) sample. Following now have official support for Wasm! ✅ Koin ✅ Voyager (now used for shared KMP navigation for iOS, Android, Desktop and Web clients) ✅ Compose Treemap Chart

A few nice updates for libraries included in ClimateTraceKMP (github.com/joreilly/Clima…) sample.  Following now have official support for Wasm!

✅ Koin
✅ Voyager (now used for shared KMP navigation for iOS, Android, Desktop and Web clients)
✅ Compose Treemap Chart
Talking Kotlin (@talkingkotlin) 's Twitter Profile Photo

🚀 Dive into the latest episode of Talking Kotlin! This time, we're talking with Adriel Café 🇧🇷, the author of Lyricist (“the missing multiplatform library for Jetpack Compose”) and Voyager (aka “Compose on Warp Speed”). 🤩 Premiering today 👇youtu.be/haTx5uweXi4

Gautam Korlam (@kageiit) 's Twitter Profile Photo

Protip: Cleanup your #Gradle caches by deleting files not accessed within the last month find ~/.gradle -type f -atime +30 -delete find ~/.gradle -type d -mindepth 1 -empty -delete Before: 99G~/.gradle After: 17G~/.gradle Upvote: github.com/gradle/gradle/… :)