DEV Community

Michael Di Prisco
Michael Di Prisco

Posted on

1

My Journey In The Open Source World - Contributing to other libraries #2

Follow me on Github!

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)

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series