Pinned Repositories
awsgo
awsgo makes AWS user guide, cli reference, console and pricing's links avilable to open from your command line.
filterAsync
The filterAsync() creates a new array with all elements that pass the test implemented by the provided function asynchronously which means no thread blocking until everything is filtered. Helps you with filtering bigarrays
puppeteer
Headless Chrome Node.js API
shuffleAsync
Shuffles an array of elements asynchronously using The modern version of the Fisher–Yates shuffle. which means no thread blocking until entire array is shuffled. Helps you with bigarrays.
d73b04b0e696b0945283defa3eee4538's Repositories
d73b04b0e696b0945283defa3eee4538/shuffleAsync
Shuffles an array of elements asynchronously using The modern version of the Fisher–Yates shuffle. which means no thread blocking until entire array is shuffled. Helps you with bigarrays.
d73b04b0e696b0945283defa3eee4538/awsgo
awsgo makes AWS user guide, cli reference, console and pricing's links avilable to open from your command line.
d73b04b0e696b0945283defa3eee4538/filterAsync
The filterAsync() creates a new array with all elements that pass the test implemented by the provided function asynchronously which means no thread blocking until everything is filtered. Helps you with filtering bigarrays
d73b04b0e696b0945283defa3eee4538/puppeteer
Headless Chrome Node.js API