DEV Community

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

Posted on

What was your win this week?

Hey, you made it to Friday!

Looking back, 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 πŸ˜„

Top comments (103)

Collapse
 
coelhoadler profile image
Adler Coelho Santos

This week, I... started a new job!

Collapse
 
triantafyllosfamprikatzis profile image
Triantafyllos Famprikatzis

Awesome!!!! :D

Collapse
 
jess profile image
Jess Lee

congrats!

Collapse
 
overlordex3 profile image
Exequiel Beker

Yay! Congrats!

Collapse
 
peterwitham profile image
Peter Witham

Congratulations and good luck.

Collapse
 
aspittel profile image
Ali Spittel

This week, I... started doing office hours with the tech community and it was a great way to meet people and learn from them! Also, a great way to break up the day working remote!

Collapse
 
ryanhaber profile image
Ryan Haber • Edited

That's awesome!

I do office hours for my company's tech reps, too. It's a lot of fun. We should compare notes!

linkedin.com/in/ryanhaber

Collapse
 
theelectricdave profile image
David S.

It's nice to be let out of the cage every once and a while, huh?

Collapse
 
jess profile image
Jess Lee

This week, I...had fun with this tweet:

πŸ€—πŸ€—πŸ€—

Collapse
 
darksmile92 profile image
Robin Kretzschmar

That is a great way to get contributors on board fast :-)

Collapse
 
lizardbird profile image
Liz Jewell

This week, I made my first OSS pull request to this very site! Thanks to Jess for posting that on Twitter. I ALSO figured out how to scrape all of my full-size photos off of Facebook so I can finally leave that platform foreverrrr - and I think that might be my first blog post on Dev.to πŸŽ‰

Fri-nally

Collapse
 
desi profile image
Desi

Oh, I look forward to that post!

Collapse
 
peoray profile image
Emmanuel Raymond

Please, make sure you write the post, been looking for a way to do this and on Instagram as well

Collapse
 
nickytonline profile image
Nick Taylor • Edited

This week, I made my first custom React hook. 🎣 Lots of fun and not that difficult.

Cool stuff Tom. You could even make a custom hook to wrap up all that logic. I made a simple demo here if you're interested. Sidenote, this is the first time I create a hook. πŸ˜‰




Funny Chris Farley

Collapse
 
rockarts profile image
Steven Rockarts

This week, I...accepted an offer at a new company, quit my job and took an extra 2 weeks in between to recharge and rock climb in Yosemite!

Yosemite

Collapse
 
jess profile image
Jess Lee

Yes!!! Which route(s) are you taking?

Collapse
 
rockarts profile image
Steven Rockarts

Hoping to do The Prow and Lurking Fear!

Collapse
 
sarthology profile image
Sarthak Sharma

This week, Our open source product dragula got 1000+ users. Also, we started working on another free product for Developers called Moddoc, coming this month.

sarthology / dragula

πŸ¦‡ Free Stock Images on Steroids

Dragula

πŸ¦‡ A simple toolbar to drag and drop images from unsplash to anywhere.

Features

1. Drag and Drop image anywhere

Simply drag and drop image anywhere. It supports all the software that has drag and drop image options that includes all Adobe Softwares, Microsoft Office etc.

2. Use Original to drop image with original size

Dragula use smart edits to give a perfect landscape image that you can use, but in case you want to use the full image click original to see the original unedited version.

3. Search Image

You can also search random images form dragula. Just type the keyword and enter, easy as that.

4. Copy image as Markdown

If you use Markdown, get markdown image code copied on your clipboard by just a click.

5. Download image

Download image to your download folder by just one click.

Prerequisites

Before running this locally you must…

Collapse
 
leppercameron profile image
Cameron Lepper

This week, I...
Sat and Passed my Microsoft AZ-100 Exam!

Collapse
 
peterwitham profile image
Peter Witham

Congrats!

Collapse
 
leppercameron profile image
Cameron Lepper

Thank you, Peter!

Collapse
 
maxwell_dev profile image
Max Antonucci

This week, I...combined a quote API with an Anime Image API. The result is an Anime Quote Maker! It's easy for anyone to play around with, using random settings or aiming for something specific. codepen.io/max1128/full/VNPxOJ

Instead of a GIF, here's an image from the project in question. Took about three minutes of searching and adjusting to get it :D

Collapse
 
desi profile image
Desi

This week, I lived through a really difficult meeting, and made a PR for dev.to!

four wrestlers celebrating with drinks and a title belt

Collapse
 
joelnet profile image
JavaScript Joel

This week, I convinced my company to Open Source a couple of libraries we have been working on. Hopefully the community will be welcoming and this will encourage us to open source even more!

The project is at github.com/Paciolan/remote-component if anyone wants to take a peek!

Cheerleader Cat

Collapse
 
cubiclebuddha profile image
Cubicle Buddha

That’s awesome that you were able to convince your company to go open source. That must have been a difficult conversation. But way to go you for helping the community! Cool idea with the remote react component btw. It reminds me of the remote import features of Deno.

Collapse
 
joelnet profile image
JavaScript Joel

That must have been a difficult conversation.

Surprisingly, they were all in. After getting the okay from the higher ups, management was on board!

Ya. It is kinda deno style. I just checked deno out a few days ago.

Collapse
 
farhia_mm profile image
Farhia Muse

This week, I...participated in my second hackathon and wrote my first Dev.to post about it!!

spongebob happy

Collapse
 
nicklayb profile image
Nicolas Boisvert

This week, I... did a Conway's Game of Life in Elm without any testing. Once the compiler told me that everything was good, everything was.

https://media.giphy.com/media/OK27wINdQS5YQ/giphy.gif

Collapse
 
cubiclebuddha profile image
Cubicle Buddha

Cool!!! Im jealous. I’m hoping I can start doing a similar thing with React + TypeScript. I admire elm a lot but I think my coworkers would die if they had to go full FP. TypeScript lets me write immutable, one-way-bound code but I can still make it look β€œimperative-like.” (But i kinda wish I was doing Elm). Have you tried using the Readonly types of TypeScript?

Collapse
 
nicklayb profile image
Nicolas Boisvert

No I did not, I used TypeScript on my own and loved it but I was having weird problem. I think my comprehension of TS is not perfect. I’m not doing Elm at job either, only for personal projets but I wish we do. I’m currently moving my team from Ruby to Elixir which is already, some coworkers does not see the real benefits. With TypeScript or Elm we would have the same problem, when I talked about TypeScript, they told me « All it gives is type? What is the gain?Β Β»

I tried to explain but still.. Anyway, I will be working on a transition to TypeScript soon!

Thread Thread
 
cubiclebuddha profile image
Cubicle Buddha

Yea you’re right. It’s hard to explain the benefits like immutability.

Collapse
 
sarahjanemorris profile image
Sarah-Jane Morris

This week, I... decided to become more active on DEV.TO after lurking for too long AND I spoke at a conference, a thing I usually avoid because it scares me so much 😬

Collapse
 
thejoezack profile image
Joe Zack

Wow, kudos to a great week!

Collapse
 
mjraadi profile image
Mohammadjavad Raadi

This week, I was dealing with a major disruption issue on a client network caused by a new malware. It took a lot of diagnostics and effort to get rid of it. I posted about it this morning if you're interested.


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