#rxjava search results

Asynchronous HTTP requests with #RxJava buff.ly/3Hzh1vG

macronimous's tweet image. Asynchronous HTTP requests with #RxJava buff.ly/3Hzh1vG

#scifi #rxjava I've been thinking about why 🖖 Star Trek Discovery was interesting and odd at the same time. Michael's hyperactive inference made it unstable-to-mundane to my eyes. However, when she was contrasted with a great captain such as Lorca, Pike and Rayner, the duo


Wow. Interesting thesis. umu.diva-portal.org/smash/get/diva… If you can, please redo it with #RxJava 4's Schedulers.virtual() instead of wasting 1,000+ cached threads on blocking IO at once. Also it is not explicitly mentioned by the document, but Structured Concurrency won't save you


Android RxJava Mastery: Exploring Observables, Observers, and Subscriptions youtu.be/7yVA601lWjk it covers: - Observable - Observer - Subscription With examples you have never seen before 😍 Hands on Coding #Android #RxJava #Rx #Kotlin #developers

native_MB's tweet image. Android RxJava Mastery: Exploring Observables, Observers, and Subscriptions

youtu.be/7yVA601lWjk

 it covers: 
  - Observable
  - Observer
  - Subscription 

With examples you have never seen before 😍
Hands on Coding

#Android #RxJava #Rx #Kotlin 
#developers

Here’s an implementation for managing transaction using #RxJava and Spring’s Transaction Template. In a reactive context, using @Transactional annotation doesn’t work correctly.

EmadHanif_'s tweet image. Here’s an implementation for managing transaction using #RxJava and Spring’s Transaction Template. In a reactive context, using @Transactional annotation doesn’t work correctly.

Top 5 Ways to Create Observables & Managing Disposables in RxJava Observables Disposables youtu.be/GThMe82dgBk #RxJava #Kotlin #android #developers

native_MB's tweet image. Top 5 Ways to Create Observables & Managing Disposables in RxJava

Observables
Disposables

youtu.be/GThMe82dgBk

#RxJava #Kotlin #android #developers

🚀 Introducing Barcodify! 🚀 Built with #JavaFX, #Spring Core, and #RxJava, it's now faster and more memory-efficient than ever! ✨ Here’s a comprehensive demonstration. Check out how easy it is to configure and export barcodes. Here, we are tuning UPC_A & ITF. 1/n


This Android Java 8 code fetches two data sets asynchronously, updates the toolbar title on the main thread when both are ready, and includes basic error handling. Is it really harder than RxJava or Kotlin Coroutines? 🤔 #AndroidDev #RxJava #KotlinCoroutines

arpadietoth's tweet image. This Android Java 8 code fetches two data sets asynchronously, updates the toolbar title on the main thread when both are ready, and includes basic error handling. Is it really harder than RxJava or Kotlin Coroutines? 🤔 #AndroidDev #RxJava #KotlinCoroutines

I find writing unit tests more fun than the actual functionality, atleast for async stuff #Java #rxjava


Now that #RxJava 4 is brewing, expect job listings requiring 5 years of experience with it. So if you did Rx 4 already in 2021, you'll be golden. 😆


Keep your Android apps fast and responsive with RxJava. TVL IT Solutions builds apps that perform under real usage. 👉 Explore services: tinyurl.com/y7y3b85p #rxjava #androiddev #tvlitsolutions

TVL_IT_Solution's tweet image. Keep your Android apps fast and responsive with RxJava. TVL IT Solutions builds apps that perform under real usage.
👉 Explore services: tinyurl.com/y7y3b85p
#rxjava #androiddev #tvlitsolutions

🚀 #RxJava no es solo para gurús. Es una forma potente y elegante de pensar en datos, flujos y reacciones. Te contamos cómo empezar desde cero si vienes del mundo secuencial, cómo evitar errores típicos y cuándo este enfoque puede simplificarte la vida 👇


¿Te abruma #RxJava y el paradigma reactivo? 🤯 No te preocupes, no es tan traumático como parece. Te damos una guía práctica para pasar del código secuencial a los flujos de datos y composición funcional 🧐


AI活用も相まって、Sansan Androidの巨大なコードベースからついにRxJavaが無くなりました! RxJava → Coroutinesの置き換えをAIで6倍速にした話 - Sansan Tech Blog buildersbox.corp-sansan.com/entry/2026/03/… #Cursor_AI #Claude #RxJava #Android


