DEV Community

Cover image for What was your win this week??
Jess Lee Subscriber for The DEV Team

Posted on

What was your win this week??

👋👋👋👋

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

All wins count -- big or small 🎉

Examples of 'wins' include:

  • Getting a promotion!
  • Starting a new project
  • Fixing a tricky bug
  • Eating your favorite snack

relationchips

Happy Friday!

Top comments (64)

Collapse
 
integerman profile image
Matt Eland

I put out a new post on MCP and A2A, renewed my Azure Data Scientist associate certification, wrote a chapter for my next technical book, and got a nice prototype together for the next chapter's code.

Collapse
 
jess profile image
Jess Lee

LOTS of wins!

Collapse
 
neurabot profile image
Neurabot • Edited

Please, why my reading list on profile doesn't appear ?

It may help me a lot. I need it a lot. I see another content when clicking on link.

Thread Thread
 
an_c profile image
an

yo i see it bro

Collapse
 
j3rryh0well profile image
Jerry Howell

Big CSS refactor down. Looking better everyday!

Collapse
 
ben profile image
Ben Halpern

Quietly started using core.forem.com as a dedicated space for questions/announcements/etc related to the open source project behind Forem.

I say quietly because we're still not at a great place to entirely tend to feature requests in great volume, but inching in that direction for renewed elevation of the open source project. 🙂

Collapse
 
lovit_js profile image
Lovit

Congratulations!

Collapse
 
anitaolsen profile image
Anita Olsen • Edited

📰 I published a new post on DEV! ✨

 

💻 I have been working on fixing an AI system in Please adopt me. # AI needs repair on Steam! ✨

The object of the game which is to repair the AI system

For unknown reasons, the AI system have to function through a separate CUI console system. With AI, operate the system and check the depth of the system.

 

Tutorial phase 3 complete

I completed tutorial phase 1, 2 and 3!

 

💻 I completed all the string exercises on W3Schools! ✨ 

Python Strings Exercise  

Collapse
 
ben profile image
Ben Halpern

Great post, please keep it up with these sorts of discussion starters!

Collapse
 
anitaolsen profile image
Anita Olsen

Thank you, I will! 😃

Collapse
 
javanteb23 profile image
Saint Thomas Brown ♟

whoa this is so cool

Collapse
 
anitaolsen profile image
Anita Olsen

Thank you so much! 😊

Collapse
 
anthonymax profile image
Anthony Max

I drank some delicious coffee

Collapse
 
jess profile image
Jess Lee

heck yeah

Collapse
 
ykosyakov profile image
Yury Kosyakov

Finally launched a small website I had postponed for long time willaireplace.xyz/

Collapse
 
jess profile image
Jess Lee

Fun!! I'm surprised Tax Preparer is so low when general 'accounting' is so high.

Collapse
 
ykosyakov profile image
Yury Kosyakov

Yep, it might be confusing, I wanted not just show a replacement but rather augmentation and helping tools in this case, eventually made it confusing, will fix!

Collapse
 
wsoltani profile image
Wassim Soltani

Clever use of the xyz domain!

Collapse
 
ykosyakov profile image
Yury Kosyakov

thanks!

Collapse
 
dva3121 profile image
dva3121

Good information about AI user can find which AI replace our job 🤯 that good 👍 and best website for learning something.

Collapse
 
iampraveen profile image
Praveen Rajamani

I published a new post on DEV!

What is your personal checklist for shipping clean, tested code?

Collapse
 
razielrodrigues profile image
Raziel Rodrigues
Collapse
 
kpendic profile image
Kresimir Pendic

I've finaly compiled script to cat both google ASN and facebook ASN - or ip ranges to a file - so I can easily whiteliste it for my nginx server

# Temporary files
TMP_GOOGLE=$(mktemp)
TMP_FACEBOOK=$(mktemp)

echo "Fetching Google IP ranges..."
curl -s https://www.gstatic.com/ipranges/goog.txt | grep -Eo '^[0-9a-fA-F.:/]+$' > "$TMP_GOOGLE"

echo "Fetching Facebook IP ranges from RADB (AS32934)..."
whois -h whois.radb.net -- '-i origin AS32934' | grep -E '^(route|route6):' | awk '{print $2}' > "$TMP_FACEBOOK"
Enter fullscreen mode Exit fullscreen mode
Collapse
 
kamalpreet_kaur_cb7c84299 profile image
kamalpreet KAUR

Wins -
Back from the vacations :)
Started again writing on Medium
Medium Followers - RiseUp
Started a new program Microsoft AI

Collapse
 
javanteb23 profile image
Saint Thomas Brown ♟

Wow that's definitely some big wins!! 😆

Collapse
 
georgekobaidze profile image
Giorgi Kobaidze

Yesterday I wasn't in a mood for creating a new article, but still made it. Started at 10:00 PM and finished at 3:30 AM.

I'm sleep-deprived but totally worth it!

dev.to/georgekobaidze/kickstarting...

Some comments may only be visible to logged-in visitors. Sign in to view all comments.