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!

Top comments (56)

Collapse
 
saurabhdaware profile image
Saurabh Daware 🌻 • Edited

haha that is so cool! Thank you for building this Paula :D

It was super fun year for me, here are my stats:

Collapse
 
paulasantamaria profile image
Paula Santamaría

Awesome, glad you liked it! :)

Collapse
 
ziizium profile image
Habdul Hazeez • Edited

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

This shows that purpose driven learning is the best way to learn.

Here is my stat:

ziizium 2019 dev.to blog stat

Collapse
 
paulasantamaria profile image
Paula Santamaría

Indeed! You learn something new and see the results right away.
Thanks, Habdul!

Collapse
 
ziizium profile image
Habdul Hazeez

You are welcome.

Collapse
 
vikaspandey121 profile image
Vikas Kumar

Loved this web tool but it is case sensitive due to which if I type VikasPandey121 or Vikaspandey121 then I will not receive any result. I can see my analysis only if I use vikaspandey121. I would love to resolve this issue.

Collapse
 
paulasantamaria profile image
Paula Santamaría

Nice catch! Someone sent a PR for this issue and we just merged it 👍

Collapse
 
nickytonline profile image
Nick Taylor

Create an issue and open a PR in the repository. 😎

My year in DEV

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

Try it yourself! 👉 My year in DEV

Tools

This web app was build using Svelte with Sapper and Tailwind CSS. If you're interested in trying out this combo, check out this boilerplate mauro-codes/sapper-tailwindcss-boi....

Running the project locally

Install the dependencies, build it and run it.

npm install
npm run build
npm run dev

Official docs




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
 
devhammed profile image
Hammed Oyedele

Cool, my article of the year is when I was showing off how clean my PC desktop is 🥰🥰🥰

year-in-dev.cephhi.com/stats/devha...

Collapse
 
paulasantamaria profile image
Paula Santamaría

Nice, thanks for sharing!
I just bought a new laptop, so my desktop is super clean! ✨✨ (for now 😏)

Collapse
 
devhammed profile image
Hammed Oyedele

😂😂😂 I underlined that for now part!

Collapse
 
highcenburg profile image
Vicente G. Reyes

My article of the year is a joke.

Collapse
 
jess profile image
Jess Lee

Ah, this is awesome @paulasantamaria @maurogarcia_19 !

Collapse
 
mauro_codes profile image
Mauro Garcia

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

Collapse
 
paulasantamaria profile image
Paula Santamaría • Edited

Glad you like it! 😊

Collapse
 
blazephoenix profile image
Tanmay Naik • Edited

Ha.. I'd been working on something similar using Svelte as well! Looks cool!

Collapse
 
paulasantamaria profile image
Paula Santamaría

Thank you! I figure someone would think about doing something similar for this time of the year. We got the idea from Spotify. I wonder if someone did it last year.

Collapse
 
sonicoder profile image
Gábor Soós

Thanks for making this tool. It is good to look back at the year 🚀

My 2019 DEV

Collapse
 
paulasantamaria profile image
Paula Santamaría

Cool! Now I want to learn about the secret power of JSON stringify 😮

Collapse
 
albertomontalesi profile image
AlbertoM • Edited

Cool tool, thanks for sharing. These are my stats since September

stats

Collapse
 
paulasantamaria profile image
Paula Santamaría

Nice stats!

Collapse
 
msamgan profile image
Mohammed Samgan Khan

cool @paulasantamaria , really a good one...

Collapse
 
paulasantamaria profile image
Paula Santamaría

Thank you!

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
 
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
 
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.