Hi there!
Nowadays one of the main skills of a developer is to find right library/package/tool. Otherwise, months or even years of work can be wasted.
Of course, there are some most obvious ways to find popular/trending stuff:
- Google (searching subjects you are interested in)
- Github (trending, observing what your followees like)
- Twitter (you should subscribe to industry activists)
However that's well known things. But there have to be other approaches. For instance, there is cool Chrome extension I found few months ago:
But maybe there is more?
How do you find the right tools for your work?
Top comments (7)
Thanks for your opinion! However I'd argue with that. I write libraries myself, and still my need for searching good underlying libs is higher than ever. Also, I see guys who write very popular libraries still use a lot of dependencies sometimes, and that's sometimes inevitable, especially for relatively high-level packages.
But I see, that you are a C guy. So you might like to write zero-dependency libs, which is respectable, but not the only case :-)
Thank you for sharing your experience, I love to hear that there are experienced developers that do what I do sometimes as well.
BTW the really interesting question is (why I made OP actually): when you start writing new lib, don't you search for already existing ones, so that you would not invent a wheel?
Agree. OS-size-like Docker containers are convenient for CI & deploy though. But that's a matter of preference/available resources/etc.
P.S. That languages list is impressive, to say the least!