Skip to content
View pchab's full-sized avatar
Block or Report

Block or report pchab

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. validation code saga with user group... validation code saga with user grouping and throttling
    1
    const VALIDATION_CODE_THROTTLE_TIME_IN_MS = 5000;
    2
    const getUserId = ({ payload: { user } }: ValidationCodeGeneratedEvent): User["id"] => user.id;
    3
    
                  
    4
    @Injectable()
    5
    export class ValidationCodeSagas {
  2. validation code saga marble test part 2 validation code saga marble test part 2
    1
    it("throttle events for multiple users in 5 second frames", () => {
    2
      const payload = generatePayload();
    3
      const secondPayload = generatePayload();
    4
    
                  
    5
      testScheduler.run(({ hot, expectObservable }) => {
  3. ProjectRTC ProjectRTC Public

    WebRTC Live Streaming on nodeJS (+ android client !)

    JavaScript 1k 467

  4. AndroidRTC AndroidRTC Public

    Android client for ProjectRTC - a WebRTC demo

    Java 1.6k 571

  5. nest-ddh-dojo nest-ddh-dojo Public

    Forked from libeo-tech/nest-ddh-dojo

    Dojo for backend architecture

    TypeScript 1