As mentioned in my previous post about contributing to other libraries, here are some of my efforts to improve some JavaScript libraries!
mcollina/async-cache-dedupe
Using some TypeScript magic, I was able to provide a good type coverage to the async-cache-dedupe library, known to be used by prisma-redis-middleware, mercurius-cache and lyra-cache among others!
lmammino/jwt-cracker
I brought a single-process jwt-cracker in a multi-process world by spawning forks based on chunks, thou reducing the needed time to crack a jwt-token from 1.5h to 40m (on my machine).
Top comments (0)