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?

Hey there!

Looking back on this past week, what was something you were proud of accomplishing?

All wins count — big or small 🎉

Examples of 'wins' include:

  • Starting a new project
  • Fixing a tricky bug
  • Trying out a new hobby... or whatever else might spark joy ❤️

Have a wonderful weekend!

Resting cat with the words

Latest comments (41)

Collapse
 
stories_of_ren profile image
⚡️Ren⚡️

Got mongodrop and mongorestore to work for a dev environment data seed

Collapse
 
mercatante profile image
Steven Mercatante

I officially launched my multiplayer word game, Chronagrams.

It's built with TypeScript, React Native, and Python.

apps.apple.com/app/1629965747

Collapse
 
drsensor profile image
૮༼⚆︿⚆༽つ

Learn about GPU passthrough when using QEMU/KVM

Collapse
 
adriens profile image
adriens

My team did officially kickoff the arrival of Quarkus to our stack with the release of an opensource & opendata related API see below for more details :

Collapse
 
meatboy profile image
Meat Boy • Edited

I found a girlfriend - best side project I could involved in so far ;) dev.to/meatboy/comment/1ph59 so it took about 1.5 month in total.

Collapse
 
carlarjenkins profile image
Carlarjenkins

Finally receiving my SC-100 Microsoft Cybersecurity Architect Expert congratulatory email and badge 10 days after receiving my beta exam score.

Collapse
 
bobbybates profile image
Bobby Bates • Edited

I learned that Salesforce (something I simply knew existed for ~5 years) is more than just Business™ stuff, there's a whole Salesforce Developer branch/path within. And believe it or not, there's a whole amazing, helpful community tied to it just like web development! Pretty neat. Another direction to stretch some Java and JavaScript skills 🧑‍💻

Collapse
 
lachi001 profile image
Lachi

Sleeping after understanding git

Collapse
 
rooyca profile image
rooyca

I published first version of my PDF Reader (PDFVision):

Image description

Collapse
 
mathiascs profile image
Mathias Riis Sørensen

I was successful in creating a FQL query (FaunaDB), which looked up a document and based on some IDs within the document, I could select those and look up the corresponding document from another collection. Very helpful for what I was trying to do.