TLDR: Visit the Tags League page, select the technology and enter your Stackoverflow ID π
At the end of March, Stack Overflow discontinued an important feature for me: the Developer Story. This page allowed me to indicate during interviews my rank among all SO users for a specific technology.
So I decided to create a Tags League system as part of my open-source project stackoverflow-readme-profile which would allow each SO user to know his rank among all users in a specific technology (tags).
Thus it is possible for a user to display his rank in the form of a dynamic image called ranking badge:
In addition to the badges, a more "official page" summarises and explains a user's score with more information. In this way it is possible to simply add the link of the page to the badge in order to redirect a reader who is intrigued by this score:
β‘οΈ You can generate these badges and view your score page from https://stackoverflow-readme-profile.vercel.app/tags-league.
Don't hesitate to post your rank in your favourite technology in comments π
Thanks again for reading. If you are willing to see this project growing don't hesitate to leave a β to the repo and push your ideas of improvement.
Let me also know if you want me to detail more about how the league calculation works in a future article.
johannchopin / stackoverflow-readme-profile
Easily share your Stackoverflow's profile on your README
stackoverflow-readme-profile
Easily share your Stackoverflow's profile on your README.
β‘οΈ Get your profile badge:
π‘ How to use?
Use the online generator for a quicker setup
You can generate your SO profile by calling this url with the corresponding template name and your SO user id:
https://stackoverflow-readme-profile.johannchopin.fr/:template/:id
Use it like that in your README:
[![johannchopin's SO profile](https://stackoverflow-readme-profile.johannchopin.fr/:template/:id)](https://github.com/johannchopin/stackoverflow-readme-profile)
π Templates
profile
Render a profile badge by using the profile
template:
https://stackoverflow-readme-profile.johannchopin.fr/profile/:id
Params (as query strings)
param | default | description |
---|---|---|
theme |
default |
Theme to use. Check them out here! |
website |
true |
Show or not the website URL (true | false ) |
location |
true |
Show or not the location (true | false ) |
profile-small
Render a smaller profile badge without the location and the website
Params (as query strings)
param | default | description |
---|---|---|
theme |
default |
Theme to use. Check them out here! |
Top comments (1)
Really proud to have a nice ranking in my favourite technology javascriptπ