DEV Community

Cover image for My 2019 in DEV - Check your stats!
Mauro Garcia
Mauro Garcia

Posted on • Updated on • Originally published at maurogarcia.dev

My 2019 in DEV - Check your stats!

So today @paulasantamaria 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 12 articles, received a total of 78 comments and 719 reactions. My top article was "4 Reasons why being humble will help you become a better developer"

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!

btw, We use my Sapper + Svelte + tailwindcss boilerplate as a kickstarter for this project.

Let me know what you think in the comments below!

Also, use the #MYYEARINDEV on twitter to share your stats

Top comments (15)

Collapse
 
link2twenty profile image
Andrew Bone

I think there might be an issue with how you're centering the content. On mobile I can't scroll higher than the 'YOU WROTE' card. I've not had a chance to look at the code but I'm guessing position absolute might be involved.

Collapse
 
mauro_codes profile image
Mauro Garcia

Thanks for reporting this issue Andrew! I'll fix it in a few minutes. The problem was that the container has a height: 100vh; instead of min-height: 100vh; 😄

Collapse
 
mauro_codes profile image
Mauro Garcia

Fixed 😄

Collapse
 
yechielk profile image
Yechiel Kalmenson

Cool stuff!

Collapse
 
link2twenty profile image
Andrew Bone

That's super cool! @ben have you seen this? 😁

Collapse
 
waylonwalker profile image
Waylon Walker

Wicked cool 👏

Collapse
 
joeberetta profile image
Joe Beretta

I don't know why, but it cannot find my account. I've tried type it with @ and without it. I think it would be an issue)

Collapse
 
mauro_codes profile image
Mauro Garcia

I just checked this issue, but there is no problem with your user. We're basically searching for articles on 2019 only. Those users without articles on 2019 don't return any results. In your case, you have one article on 2018.

Maybe we should improve the error message though

Collapse
 
joeberetta profile image
Joe Beretta • Edited

Thank you for your reactive answer. If it checks 2019 only, then it's okay. Wanted check how it looks on mobile)
Btw, on desktop it looks nice.

UPD. On mobile looks great too)

Thread Thread
 
mauro_codes profile image
Mauro Garcia

Thanks for your comments Joe! Grad it liked it 😄

Collapse
 
pencillr profile image
Richard Lenkovits

Great stuff!

Collapse
 
codemouse92 profile image
Jason C. McDonald

Very cool! Great work.

Collapse
 
amrutaranade profile image
Amruta Ranade

This is awesome! Thanks for sharing :)

Collapse
 
murkrage profile image
Mike Ekkel

This is awesome!

Collapse
 
binyamin profile image
Binyamin Green

Really awesome work!