<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Rxjs Operators on CodingBlast</title><link>https://codingblast.com/tags/rxjs-operators/</link><description>Recent content in Rxjs Operators on CodingBlast</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Fri, 12 May 2017 22:22:44 +0000</lastBuildDate><atom:link href="https://codingblast.com/tags/rxjs-operators/index.xml" rel="self" type="application/rss+xml"/><item><title>RxJS - Part 6 - Chat application with RxJS</title><link>https://codingblast.com/rxjs-chat-application-angular-socket-io/</link><pubDate>Fri, 12 May 2017 07:36:06 +0000</pubDate><guid>https://codingblast.com/rxjs-chat-application-angular-socket-io/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In the &lt;a href="https://codingblast.com/rxjs/"&gt;first post&lt;/a&gt; of RxJS series we talked about reactive programming and benefits or RxJS. &lt;a href="https://codingblast.com/rxjs-observable/"&gt;Second post&lt;/a&gt; covered Observable and how we can effectively use and manipulate Observables. After that, in &lt;a href="https://codingblast.com/rxjs-operators/"&gt;third post&lt;/a&gt; we tried to get familiar with RxJS operators. We tried to briefly cover the &lt;a href="https://codingblast.com/rxjs-error-handling/"&gt;error handling&lt;/a&gt; subject in the &lt;a href="https://codingblast.com/rxjs-error-handling/"&gt;fourth post&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>RxJS - Part 4 - Operators</title><link>https://codingblast.com/rxjs-operators/</link><pubDate>Sun, 30 Apr 2017 20:24:36 +0000</pubDate><guid>https://codingblast.com/rxjs-operators/</guid><description>&lt;h2 id="rxjs--operators-introduction"&gt;RxJS Operators introduction&lt;/h2&gt;
&lt;p&gt;This time we are going to talk about operators. If you are not familiar with RxJS you should read first post in the series - &lt;a href="https://codingblast.com/rxjs/"&gt;introductory post&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;There are many different ways to deal with asynchronous data. We could use callback functions or promises. Also, we could use &lt;a href="https://codingblast.com/generators/"&gt;generators&lt;/a&gt; and make our life easier by writing code that deals with asynchronous data in a synchronous manner. However, when we are using RxJS, operators are primary tool for manipulating and dealing with data. Consequently, main benefit of RxJS is various range of operators it supports.&lt;/p&gt;</description></item></channel></rss>