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
  • Getting some helpful advice from someone... or whatever else might spark joy ❀️

Have a wonderful weekend

cute little dancing animal-like cartoon with the word "Friyay!" appearing over its head

Oldest comments (32)

Collapse
 
simeg profile image
Simon Egersand 🎈

I finally started working to improve my mental healthy by seeking professional help. Not tech-related but still a big win for me. Let's fight the mental health stigma πŸ‘Š

Collapse
 
jeremyf profile image
Jeremy Friesen

Cheering for you on this journey.

Collapse
 
simeg profile image
Simon Egersand 🎈

πŸ’™πŸ’œπŸ’›

Collapse
 
dhravya profile image
Dhravya

Made beautify.dhravya.dev and also rewrote @poet_this bot on twitter. that's a pretty big deal and it also doubled in followers today!

Also, got a 50$ forem voucher for being the top7 authors of the week (Unfortunately I'll probably give it away because I can't afford the shipping costs)

but overall, i'm so burnt out

Collapse
 
devencourt profile image
Brian Bethencourt

Hey Dhravya! Shipping is free if your subtotal is less than the voucher total! Hope you're able to pick up something you like from the Forem Shop!

Collapse
 
dhravya profile image
Dhravya

Yes, I just realised. I don't exactly know why, but about 5 days ago when I was using the 12$ coupon I had, it asked for an additional 12$ for shipping

However, I'm pretty sure I'll be slapped with customs and what not... my dad warned me against it

Collapse
 
anomic30 profile image
Anom Chakravorty (he/him)

My post dev.to/anomic30/retro-themed-snake... got featured in the Appwrite community πŸ₯³

Collapse
 
m_ahmad profile image
Muhammad Ahmad

I built 10 new Chakra UI components.

Post Link: Free 10 chakraUI components
Website Link: TemplatesKart

Collapse
 
adiatiayu profile image
Ayu Adiati • Edited

I could hold myself not doing any coding learning this whole week and enjoying my family & our vacation instead ❀

Also, I won and got the badge of Deepgram x DEV Hackathon Engagement Challenge (Submission Comment)! πŸŽ‰πŸ˜„

Could I say double wins? 😎

Collapse
 
beetlehope profile image
Nadia Zhuk

I gave an online talk at Codementor Events. It went very well, I had a terrific time and, on top of that, I heard back from some of the participants who enjoyed the event as well.
P.S. I talked about how working as a programmer helped me write a book :)

Collapse
 
diballesteros profile image
Diego (Relatable Code)

Solved a really nasty bug with a combobox not scrolling the selected option. Took some time but the fix was simple.

Also finally created my own custom blog site with Remix. relatablecode.com

Still only the first iteration. Lots of work to be done.

Collapse
 
sneddonisaac profile image
Isaac Sneddon-Jenkins

heya, been keeping an eye on remix but most people have been building larger scale systems with it - what was it like building a personal blog (not trying to downgrade your work but just wanted to know how it feels at a smaller scale) :)))) i’d love to discuss how you felt the process was as i’m super interested in this framework right now

Collapse
 
diballesteros profile image
Diego (Relatable Code)

Sure thing! It was really intuitive. Remix has offers a few pre-built tech stacks so it makes getting starting pretty easy: remix.run/docs/en/v1/pages/stacks I used the indie stack as my baseline and made adjustments along the way.

As for the syntax and API of Remix itself. It felt really good. Colocating the data I'm looking for and the UI with React felt natural and makes it easier to refactor later on. Also felt good to use the MDN docs for a lot of the questions I had as the APIs are based on the normal web platform APIs.

I made a thread on twitter where I went through some of the process: twitter.com/relatablecoder/status/...

But, but if you want to get more into detail feel free to shoot me message.

Collapse
 
ilyaslarhdid profile image
Larhdid ilyas

-visited my parents who live far away.
-got 50% of my project finished. B-)
-joined this website ^^

Collapse
 
matthewbdaly profile image
Matthew Daly

Working on a big feature on a Zend 1 legacy project I maintain, where I've been using Psalm to help clean up the code. This week I got it to pass level 5! Now on to level 4...

Collapse
 
jeremyf profile image
Jeremy Friesen

I just shipped some tweeks to how we build the feed query and queued up our next iteration for the feed.

I also paired with a community member and we worked through a few different things. I love seeing how other folks think and learn.

Collapse
 
prudence97 profile image
Prudence97

I think I'm getting a hang of React JS.
I also started a project I left in Mid-March.
I got over 200 views on my Dev.to post. It's pretty big for me because I had doubt before publishing it.πŸ˜ŠπŸ˜ŠπŸ™ƒ Happy Weekend.
Cheers to more wins.

Collapse
 
leadevelop profile image
Lea

Shipped my code, was caught by surprise request, dived into it and finished rather quickly while I've not done Kotlin before nor knew how things ran on the project on code side. Prior programming knowledge seems to be working that's why feeling super happy about that. Also my little contribution will make people's life less painful including mine by using the tool :D

Collapse
 
improgramer profile image
imPROgramer • Edited

Got a payment from my first side hustle of 5 cent .. it’s awesome 😎

Collapse
 
codewithfan profile image
Stefan
  • Able to finish a 9-hour super review in 20 hours πŸ˜„!
  • Published a blog after a 3 month hiatus
Collapse
 
maybe_thiswilldo profile image
Maybe_ThisWillDO • Edited

I've learned how to write css properly through mistakes and thinking of better ways to improve. I have been excessively using classes, instead used more meaningful html elements and structured html better. It will also help when making websites responsive.