"You should prefer concatenation when you want to guarantee that Observables fire their emissions in order. If you do not care about ordering, prefer merging instead. #RxJava "


#java #rxjava #language Turns out, we already have a clumsy but working way for a few language features I unkindly requested: - auto Varhandles ~ AtomicXXX classes - async ~ create() with an emitter.emit() call for yield returns - await ~ await(CompletionStage [,


Wow. Interesting thesis. umu.diva-portal.org/smash/get/diva… If you can, please redo it with #RxJava 4's Schedulers.virtual() instead of wasting 1,000+ cached threads on blocking IO at once. Also it is not explicitly mentioned by the document, but Structured Concurrency won't save you


Now that #RxJava 4 is brewing, expect job listings requiring 5 years of experience with it. So if you did Rx 4 already in 2021, you'll be golden. 😆


#java #idea #rxjava Here is my list of Java language enhancements that would make our RxJava life much much easier: - Extension methods. - Generators á la C#, yield return X and yield return async X. - Syntactic sugar async/await on top of Virtual Threads - Syntactic sugar


#rxjava #proposal I've just posted a new hybrid reactive-virtual type Streamable<T> and its provider Streamer<T>. It is a multi-valued sequence that complements the executor.submit() type one-shot calls with Virtual Threads. It is going to be modelled after C#'s


If you code in #Java, you've probably considered #RxJava. We show you how to naturally shift from sequential to the reactive model with step-by-step examples that make sense. All the info is in this post! 👇


AI活用も相まって、Sansan Androidの巨大なコードベースからついにRxJavaが無くなりました! RxJava → Coroutinesの置き換えをAIで6倍速にした話 - Sansan Tech Blog buildersbox.corp-sansan.com/entry/2026/03/… #Cursor_AI #Claude #RxJava #Android


#scifi #rxjava I've been thinking about why 🖖 Star Trek Discovery was interesting and odd at the same time. Michael's hyperactive inference made it unstable-to-mundane to my eyes. However, when she was contrasted with a great captain such as Lorca, Pike and Rayner, the duo


Si programas en #Java, seguro que #RxJava ha pasado por tu cabeza. Te contamos cómo pasar del modelo secuencial al reactivo de forma natural, con ejemplos paso a paso para que todo cobre sentido 👇


Several years since stable #Kotlin #Coroutines . Still not as popular as #RxJava . Was it worth inventing own operator names for streams (Flow) to keep devs busy? @JetBrains

and_one_moment's tweet image. Several years since stable #Kotlin #Coroutines . Still not as popular as #RxJava . Was it worth inventing own operator names for streams (Flow) to keep devs busy? @JetBrains
and_one_moment's tweet image. Several years since stable #Kotlin #Coroutines . Still not as popular as #RxJava . Was it worth inventing own operator names for streams (Flow) to keep devs busy? @JetBrains

RxJava to Kotlin Coroutines: The Ultimate Migration Guide - by Matthew Shoemaker #Rxjava #KotlinCoroutines #Android #Kotlin #AndroidAppDevelopment #AndroidDev itnext.io/rxjava-to-kotl…


📣 #JobAlert 🧑‍💻 Junior – #java and #rxjava 🏙️ Noesis Portugal 🏠 #WorkFromHome – Remote Apply now! techjob.app/jobs/edf19139-… #hiring #jobs #technology #software


📣 #JobAlert 🧑‍💻 Junior – #java and #rxjava 🏙️ Noesis Portugal 🏠 #WorkFromHome – Remote Apply now! techjob.app/jobs/ad8bb413-… #hiring #jobs #technology #software


RxJava to Kotlin Coroutines: The Ultimate Migration Guide - by Matthew Shoemaker #Rxjava #Kotlin #KotlinCoroutines #Android #AndroidAppDevelopment #AndroidDev itnext.io/rxjava-to-kotl…


RxJava to Kotlin Coroutines: The Ultimate Migration Guide by Matthew Shoemaker at #ITNEXT. #kotlincoroutines #rxjava #android #androidappdevelopment #androiddev itnext.io/rxjava-to-kotl…)


RxJava to Kotlin Coroutines: The Ultimate Migration Guide by Matthew Shoemaker at #ITNEXT. #kotlincoroutines #rxjava #android #androidappdevelopment #androiddev itnext.io/rxjava-to-kotl…)


