DEV Community

Cover image for Your year in DEV - Check your stats!
Paula Santamaría
Paula Santamaría

Posted on

Your year in DEV - Check your stats!

So today @maurogarcia_19 and I spent the whole afternoon creating a web tool to allow everyone on DEV to see their blog stats of 2019!

Here's how my year in DEV.to looks like:

A screenshot of the site with my blog's stats: I wrote 16 articles, received a total of 307 comments and 2871 reactions. My top article was "6 ways minimalism can help you write clean code"

Curious about your stats? Try it out yourself!

👉 My year in DEV

Check out the GitHub repo:

GitHub logo uppernauts / year-in-dev

A web tool tool that displays a summary of your DEV.to blog's stats!

This project was a fun excuse for me to learn about Svelte and Sapper.

Let me know what you think!

Also, I thought it'd be cool if we could use #MyYearInDev to share our stats on this platform or twitter, in case you want to participate!

Latest comments (56)

Collapse
 
moopet profile image
Ben Sinclair

Only just stumbled across this in Q3 2020. Looks very nice!

Collapse
 
rakshakannu profile image
Raksha Kannusami

when I try to use it, it shows "The user does not exist or they haven't written articles yet". Do help me out!

Collapse
 
paulasantamaria profile image
Paula Santamaría

Hi there! Sorry for the late response.
This issue was probably caused by a filter we used to have to only consider the articles written in 2019 to calculate the stats.
A few days ago we released a new version that allows you to see your stats for 2020.
Hope this helps!

Collapse
 
rakshakannu profile image
Raksha Kannusami

Thank you! :)

Collapse
 
maxdevjs profile image
maxdevjs

Awesome project, thank you for taking the time to implement and share it :)

P.S.: for some users, it returns The user does not exist or they haven't written articles yet, even if the user exists and there are published articles

Collapse
 
attkinsonjakob profile image
Jakob Attkinson

Amazing work. If you plan to continue developing it, you can get inspired from Spotify's "year in review" feature.

Collapse
 
paulasantamaria profile image
Paula Santamaría

That's where we got the inspiration from in the first place, we just had to adapt it to use the public info provided by the DEV.to API.

Thank you, Jakob! :)

If you have any suggestions please feel free to write a comment here or an issue / PR on GitHub.

Collapse
 
attkinsonjakob profile image
Jakob Attkinson

Here are a bunch of random ideas (I didn't filter or analyze them. I raw material XD)

  • most popular post & comment
  • most shared post (Twitter, fb, etc. I think there used to be a way of tracking this)
  • most popular person I follow
  • most influential person that follows me
  • total count of comments and total reaction my comments received
  • my most noteworthy follower (the one that reacted / commented the most to my articles / posts)
  • AVG posts / comments per month / year
  • stats comparison between years
  • some stats related to tags (e.g.tags I commented the most on)
  • time spent reading (not sure this is available. Each article has an estimated necessary time. If DEV tracks all articles I read, then a sum of them. Otherwise, the sum of all articles I commented on)
  • count posts I loved
  • count posts I unicorned

Hope at least some of the suggestions will inspire you :)

Thread Thread
 
paulasantamaria profile image
Paula Santamaría

All great ideas! We'll have to check if some of the required info is available through the API, though.

Collapse
 
ashraful profile image
Mohamad Ashraful Islam

It's awesome. I loved it.

Collapse
 
jess profile image
Jess Lee

Ah, this is awesome @paulasantamaria @maurogarcia_19 !

Collapse
 
paulasantamaria profile image
Paula Santamaría • Edited

Glad you like it! 😊

Collapse
 
mauro_codes profile image
Mauro Garcia

Thanks Jess! Did you check your stats? year-in-dev.cephhi.com/stats/jess

Collapse
 
niweera profile image
Nipuna Weerasekara

Awesome!

Collapse
 
amorpheuz profile image
Yash Dave

Awesome tool! Loved to see those statistics, here are mine:
Amorpheuz's stats

Collapse
 
healeycodes profile image
Andrew Healey
Collapse
 
paulasantamaria profile image
Paula Santamaría

Thank you, Andrew :)

Collapse
 
vorahsa profile image
Jaakko Kangasharju

I should combine these tags into a single post. Anyone interested in cute architecture?

Collapse
 
paulasantamaria profile image
Paula Santamaría

😂😂😂 Please do, I'd love to learn about cute architecture!

Collapse
 
diogenespolanco profile image
Diógenes Polanco

very good idea but I'm sorry to inform you that I found a mistake, apparently it is Case sensitive and I understand that it shouldn't because a username is unique right?

Collapse
 
paulasantamaria profile image
Paula Santamaría

Thank you, Diogenes. Someone sent a PR to the Github repo today that fixes this issue and we just merged it. Should be fixed now 😊

Collapse
 
thompcd profile image
Corey Thompson

Very cool Paula! Feel free to join us in the Svelte Discord and show it off in the #showcase channel!

Collapse
 
katnel20 profile image
Katie Nelson

Once I figured out not to use the @ and make sure the rest was in lowercase, it came up for me! Now I need to write more posts. 😄

Collapse
 
paulasantamaria profile image
Paula Santamaría

Nice! There's a pull request already for the lower case issue, and I'll make sure to include a solution to the @ thing too.

Thank you, Katie!

Collapse
 
lukegarrigan profile image
Luke Garrigan

You’re so consistent Paula, brilliant once again!

Collapse
 
paulasantamaria profile image
Paula Santamaría

Thanks, Luke! 😊

Collapse
 
realabbas profile image
Ali Abbas

Nice web tool. Thanks for developing it. Loved it

realabbas-dev-year-2019

Collapse
 
paulasantamaria profile image
Paula Santamaría

Glad you liked it!