novemberborn
Engineering leader with a strong technical background, who values team collaboration and supporting individual growth.
token.comThe Netherlands
Pinned Repositories
ava
Node.js test runner that lets you develop with confidence 🚀
concordance
Compare, format, diff and serialize any JavaScript value
babel-plugin-import-glob
Babel plugin to enable importing modules using a glob pattern
copenhagen
Experimental infrastructure for creating Istanbul-compatible code coverage
ignore-by-default
A list of directories you should ignore by default
ksuid
Node.js implementation of K-Sortable Globally Unique IDs
never
A function that throws when called, use with nullish coalescing to elide unexpected nullish values
package-hash
Generates a hash for an installed npm package, useful for salting caches
novemberborn's Repositories
novemberborn/ksuid
Node.js implementation of K-Sortable Globally Unique IDs
novemberborn/babel-plugin-import-glob
Babel plugin to enable importing modules using a glob pattern
novemberborn/ignore-by-default
A list of directories you should ignore by default
novemberborn/package-hash
Generates a hash for an installed npm package, useful for salting caches
novemberborn/hullabaloo-config-manager
Manages complex Babel config chains, avoiding duplicated work and enabling effective caching
novemberborn/common-path-prefix
Computes the longest prefix string that is common to each path, excluding the base component
novemberborn/never
A function that throws when called, use with nullish coalescing to elide unexpected nullish values
novemberborn/identifierfy
Rewrites an identifier string so its valid according to ES2015
novemberborn/awesome-github-templates
:octocat: Curated list of GitHub Issues and Pull Requests templates
novemberborn/base-convert-int-array
Converts arrays of integers from one base to another. Uses an O(N²) algorithm.
novemberborn/cityjsconf-value-comparisons
"Value Comparisons: How Do I Even?" @ City of London JavaScript Conference
novemberborn/eslint-plugin-as-i-preach
ESLint to @novemberborn’s taste
novemberborn/release-zalgo
Helps you write code with promise-like chains that can run both synchronously and asynchronously.
novemberborn/x690
Low-level decoder for X.690 Distinguished Encoding Rules (DER)
novemberborn/__ava-esm
novemberborn/__esm-402
https://github.com/standard-things/esm/issues/402
novemberborn/ci-info
Get details about the current Continuous Integration environment
novemberborn/cockatiel
A resilience and transient-fault-handling library that allows developers to express policies such as Backoff, Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. Inspired by .NET Polly.
novemberborn/csp-by-api
Significantly cuts down on CSP policy management by specifying common APIs by name.
novemberborn/eslint-plugin-node-globals
Alternative ESLint environment for use with Node.js, without deprecated globals
novemberborn/esm
Tomorrow's ECMAScript modules today!
novemberborn/function-name-support
Feature detection for function names.
novemberborn/got
🌐 Human-friendly and powerful HTTP request library for Node.js
novemberborn/knex
A query builder for PostgreSQL, MySQL and SQLite3, designed to be flexible, portable, and fun to use.
novemberborn/lolex
Fake setTimeout and friends (collectively known as "timers"). Useful in your JavaScript tests. Extracted from Sinon.JS
novemberborn/nodejs-firestore
Node.js client for Google Cloud Firestore: a NoSQL document database built for automatic scaling, high performance, and ease of application development.
novemberborn/novemberborn.net
Behind the scenes of https://novemberborn.net/
novemberborn/opencensus-node
A stats collection and distributed tracing framework
novemberborn/streaming-iterables
A Swiss army knife for async iterables. Designed to replace your streams.
novemberborn/termination-manager
The one true way of terminating services