DEV Community

Cover image for What was your win this week?
Gracie Gregory (she/her) for The DEV Team

Posted on

What was your win this week?

Happy Friday!

Looking back on your week — what was something you're proud of?

All wins count — big or small 🎉

Examples of 'wins' include:

  • Starting a new project
  • Fixing a tricky bug
  • Cleaning your desk... or whatever else might spark joy 😊

Have a great weekend!

Toast!

Latest comments (38)

Collapse
 
estruyf profile image
Elio Struyf
  • Got a new idea for an online store
  • Started building the online store with Next.js
  • Learned Next.js
  • Almost ready to launch the website
Collapse
 
joachimzeelmaekers profile image
Joachim Zeelmaekers • Edited

Reached more than 10 000 views on my blogposts during my first month of writing. 🙏

Collapse
 
nishants profile image
Nishant Singh

I had a senior person in my team drifting apart. I tried to talk to him, turned out he felt as if he was not contributing enough. After a few kind words and assurances, he completely flipped. He is more proactive and productive now.

Collapse
 
nop33 profile image
nop33.eth • Edited

Started reading Testing Vue.js Applications by Edd Yerburgh and wrote my first tests in a Vue.js side-project of mine :)

Collapse
 
jlohani profile image
Jayant Lohani

Received the call letter (I've been waiting for months, thanks to covid) for my first job. Joining January 2021. Super excited.

Collapse
 
fennecdjay profile image
Jérémie Astor

I was interviewed by DEV's founders 🍾
Improved my language by adding closures where required and cleaning the AST.

Also keeping an happy mindstate while in lockdown.

Good weekend everybody!

Collapse
 
isarisariver profile image
Marian

Started a new side project and got the MVP live today cow-pilot.io ❤️

Collapse
 
warengonzaga profile image
Waren Gonzaga

Release of my latest open source project called fork-corner! Hope you like it!

Collapse
 
siruswrites profile image
Darshan Rander

Wrote my first article and uploaded a video on YouTube

Collapse
 
justan0therdev profile image
Ruan Montelo

Fixed a bug in my Redis database clone where a key-value pair was not deleted (freed even when calling methods that should do so) when a delete command was issued. I'm not an expert in C so that was a win!