Skip to content
Stack Code Review
Question and answer site for peer programmer code reviews.
MENU
  • HOME

Tag: rxjs

Improving observable persistent queue mini-library

By mariaPosted on October 3, 2022

Problem I am creating a small backend library that uses a persistent queue, where the queue is just lines in […]

switchMap with array of Observables

By mariaPosted on July 14, 2022

Problem I’m trying Rxjs 5 to simplify some Node.js nested callbacks. I need to read a directory (fs.readdir), then read […]

Using RxJS Observables to mediate routes in nodejs

By mariaPosted on April 28, 2022

Problem I am learning to be a full stack developer and have been building out an application using Node JS […]

Video downloader app implemented in RxJs

By mariaPosted on January 16, 2022

Problem I have used multiple map/flatmap combinations. Could anybody help me with the review? var Rx = require(‘rx’); var RxNode […]

JavaScript and RxJS Password Strength Indicator

By mariaPosted on April 4, 2021

Problem This is my first time using RxJS (or any observable library). It seems to work okay but I’m not […]

Using RxJS Observables to mediate routes in nodejs

By mariaPosted on February 6, 2021

Problem I am learning to be a full stack developer and have been building out an application using Node JS […]

Typescript & rxJS group list of object by month/year and map to certain value

By mariaPosted on November 6, 2019

Problem I have class: export class DayValue { date: string; status: string; } and statusToPointsMap: public static map: Map<string, number> […]

Store first value of http request with rxjs but keep doing httprequest

By mariaPosted on September 5, 2019

Problem With RXJS library : I need to store values from the FIRST http request, but keep doing other http […]

Chaining 3 dependent HTTP request subscriptions one, which is polling

By mariaPosted on August 12, 2019

Problem Here is a function that triggers after selecting from a dropdown to choose the floor. As you can see, […]

switchMap with array of Observables

By mariaPosted on May 2, 2019

Problem I’m trying Rxjs 5 to simplify some Node.js nested callbacks. I need to read a directory (fs.readdir), then read […]

Recent Posts

  • Calculate query coverage from BLAST output
  • Code to replace list of integers with nearest bigger element
  • Grouping sub-arrays with nonidentical items
  • Hash Table implementation in C using linear probing for collisions
  • Theme Switcher App
  • React async useEffect with loading and error state
  • Internal function that determines when to resize by width or height in a Image Resizer utility
  • Parsing multipart/form-data in php for PUT requests
  • Dropdown function
  • Finding the longest unique sub-string in a string
  • Is repository pattern violated while using IQueryable outside of it?
  • Character to decimal conversion
  • Basic Ticket booking code with Unit tests
  • How are my javascript module pattern and promise pattern?
  • Naive Bayes classifier

Categories

  • .Net
  • Algorithm
  • Android
  • Array
  • Bash
  • C#
  • Console
  • CSS
  • Haskel
  • Html
  • Java
  • Javascript
  • JSON
  • MySQL
  • Node Js
  • Object Oriented
  • Parsing
  • Php
  • Programming Chalenge
  • Python 3
  • React JS
  • Recursion
  • Regex
  • Ruby
  • Security
  • Sorting
  • SQL
  • Strings
  • Swift
  • VBA
Proudly powered by WordPress / Theme: Superfast