DEV Community

Cover image for What was your win this week?
Jess Lee 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
  • Finally finding the remote control after days of searching 📺

homer praying to find remote control

Happy Friday!

Top comments (15)

Collapse
 
ravixalgorithm profile image
Mr. Algorithm

This week was one of the most thrilling for me,

  • started my open-source contribution journey
  • I completed the Python basics
  • participated in Wix Studio #devchallenge

Loving this community ♥

Collapse
 
jess profile image
Jess Lee

Nice!

Collapse
 
dansilcox profile image
Dan Silcox

Ran a 5k yesterday without dying :D

Also finally deployed a big DB migration I've been working on for months!!

Collapse
 
jess profile image
Jess Lee

👏 👏 👏

Collapse
 
ravixalgorithm profile image
Mr. Algorithm

impressive

Collapse
 
stacy_cash profile image
Stacy Cashmore

Finally modded my keyboard to improve the sound, and even managed to both write a blog about it (and feel good enough to hit publish!)

And... After nearly 18 months of sick leave, I was well enough to brainstorm with a colleague that I have really missed working with 😍

Collapse
 
adriens profile image
adriens

I built a full locally & open source AI based semantic router, sorting topics within less than 10ms, on Kaggle :

Collapse
 
ppaanngggg profile image
ppaanngggg

I added a blog for my webapp

Collapse
 
rhizene profile image
rhizene
  • wasnt much but I finally posted something!
  • hundreds followed after that post.. please do not have pitchforks, feedbacks are appreciated though
  • felt content with current portfolio status, will take a breather
Collapse
 
jofisaes profile image
João Esperancinha

I completed a video series about using Insomnia and Inso in an open-source way. That was a lot of work totaling 70 one-minute short YouTube videos with the source code and instructions on how to the project that it implements.

Collapse
 
litlyx profile image
Antonio | CEO at Litlyx.com

This week was cool but can be better:

  • I Had two new introduction to VC's in Italy, pretty raugh time. Fundraising is hard.
  • We are getting near 200 Stars on Github -- Please help ❤️
  • Trying to figure out better SEO optimizations
  • Working on a new Documentation explaining our product
  • Working on new Design for my App

That's it! We will see in the next weekly post.
Love from Italy.

Collapse
 
smit24 profile image
Smit Shah • Edited
  1. Read a novel "The midnight library"
    here's the quote that I liked

    It's not what you look at that matters, it's what you see - Thoreau

  2. started cleaning up the inbox of one of my Gmail accounts.

    • I looked at the number 27k, it stressed me out. I'm down to 7k now. and aiming to clean up further by next few weeks.
  3. installed the brave browser to fight the YouTube addiction.

  4. spend some time on online courses.

  5. fixed couple of bugs on one of my personal project.

things I learnt this week (bash on it!):

  • database
    • column orders matters when creating indexing.
    • create a view if joins are being used a lot to improve the performance.
  • dotnet core
    • use user secrets with combination of env variable and digital lockers to secure connection string.
    • take extreme care of nullable and use null-forgiving (= null!) only when you're sure the value ought to be initialized later. (and there are other checks in place, like database constraints)
    • use query tags, parameter and PII loggings on local/dev for debugging.
    • use AsNoChangeTracking() for queries that are not going to be modified.
    • use non-blocking fetch for collecting data in a asynchronous stream when downloading big chunk of data.
Collapse
 
ducksauce88 profile image
ducksauce88

Made my first blog post on here and completed a website for a client!

Collapse
 
heyeasley profile image
heyeasley 🍓🥭

Started fixing and learning some tricky bugs on Javascript.

Collapse
 
mrlinxed profile image
Mr. Linxed

Scheduled a nice 5 part series about making a small game using PixiJS to be posted soon here on dev.to :D