mastodon.uno è uno dei tanti server Mastodon indipendenti che puoi usare per partecipare al fediverso.
Mastodon.Uno è la principale comunità mastodon italiana. Con 77.000 iscritti è il più grande nodo Mastodon italiano: anima ambientalista a supporto della privacy e del mondo Open Source.

Statistiche del server:

6,2K
utenti attivi

#rxjs

0 post0 partecipanti0 post oggi
AndroidUsing Sensors in React Native One of the most exciting strengths of React Native is that it allow...<br><br><a href="https://medium.com/react-native-training/using-sensors-in-react-native-b194d0ad9167?source=rss-d14afae26ab6------2" rel="nofollow noopener noreferrer" target="_blank">https://medium.com/react-native-training/using-sensors-in-react-native-b194d0ad9167?source=rss-d14afae26ab6------2</a><br><br><a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/rxjs" target="_blank">#rxjs</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/sensors" target="_blank">#sensors</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/react" target="_blank">#react</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/react-native" target="_blank">#react-native</a><br><br><a href="https://awakari.com/pub-msg.html?id=Ab36B2y395MJM1JYOaMQUxXRmWe" rel="nofollow noopener noreferrer" target="_blank">Event Attributes</a>
FunctionalProgrammingImplementing API Polling with RxJS Indroduction - The Use Case of Polling One of the most common ...<br><br><a href="https://codewithstyle.info/rxjs-polling/" rel="nofollow noopener noreferrer" target="_blank">https://codewithstyle.info/rxjs-polling/</a><br><br><a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/rxjs" target="_blank">#rxjs</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/async" target="_blank">#async</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/polling" target="_blank">#polling</a><br><br><a href="https://awakari.com/pub-msg.html?id=O9PUV59DzSZwLVmsWS9ViC0x3aK" rel="nofollow noopener noreferrer" target="_blank">Event Attributes</a>
FunctionalProgrammingUsing the Fetch API with RxJS - story of a bug Some time ago I encountered an interesting bug at ...<br><br><a href="https://codewithstyle.info/rxjs-fetch-cancellation/" rel="nofollow noopener noreferrer" target="_blank">https://codewithstyle.info/rxjs-fetch-cancellation/</a><br><br><a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/rxjs" target="_blank">#rxjs</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/async" target="_blank">#async</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/bug" target="_blank">#bug</a><br><br><a href="https://awakari.com/pub-msg.html?id=EAij49fsx5vyDvCp8OdJkwJtPgu" rel="nofollow noopener noreferrer" target="_blank">Event Attributes</a>
LavX News<p>Unleashing the Power of RxJS: A Deep Dive into Reactive Programming</p><p>Discover how RxJS transforms asynchronous programming with its powerful Observables, enabling developers to manage data streams effortlessly. This article explores the fundamentals of RxJS, its operat...</p><p><a href="https://news.lavx.hu/article/unleashing-the-power-of-rxjs-a-deep-dive-into-reactive-programming" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">news.lavx.hu/article/unleashin</span><span class="invisible">g-the-power-of-rxjs-a-deep-dive-into-reactive-programming</span></a></p><p><a href="https://mastodon.cloud/tags/news" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>news</span></a> <a href="https://mastodon.cloud/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tech</span></a> <a href="https://mastodon.cloud/tags/ReactiveProgramming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ReactiveProgramming</span></a> <a href="https://mastodon.cloud/tags/RxJS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RxJS</span></a> <a href="https://mastodon.cloud/tags/Observables" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Observables</span></a></p>
Sander van Kasteel<p><span>IT IS A FUCKING GEM.... <br></span></p><pre><code>interval(50) .pipe( filter(() =&gt; storageService.isReady()), retry(100) ) .pipe(take(1)) .subscribe(() =&gt; { console.log("storage ready"); }) </code></pre><span><br>And I absolutely hate it. </span><a href="https://social.sandervankasteel.nl/tags/rxjs" rel="nofollow noopener noreferrer" target="_blank">#rxjs</a> <a href="https://social.sandervankasteel.nl/tags/javascript" rel="nofollow noopener noreferrer" target="_blank">#javascript</a> <a href="https://social.sandervankasteel.nl/tags/typescript" rel="nofollow noopener noreferrer" target="_blank">#typescript</a><p></p>
Sander van Kasteel<p>I know how powerful <a href="https://social.sandervankasteel.nl/tags/rxjs" rel="nofollow noopener noreferrer" target="_blank">#rxjs</a> can be, but sometimes it's REALLY hurting my brain....</p>
Matti Järvinen<p>I've been pondering about creating EventSourcing, CQRS &amp; DDD scaffolding from scratch in TypeScript.</p><p>There doesn't seem to be an OpenSource basic scaffolding for this using RxJS? ( I mean the basic bang like NgRx ).</p><p>DDD -&gt; NgRx<br>- Command -&gt; Action ( in imperative )<br>- Command Handler -&gt; Effect<br>- Domain Event -&gt; Action ( in past tense )<br>- Aggregate state -&gt; a Store entry<br>- Aggregate state's apply -&gt; Reducer</p><p>Did I get this right?</p><p><a href="https://mastodon.social/tags/RxJS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RxJS</span></a> <a href="https://mastodon.social/tags/CQRS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CQRS</span></a> <a href="https://mastodon.social/tags/EventSourcing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EventSourcing</span></a> <a href="https://mastodon.social/tags/DDD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DDD</span></a> <a href="https://mastodon.social/tags/NgRx" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NgRx</span></a> <a href="https://mastodon.social/tags/TypeScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TypeScript</span></a> <a href="https://mastodon.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a></p>
Kerrick Long (code)<p>Having worked with <a href="https://ruby.social/tags/Angular" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Angular</span></a> in-depth for 2 years now, I can articulate what I don’t like about the <a href="https://ruby.social/tags/framework" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>framework</span></a>.</p><p>1. <a href="https://ruby.social/tags/RxJS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RxJS</span></a> is a terrible primitive to build most <a href="https://ruby.social/tags/CRUD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CRUD</span></a> software upon. <a href="https://ruby.social/tags/Promises" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Promises</span></a> are better for most things, and event listeners are fine.</p><p>2. Its <a href="https://ruby.social/tags/DI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DI</span></a> system encourages long-lived, easily-accessible Singletons that are serious “foot guns.”</p><p>3. Data management is painful. Resolvers are a worse DX than either <a href="https://ruby.social/tags/EmberJS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EmberJS</span></a>’s Ember Data or <a href="https://ruby.social/tags/React" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>React</span></a>’s TanStack Query.</p><p><a href="https://ruby.social/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> <a href="https://ruby.social/tags/JS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JS</span></a> <a href="https://ruby.social/tags/FrontEnd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FrontEnd</span></a></p>
Alvin Ashcraft 🐿️<p>Master Asynchronous JavaScript with RxJS.</p><p><a href="https://buff.ly/41lIkVY" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">buff.ly/41lIkVY</span><span class="invisible"></span></a> <br><a href="https://hachyderm.io/tags/javascript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>javascript</span></a> <a href="https://hachyderm.io/tags/rxjs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rxjs</span></a> <a href="https://hachyderm.io/tags/async" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>async</span></a> <a href="https://hachyderm.io/tags/webdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdev</span></a> <a href="https://hachyderm.io/tags/webdevelopment" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdevelopment</span></a></p>