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!

Sorry for leaving out the weekly wins thread again last week! 😱

To be clear, this is not a purposeful new pattern, just a mishap.

But hey, it's never too late to celebrate your wins. Let's talk about what you're proud of from LAST week.

All wins count — big or small 🎉

Examples of 'wins' include:

  • Starting a new project
  • Fixing a tricky bug
  • Planting something new in your garden... or whatever else might spark joy ❤️

I'm looking forward to reading what you accomplished last week 🎉

Britney Spears Oops I Did It Again video clip

Oldest comments (32)

Collapse
 
michaeltharrington profile image
Michael Tharrington

My big win over the weekend was breaking ground on a piece of property that we've owned for about a year. We plan to build a house there and just took down some of the tress + put in the driveway. It's officially happening!! 🏠

Collapse
 
gass profile image
Gass

super cool, congrats

Collapse
 
michaeltharrington profile image
Michael Tharrington

Thank ya a bunch! 🙌

Collapse
 
j4ng5y profile image
Jordan Gregory

A few deployments to prod that I would have guessed wouldn't have made it :D

Collapse
 
cereal84 profile image
Alessandro Pischedda

Based on my service Breves.

  • interests about it in a Linkedin post (italian one)
  • nice feedbacks from IndieHackers
  • 10 new users :)
Collapse
 
gass profile image
Gass • Edited

Deployed my new site and started an interview process 🤓

Collapse
 
shreyazz profile image
Shreyas Pahune

Received an offer for an internship which offeres ~four times the stipend from my current one.

Collapse
 
jarethtan profile image
Jareth Tan • Edited

Starting a new project and started my online lecture about Git! (Though I am not sure if that equals to a win 😂 ).

Collapse
 
damanita profile image
damanita

I created a new design in Figma for my project. I have added a few new features, which I hope will enrich my project and it will be more interesting and enjoyable.

Collapse
 
pengeszikra profile image
Peter Vivo

I started learning nextjs. But I don't found likable cloud provider for date store. But keep the searching ...

Collapse
 
atulcodex profile image
🚩 Atul Prajapati 🇮🇳

hello peter, something similar is happend with me also when i have started to learn react js in 2017 when it very fresh in our community. lot's of code guru recommending it learn, blindly. According to that experience i will say, New technologies comes with few limitations and after understanding that limitation creaters invent solutions or alternative for that limitation.

I know you can also find that solution too, All the best.

peace

Collapse
 
drsensor profile image
૮༼⚆︿⚆༽つ • Edited

Just found V8 bug 🐛

class Var1 {
  get() { }
}

class Var2 {
  ["get"]() { }
}

const
  var1 = new Var1,
  var2 = new Var2

const as = { group: "v8" }
Deno.bench("var1.get.bind()", as, () => { var1.get.bind() })
Deno.bench("var2.get.bind()", as, () => { var2.get.bind() })
Enter fullscreen mode Exit fullscreen mode
benchmark            time (avg)             (min … max)       p75       p99      p995
------------------------------------------------------- -----------------------------
var1.get.bind()    6.02 ns/iter    (5.23 ns … 32.95 ns)   6.09 ns  10.24 ns   11.3 ns
var2.get.bind()  671.68 ns/iter (645.99 ns … 757.92 ns) 674.67 ns 757.92 ns 757.92 ns

summary
  var1.get.bind()
   111.59x faster than var2.get.bind()
Enter fullscreen mode Exit fullscreen mode
Collapse
 
dillionmegida profile image
Dillion Megida

I crossed 1k followers on my Tech IG account @deeecode

I've created the account since January, so it was nice finally getting here :)