DEV Community

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

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!

Top comments (53)

Collapse
 
madebygps profile image
Gwyneth Peña-Siguenza

I started my Youtube channel, made a few posts on Dev.to and lost another pound of weight. I'm getting closer and closer to my goal weight and healthier life.

Collapse
 
nic0demus profile image
Ni-c0de-mus

Hi Gwyneth, I just found your Happy Friday and eh I say that to peeps hoping that I haven't bummed them out as they might have to work the weekend. ;o)
I subbed your youtube channel and wanted to say if you include lots of search terms and hashtags like #condenewbie #womenwhocode #100daysofcode etc that will help you with the searches and though I like your header image I think you could do better (what guitar is that on the wall, looks nice but it's hard to tell with so many makes these days), not being critical just a few thoughts. Have fun!

Collapse
 
madebygps profile image
Gwyneth Peña-Siguenza

Thank you for the feedback!

Collapse
 
sarahcodes_dev profile image
Sarah 🦄

Congrats, on a journey to get healthier myself, well done!! 👊

Collapse
 
madebygps profile image
Gwyneth Peña-Siguenza

It's a daily struggle for sure, but well worth it. In it together!

Collapse
 
binyamin profile image
Binyamin Green

Congrats! What's your channel about?

Collapse
 
madebygps profile image
Gwyneth Peña-Siguenza

Thank you! Right now I'm focusing on Azure content. youtube.com/channel/UCbjgKwnWnGG7s...

Thread Thread
 
mouadcherkaoui profile image
Mouad Cherkaoui

awesome, just started the azure durable functions topic :) thanks

Collapse
 
waylonwalker profile image
Waylon Walker

Share your channel name with us, we want to see 👀!

Collapse
 
madebygps profile image
Gwyneth Peña-Siguenza

I don't have a name yet, I think you need 100 subscribers in order to get a custom name and URL, but here is the link youtube.com/channel/UCbjgKwnWnGG7s... thanks for possibly watching :)

Thread Thread
 
waylonwalker profile image
Waylon Walker

Got you one step closer to that 100 mark. Looks like you have some great content there, I will definitely check it out later.

Collapse
 
srimajji profile image
Sri

subbed!

Collapse
 
joeattardi profile image
Joe Attardi
  1. My project Emoji Button passed 400 stars on GitHub!
  2. I made more progress on my book! Hopefully there are folks out there that will find it useful.
Collapse
 
terabytetiger profile image
Tyler V. (he/him)

👀 The emoji picker is awesome!

Collapse
 
joeattardi profile image
Joe Attardi

thanks!

Collapse
 
dansilcox profile image
Dan Silcox

Nice! 😺👍

Collapse
 
roelofjanelsinga profile image
Roelof Jan Elsinga

This week I finally put an application using Elastic search in production! I've worked with it on another project but was never able to actually put it into production. I now have it running and it works really well. That's the second new technology I've put into production this year. Even after 4 years I'm still learning new things every day!

Collapse
 
raymag profile image
Carlos Magno

I found a apartment to share near the college, so I'm planning to move again. I also have a chance to participate in a project of developing a software for the college (I'll have to wait for the the interview). I'm pretty excited with that.

Collapse
 
vonheikemen profile image
Heiker

I wrote about partial application in javascript. In english and spanish.

Also, I did a refactor on a messy codepen, now is good.

Collapse
 
memitaru profile image
Ami Scott (they/them)
  • I wrote my first dev.to post for #TheyCoded.
  • I applied for three more developer jobs!
  • I cleaned and organized my work area so it was easier to sit down and focus on getting my work done.
  • I reached out to people I worked on group projects with and asked if they'd be interested in working on them more with me which was hard because I've got a lot of social anxiety. They agreed and we're going to clean up our project and make some improvements!
Collapse
 
totally_chase profile image
Phantz

I finally made a github repo that reached 1k stars! Super happy for it!

Collapse
 
binyamin profile image
Binyamin Green

Well done! I have about 5 stars. Total. Any tips?

Collapse
 
totally_chase profile image
Phantz

I wish I knew a secret formula, but I think good promotion helps.

  • Make sure to have pictures/GIFs near top of your README demonstrating your project.
  • Let relevant subreddits know of your project, check out the subreddits I used for my repo on the repo page!
  • Post on producthunt, a large influx of traffic actually came from producthunt for me as my post got #4 product of the day.
Collapse
 
lennythedev profile image
Lenmor Ld

I conducted a React Workshop (that I've been preparing for months) to university students and it went great!

I'll make a post about it at some point but here's the link for now if anyone is interested:
bit.ly/2IzK7go

Collapse
 
emma profile image
Emma Goto 🍙

This week I felt like I was stuck in a rut with my writing, I couldn't think of any good or "fun" topics to write about and I didn't think my post on styled-components would do very well (because I'm sure lots of other people have written about it already) but it didn't do too badly so that's my win for the week!

Collapse
 
weswedding profile image
Weston Wedding
  • I ate bao for the first time and have a new lunch destination
  • I got my RPG night group to change venue from a crowded gaming store for a few weeks (social distancing) with zero push back.
  • I preordered Animal Crossing :)
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
 
sarahcodes_dev profile image
Sarah 🦄

I completed a cool proof of concept at work that involved SSR, Node and React. It was a fun challenge and overall really successful. After demoing it today it was accepted and will be scheduled for implementation 🙌🙌🙌

Collapse
 
frankfont profile image
Frank Font

Congrats!

Collapse
 
egilhuber profile image
erica (she/her)

Tackled some tricky javascript! I haven't touched javascript in a while, so relearning its quirks is definitely giving me a good challenge.

Collapse
 
highcenburg profile image
Vicente G. Reyes

This week..Since I lost one of my biggest prospective clients on UpWork. I learned that I have to be more detailed in creating a project timeline/schedule for the client to understand non-technical things.

Collapse
 
frankfont profile image
Frank Font

Prediction and explanation are tough arts to master. Kudos to you for framing a disappointment constructively!