DEV Community

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

Posted on

What was your win LAST week?

Hey folks!

Quick confession: I FORGOT TO ASK ABOUT WEEKLY WINS LAST FRIDAY 😱

box of shame

Sorry about that! Let's get to it β€” just a few days late πŸ˜†

Looking back on last 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 form of exercise... or whatever else might spark joy ❀️

Thanks for bearing with me. Can't wait to read about your wins from last week!

Excited baby

I'll be back at the end of the week (promise) with the normal Friday wins thread. πŸ‘‹

Top comments (15)

Collapse
 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard

I reached 1k stars on my open-source project for Gradle users

GitHub logo jmfayard / refreshVersions

Life is too short to google for dependencies and versions

What is refreshVersions? jmfayard.github.io/refreshVersions

refreshVersions helps Gradle users with the tedious manual work usually involved in adding and updating dependencies and their versions.

Usage

Setup

// settings.gradle(.kts)
plugins {
    // See https://jmfayard.github.io/refreshVersions
    id("de.fayard.refreshVersions") version "0.20.0"
}

refreshVersions { // Optional: configure the plugin
    // ...
}
Enter fullscreen mode Exit fullscreen mode

Migrate project:

./gradlew refreshVersionsMigrate

Find available updates in versions.properties:

./gradlew refreshVersions

Cleanup versions availability comments:

./gradlew refreshVersionsCleanup

Documentation is at jmfayard.github.io/refreshVersions




And yersterday we did a big release github.com/jmfayard/refreshVersion...

Collapse
 
fezi32 profile image
Felix Jordan • Edited

Iβ€˜ve published my first post and started writing posts at all. It makes a lot of fun. 😊

Collapse
 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard

Welcome!

Collapse
 
graciegregory profile image
Gracie Gregory (she/her)

Welcome and congrats!

Collapse
 
dendihandian profile image
Dendi Handian

100K total post views on dev.to πŸ‘€

Collapse
 
aneeqakhan profile image
Aneeqa Khan

I got top 7 badge on my recent blog πŸŽ‰πŸŽŠ

Collapse
 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard

Congratulations, I remember being super happy when I got that one.

Collapse
 
jyotishman profile image
Jyotishman Saikia

wrote an article on dev.to which went viral.
Some users agreed to my points , some were willing to throw eggs and tomatoes at me.

dev.to/jyotishman/10-useless-npm-p...

Collapse
 
offlineprogrammer profile image
Offline Programmer

I published the 11th post of my Flutter\Dart tips series
series

Collapse
 
yechielk profile image
Yechiel Kalmenson

Well, it's a good thing you asked today, because RubyConf just released their schedule and I can now announce that my talk was accepted!

It's called My Algorithm Ate My Homework and it's a talmudic look at the responsibility we have when an algorithm we created misbehaves!

If you plan on attending RubyConf I highly recommend it (though I may be biased πŸ˜‚)

Collapse
 
graciegregory profile image
Gracie Gregory (she/her)

HUGE congrats!!!

Collapse
 
varaprasad_gudi profile image
Gudi Varaprasad

Built my personal portfolio/ my project hub that lists out all my projects at a place !
Would like to share it and know what you think !

Click Here to enter my world !

Collapse
 
siddharthshyniben profile image
Siddharth

The Onam festival started here in Kerala - was a lot of fun!

Secondly, I have a prototype of a web framework! It's a complete WIP, I don't even think it will come out.

Collapse
 
graciegregory profile image
Gracie Gregory (she/her)

I didn't know much about this festival, but your comment prompted me to look into it a bit. What a beautiful tradition! I hope you and your loved ones had a good celebration 😊

Collapse
 
vonheikemen profile image
Heiker

My blog now can be build with the latest version of zola (static site generator). Lots trial and error because the documentation is not updated yet, but I made it work.