RxJava to Kotlin Coroutines: The Ultimate Migration Guide - by Matthew Shoemaker #Rxjava #Kotlin #KotlinCoroutines #Android #AndroidAppDevelopment #AndroidDev itnext.io/rxjava-to-kotl…


March 13th @OMihalyi is speaking @JavaLandConf :Showing a few simple tools to build a highly efficient, scalable and robust system that can be evolved to meet rapidly changing needs and increasing loads. hubs.ly/H0bdwl20 #Java #MicroProfile #RxJava #ReactJs #Kafka

Payara_Fish's tweet image. March 13th @OMihalyi is speaking @JavaLandConf :Showing a few simple tools to build a highly efficient, scalable and robust system that can be evolved to meet rapidly changing needs and increasing loads. hubs.ly/H0bdwl20 #Java #MicroProfile #RxJava #ReactJs #Kafka

Looking forward to the panel about #rxjava for #AndroidDev by @hamen, Johannes, @alosdev and @ashofficial here at #DCBERLIN18

Zonic03's tweet image. Looking forward to the panel about #rxjava for #AndroidDev by @hamen, Johannes, @alosdev and @ashofficial here at #DCBERLIN18

Tackle concurrency in your #Java apps with the new asynchronous #Azure Storage SDK ✅ Asynchronous programming with #RxJava ✅ Low-level APIs consistent with REST APIs ✅ New high-level APIs built for convenience ✅ Thread-safe interfaces Learn more: jlik.me/dym

jeremylikness's tweet image. Tackle concurrency in your #Java apps with the new asynchronous #Azure Storage SDK
✅ Asynchronous programming with #RxJava
✅ Low-level APIs consistent with REST APIs
✅ New high-level APIs built for convenience
✅ Thread-safe interfaces
Learn more: jlik.me/dym

#100DaysOfCode Yeahh🎂🤩 , Day101 completed!! Successfully integrated #RxJava in my full stake project (Nodejs +Android);

nagraj0308's tweet image. #100DaysOfCode
Yeahh🎂🤩 ,
Day101 completed!!
Successfully integrated #RxJava in my full stake project (Nodejs +Android);

RxJava, #RxJava 2, #Reactor : état de l'art des Reactive Streams sur la JVM. C'était hier chez mon client! Interessé pour une conférence chez vous ou pour former vos équipes sur le sujet ? Contactez @SoatGroup #reactive

dwursteisen's tweet image. RxJava, #RxJava 2, #Reactor : état de l&apos;art des Reactive Streams sur la JVM. C&apos;était hier chez mon client! Interessé pour une conférence chez vous ou pour former vos équipes sur le sujet ? Contactez @SoatGroup #reactive
dwursteisen's tweet image. RxJava, #RxJava 2, #Reactor : état de l&apos;art des Reactive Streams sur la JVM. C&apos;était hier chez mon client! Interessé pour une conférence chez vous ou pour former vos équipes sur le sujet ? Contactez @SoatGroup #reactive

When you really need stream chaining #RxJava

r_adiit's tweet image. When you really need stream chaining #RxJava

Last call on DOTD Feb 30: Half off RxJava for Android Developers ! Use code dotd030120tw at bit.ly/3coSs4v #frp #UI #RxJava #android #AndroidDev #rx Check out the #liveBook: livebook.manning.com/book/rxjava-fo…

ManningBooks's tweet image. Last call on DOTD Feb 30: Half off  RxJava for Android Developers ! Use code dotd030120tw at bit.ly/3coSs4v #frp #UI  #RxJava #android #AndroidDev #rx

Check out the #liveBook: livebook.manning.com/book/rxjava-fo…

Today we learned RxJava in lecture 5 of MindOrks Bootcamp (bootcamp.mindorks.com). It was an awesome experience. We discussed so many real examples with the solutions by using RxJava. #RxJava #AndroidDev #Android #MindOrks

amitiitbhu's tweet image. Today we learned RxJava in lecture 5 of MindOrks Bootcamp (bootcamp.mindorks.com). It was an awesome experience. We discussed so many real examples with the solutions by using RxJava.
#RxJava #AndroidDev #Android #MindOrks

