DEV Community

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

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
  • Cleaning your house...or whatever else that may spark joy 😄

pokemon-relaxing

Happy Friday!

Latest comments (53)

Collapse
 
v6 profile image
🦄N B🛡 • Edited

// , Didn't swear at anyone I like. I think.

Collapse
 
crimsonmed profile image
Médéric Burlet
Collapse
 
ryry_02 profile image
Ryan (he/him)

I got offered a job as a Data Scientist (which is something I've been trying to get into for a while) and it sounds like they're going to train me up! 🙌🙌🙌

Collapse
 
pachicodes profile image
Pachi 🥑

I sent my 2 weeks notice on my hopefully last non-dev job.

Collapse
 
nic0demus profile image
Ni-c0de-mus

My win this week was letting my brain/mind have a rest ;o) it seem to be what is going on at the moment as things get a bit crazy ;o)

Collapse
 
kamranayub profile image
Kamran Ayub

My win this week... Well, I submitted an open source contribution to rollup.js and I wasn't familiar with the codebase. But they accepted my bugfix and it unblocked me at work! So that felt good!

Collapse
 
fennecdjay profile image
Jérémie Astor

I worked a lot on Gwion !
I removed cryptic symbols (eg: no more #(0,0) but Complex(0,0) instead),
added some kind of constructors for these kind of structures (Unpack() for instance rebuilds the ast of its arguments).
I add a problem with vararg.start end vararg.end, but now varargs can be copied and there is a statement for its loop:

fun void test(...) {
  varloop vararg {

  }
}

And much more...

I'm currently implementing structs users side:

#! this is a comment
#! let's define a struct
struct S {
  int i;
  float f;
 #!  ...
}

such structs are like object (they can also have static variables and all kinds of functions) except they are stocked as is, whereas an object stores then in a data field.

Collapse
 
aneeqakhan profile image
Aneeqa Khan

I wrote and shared 2 blogs here, one of the blog is for #shecoded and I got 50 new followers and 200+ views on my latest blog post 😍 😍

Here is my latest blog

Collapse
 
voralagas profile image
Pravin Poudel
Collapse
 
jcs224 profile image
Joe Sweeney

Got a side project across the finish line!

dev.to/jcs224/introducing-podrain-...