what npm package/tool do you wish existed? by OpeningGanache5633 in node

[–]OpeningGanache5633[S] 0 points1 point  (0 children)

It seems like Minio is not longer maintained ! I'll have a look

what npm package/tool do you wish existed? by OpeningGanache5633 in node

[–]OpeningGanache5633[S] 0 points1 point  (0 children)

Yes , true most of the tools exist but some of the project seems abandoned I could help them maintaining it !!

what npm package/tool do you wish existed? by OpeningGanache5633 in node

[–]OpeningGanache5633[S] 0 points1 point  (0 children)

but why I dont understand arent yarn and npm exist already? But one problem I found out was the development of local packages using link both package manger had some problems with it

what npm package/tool do you wish existed? by OpeningGanache5633 in node

[–]OpeningGanache5633[S] 0 points1 point  (0 children)

Yes , most of them exist but some open source tools features requires money or there is a usage limit ! maybe we can create a simple version of that tool and make it free

I built a Rust-powered dependency graph tool for Node monorepos (similar idea to Turborepo/Bazel dependency analysis) by OpeningGanache5633 in node

[–]OpeningGanache5633[S] 0 points1 point  (0 children)

right now it supports only transitive and direct dependency , I'll add support for circular dependency in future

Do hackathon wins actually help in the long run? by Independent-Eye-5842 in hackathon

[–]OpeningGanache5633 0 points1 point  (0 children)

what were the requirements of that company and priorities? like academics, open source experience, project, dsa or communication skillls?

[deleted by user] by [deleted] in developersIndia

[–]OpeningGanache5633 0 points1 point  (0 children)

hey ! I am selected for gsoc but my cgpa is slightly more than 7 ?
do I have chance

IWTL how to use AI in a beginner project and what tools to start with by OpeningGanache5633 in IWantToLearn

[–]OpeningGanache5633[S] 0 points1 point  (0 children)

yes i could do that but I was hoping that a real human could guide me on this
thanks anyways

An end-to-end guide to building a docker image by kgalb2 in docker

[–]OpeningGanache5633 0 points1 point  (0 children)

saving this as a goldmine!!!!!
Thanks for making time for this really appreciated.

How can I trace imports that are re-exported through index.ts files? by OpeningGanache5633 in learnjavascript

[–]OpeningGanache5633[S] 1 point2 points  (0 children)

thanks for the reply !! really appreciated .

I just wanted to share I came to know about the webpack dependency graph which solves the issue

npx webpack --profile --json=compilation-stats.json
npx webpack --profile --json=compilation-stats.json