Nothing here yet.
Nothing here yet.
Hey Rutik Wankhade , This is a great project, thanks a lot for the effort! Just FYI, github actually offers an endpoint to get the popular repositories. Even though it is not listed in their API documentation, you could mix the queries and get the expected result. I have came up with something like this: https://api.github.com/search/repositories?q=stars:>1+language:${desired_language}&sort=stars&order=desc&type=Repositories Hope it helps!
Hey Bhargav Ponnapalli , I simply enjoyed reading your article that is written in the best way possible! I have played with my GitHub readme file and was not decided about which content would get there. This article already gives you an idea along with an explanation of the process. Thanks again for the effort :)
Hey Yury , Thanks a lot for taking the time to reply! I find it hard to understand how you think the code is not reusable since I literally re-used it there. As you have mentioned, my solution would cause more computation but I would argue if it is unnecessary. Even though your approach is completely valid, once you need to have more access to the SVG properties, it is not satisfying at all. So it is completely developers responsibility to decide on which way to follow, depending on how they are going to use SVG files in their project. But once again thanks for taking the time and coming up with another approach, I really appreciate it :)