Converts .cpuprofile format to trace viewer JSON object format to allow analysing the data in chrome://tracing.
Repositories
mcollina repositories
hands-on javascript training
Check TypeScript type definitions
Test Planner for node:test
Perform the Student's t hypothesis test
A JavaScript class that combines the features of both an Array and a Map, with built-in support for Time-To-Live (TTL) expiration of items. Each item can have an optional TTL after which it is automatically removed from the collection, and an optional callback can be triggered on expiration.
Guidelines for the Node.js Twitter and automation through PRs to tweet.
Twitter Bootstrap for Rails 3.1 Asset Pipeline (Updated to Bootstrap 2)
Infer the content-type of a request.
An example on how to set up Fastify routes with full type safety
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
Get a free udp port, for node
An HTTP/1.1 client, written from scratch for Node.js
Reproduction for undici 7 fetch with undici 8 global dispatcher
An Undici Dispatcher that implements RFC 7234 (HTTP caching)
Elect a leader using unix sockets, for node