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

Block or report RobertFischer

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. Benchmarking is Hard, Yo. Benchmarking is Hard, Yo.
    1
    So, I was reading 
    2
    [Why You shouldn’t use lodash anymore and use pure JavaScript instead](https://codeburst.io/why-you-shouldnt-use-lodash-anymore-and-use-pure-javascript-instead-c397df51a66),
    3
    because once upon a time, I shifted from Underscore to Lodash, and I'm always on the lookout for the bestest
    4
    JavaScript stdlib. At the same time, there was recently an interesting conversation on Twitter about how some of React's
    5
    functionality can be easily implemented in modern vanilla JS. The code that came out of that was elegant and impressive,
  2. Node concurrency Node concurrency
    1
    /*
    2
    Node itself is single-threaded.  There is some concurrency stuff that comes from calling out to 
    3
    C libraries and I/O, but it can be ignored unless you’re performance-tuning: in general, think of
    4
    your entire application as executing on one single thread.
    5
  3. cross-email-validator cross-email-validator Public

    Forked from BeeWell/cross-email-validator

    Goes beyond validating the characters that make up the email, and instead performs checks on the network to ensure that the e-mail address is valid.

    JavaScript 3 1

  4. fun-promises fun-promises Public

    A library for making Promises more friendly and fun(ctional).

    TypeScript 1

  5. fetch-dns fetch-dns Public

    An implementation of Node's "dns" API based on using "fetch"

    JavaScript 3

  6. randombytes-pure randombytes-pure Public

    Forked from mvayngrib/react-native-randombytes

    An npm module for generating random bytes without relying on any native libraries.

    TypeScript 2 3