RobertFischer
Follow
- Cary, NC
Pinned Loading
-
Benchmarking is Hard, Yo.
Benchmarking is Hard, Yo. 1So, 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),
3because once upon a time, I shifted from Underscore to Lodash, and I'm always on the lookout for the bestest
4JavaScript stdlib. At the same time, there was recently an interesting conversation on Twitter about how some of React's
5functionality can be easily implemented in modern vanilla JS. The code that came out of that was elegant and impressive,
-
Node concurrency
Node concurrency 1/*
2Node itself is single-threaded. There is some concurrency stuff that comes from calling out to
3C libraries and I/O, but it can be ignored unless you’re performance-tuning: in general, think of
4your entire application as executing on one single thread.
5 -
cross-email-validator
cross-email-validator PublicForked 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.
-
fun-promises
fun-promises PublicA library for making Promises more friendly and fun(ctional).
TypeScript 1
-
randombytes-pure
randombytes-pure PublicForked from mvayngrib/react-native-randombytes
An npm module for generating random bytes without relying on any native libraries.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.