Skip to content
View rvisharma's full-sized avatar
:shipit:
:shipit:

Organizations

@razorpay @thoughtworks-ui-hiring-hackathon @manarya
Block or Report

Block or report rvisharma

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
rvisharma/README.md

Hi there πŸ‘‹

shipping web stuff @ Razorpay πŸš€

wakatime

twitter

Pinned

  1. Tiny implementation of PubSub Tiny implementation of PubSub
    1
    let ps = (function(){
    2
      let events = {}
    3
      
    4
      let on = (eventName,cb) => {
    5
        events[eventName] = (events[eventName] || []).concat(cb);
  2. blog blog Public

    thoughts, notes, learnings, and everything else to blog which gets published rarely πŸ¦₯

    JavaScript

  3. book-notes book-notes Public

    Notes, thoughts and clippings from books