2 days workshop for #Java developers, interested in #reactiveprogramming, kicks off on April 28. Organizer - @chisoftware 😎 Register now: goo.gl/HWwBMs Event agenda & venue: facebook.com/events/1256139… #RxJava #spring #javaspring #springboot #chisoftware #chisw

chisoftware's tweet image. 2 days workshop for #Java developers, interested in #reactiveprogramming, kicks off on April 28. Organizer - @chisoftware 😎 
Register now: goo.gl/HWwBMs  
Event agenda &amp;amp; venue: facebook.com/events/1256139…
#RxJava #spring #javaspring #springboot #chisoftware #chisw

А ты знаешь пример использования skipLast? Накинь сюды github.com/ReactiveX/RxSw… … Основной аргумент добавления в #RxJS и #RxJava был "для симметрии". ИМХО, после того как добавили .do(afterNext:) уже ни о какой рациональной мотивации речи быть не может. Стандарты чет двойные

M0rtyMerr's tweet image. А ты знаешь пример использования skipLast? Накинь сюды github.com/ReactiveX/RxSw… …
Основной аргумент добавления в #RxJS и #RxJava был &quot;для симметрии&quot;.
ИМХО, после того как добавили .do(afterNext:) уже ни о какой рациональной мотивации речи быть не может. 
Стандарты чет двойные
M0rtyMerr's tweet image. А ты знаешь пример использования skipLast? Накинь сюды github.com/ReactiveX/RxSw… …
Основной аргумент добавления в #RxJS и #RxJava был &quot;для симметрии&quot;.
ИМХО, после того как добавили .do(afterNext:) уже ни о какой рациональной мотивации речи быть не может. 
Стандарты чет двойные

Whenever I fix some #RxJava code in our app, I'm like...


From the Azure blog, Announcing new Async Java SDK for #Azure #CosmosDB from Kirill Gavrylyuk buff.ly/2IeSbpl #RXJava

AzureWeekly's tweet image. From the Azure blog, Announcing new Async Java SDK for #Azure #CosmosDB from Kirill Gavrylyuk buff.ly/2IeSbpl #RXJava

Getting started with #RxJava, the reactive programming toolbox for #Java. @clementplop @jponge ora.cl/Va4N9

Oraclejavamag's tweet image. Getting started with #RxJava, the reactive programming toolbox for #Java. 
@clementplop @jponge ora.cl/Va4N9

yes yes, I admit it. The usage only for straight forward use case as for now. For a complex stream, debounce, etc, I still rely on #rxjava

r_adiit's tweet image. yes yes, I admit it. The usage only for straight forward use case as for now. 

For a complex stream, debounce, etc, I still rely on #rxjava

In case you are using `Optional` as container your nullable type inside Rx streams :) - Kotlin: just create an extension function - Java: use `as` or `compose` from RxJava (I choose `as` - considering Single would become Maybe) #AndroidDev #rxJava #kotlin

yahyabayramoglu's tweet image. In case you are using `Optional` as container your nullable type inside Rx streams :) 

- Kotlin: just create an extension function 
- Java: use `as` or `compose` from RxJava
(I choose `as` - considering Single would become Maybe)

#AndroidDev #rxJava #kotlin
yahyabayramoglu's tweet image. In case you are using `Optional` as container your nullable type inside Rx streams :) 

- Kotlin: just create an extension function 
- Java: use `as` or `compose` from RxJava
(I choose `as` - considering Single would become Maybe)

#AndroidDev #rxJava #kotlin
yahyabayramoglu's tweet image. In case you are using `Optional` as container your nullable type inside Rx streams :) 

- Kotlin: just create an extension function 
- Java: use `as` or `compose` from RxJava
(I choose `as` - considering Single would become Maybe)

#AndroidDev #rxJava #kotlin
yahyabayramoglu's tweet image. In case you are using `Optional` as container your nullable type inside Rx streams :) 

- Kotlin: just create an extension function 
- Java: use `as` or `compose` from RxJava
(I choose `as` - considering Single would become Maybe)

#AndroidDev #rxJava #kotlin

this why I very like reactive programing. We can distribute any event a.k.a stream without knowing who's will consume that emissions. #rxjava

r_adiit's tweet image. this why I very like reactive programing. We can distribute any event a.k.a stream without knowing who&apos;s will consume that emissions. #rxjava

Loading...

Something went wrong.


Something went wrong.