Explore tweets tagged as #RxJava
@LambdaDays
Lambda Days
1 month
☕️ Java haters… this one’s for you. Thomas Gebert (adjunct lecturer, PhD student, and cartoon-loving engineer) went from “Java sucks” to “Java…eh, not bad” thanks to Java 21, Vert.x, and RxJava. In this talk, he’ll walk you through functional(ish) concurrency in modern Java,
Tweet media one
0
0
4
@Payara_Fish
Payara
1 month
Modern Java apps need to do more — scale easily, respond instantly and stay resilient under pressure. Reactive programming can help. Our new blog covers:.🔸What it is (and isn’t).🔹How it works in Java with tools like Reactor & RxJava.🔸Practical tips: backpressure, monitoring,
Tweet media one
1
1
3
@DevTalles
DevTalles
12 days
🥳¡Gran PRIMICIA en DevTalles!. 🆕¡Completo el NUEVO curso #Java avanzado: reactividad, concurrencia y patrones!. ☕️¡Verás Streams, RxJava, BD, SpringMVC, proyectos y más! Accede YA por $14(USD), cupón de #Descuento JAVA2025 por lanzamiento exclusivo en:.👉🏻
4
10
72
@amitiitbhu
Amit Shekhar
6 months
Android Interview Question: On which thread does a Service run in Android?. Answer: . Service runs on the main thread by default. If you need to perform a long-running task, you must create a separate thread using Thread, ThreadpoolExecutor, RxJava, Coroutines, etc within the
Tweet media one
2
11
50
@DevTalles
DevTalles
7 days
🥳¡Gran PRIMICIA en DevTalles!. 🆕¡Completo el NUEVO curso #Java avanzado: reactividad, concurrencia y patrones!. ☕️¡Verás Streams, RxJava, BD, SpringMVC, proyectos y más! Accede YA por $14(USD), cupón de #Descuento JAVA2025 por lanzamiento exclusivo en:.👉🏻
Tweet media one
0
4
4
@DevTalles
DevTalles
2 days
🥳¡Gran PRIMICIA en DevTalles!. 🆕¡Completo el NUEVO curso #Java avanzado: reactividad, concurrencia y patrones!. ☕️¡Verás Streams, RxJava, BD, SpringMVC, proyectos y más! Accede YA por $14(USD), cupón de #Descuento JAVA2025 por lanzamiento exclusivo en:.👉🏻
3
4
10
@DevTalles
DevTalles
9 days
🥳¡Gran PRIMICIA en DevTalles!. 🆕¡Completo el NUEVO curso #Java avanzado: reactividad, concurrencia y patrones!. ☕️¡Verás Streams, RxJava, BD, SpringMVC, proyectos y más! Accede YA por $14(USD), cupón de #Descuento JAVA2025 por lanzamiento exclusivo en:.👉🏻
1
3
15
@DevTalles
DevTalles
12 hours
🥳¡Gran PRIMICIA en DevTalles!. 🆕¡Completo el NUEVO curso #Java avanzado: reactividad, concurrencia y patrones!. ☕️¡Verás Streams, RxJava, BD, SpringMVC, proyectos y más! Accede YA por $14(USD), cupón de #Descuento JAVA2025 por lanzamiento exclusivo en:.👉🏻
Tweet media one
0
2
7
@turkiyejavacom
Türkiye Java Community
2 years
Selamlar Herkese, .Yeni bir YouTube etkinliği ile birlikteyiz. 🥳. Bu seferki konuğumuz çok tanıdık bir isim. 💙. 🎙️ Çağrı DURSUN (@c__dursun).💬 RxJava ile Java'da Reactive Programlama.📍 TJC YouTube | 📅 25 Ocak 2024 | 🕓 21.00.💰 Sponsor: DefineX
Tweet media one
1
9
27
@altmemy199
التميمي
5 months
✈️ جافا في نتفليكس: .نظرة تطورية.جميع تطبيقات الخادم في نتفليكس (بما في ذلك التطبيقات الداخلية وتطبيقات البث وتطبيقات إنتاج الأفلام) مكتوبة بلغة جافا وتستفيد من نظامها البيئي. 1️⃣ API Gateway.2️⃣ نمط Backend-for-Frontend مع Groovy و RxJava .3️⃣ GraphQL Federation
0
2
7
@BenLesh
Ben Lesh
1 year
And Audi uses Java. so no RxJS. But they use RxJava (RxJS's Java sibling).
Tweet media one
@BenLesh
Ben Lesh
1 year
TIL BMW uses RxJS in their car software.
Tweet media one
3
4
37
@tobiakinpelu_
Tobi Akinpelu
10 months
Simplify network requests in Jetpack Compose with Retrofit! Type-safe HTTP client, converter factories & RxJava integration for efficient data fetching. Boost app connectivity & performance!. like, retweet and comment. #androiddev #retrofit #jetpackcompose
Tweet media one
0
0
1
@javacodegeeks
Java Code Geeks
2 years
Comparing #Java Future, CompletableFuture and Rxjava Observable - #Java Code Geeks
0
6
44
@kaushikgopal
Kaushik Gopal
2 years
If you’re at #googleioconnect and want to grab one of these @FragmentedCast stickers, come say hello! I’d love to chat with other @GoogleDevExpert ! . (Yes there’s an RxJava sticker too) 😃
Tweet media one
0
1
20
@bitbee24
BITBEE
5 months
Asynchronous API Calls in Java: CompletableFuture vs RxJava. Need to make multiple API calls in parallel? In my latest short video, I demonstrate how to achieve this efficiently using CompletableFuture and RxJava. 🔹 Key Takeaways:.✔️ Execute API calls asynchronously.✔️ Improve
Tweet media one
1
14
57
@proandroiddev
ProAndroidDev
1 year
What is faster and in which tasks? Coroutines, RxJava, Executor? By Danil Perevalov #AndroidDev.
1
7
38
@DevTalles
DevTalles
10 days
🥳¡Gran PRIMICIA en DevTalles!. 🆕¡Completo el NUEVO curso #Java avanzado: reactividad, concurrencia y patrones!. ☕️¡Verás Streams, RxJava, BD, SpringMVC, proyectos y más! Accede YA por $14(USD), cupón de #Descuento JAVA2025 por lanzamiento exclusivo en:👇🏻.
0
4
23
@VasiliyZukanov
Vasiliy Zukanov
6 months
I had always advocated against RxJava, but hesitated to call it universally bad, so I never wrote a "RxJava Considered Harmful" piece. Lately I've been thinking about Kotlin Flow, and finally formulated my broad objection.
6
2
36
@javacodegeeks
Java Code Geeks
7 months
Reactive Programming in Java: Project Reactor vs. RxJava - #Java Code Geeks
0
2
9