DEV Community

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

Posted on

What was your win this week?

👋👋👋👋

I'm back!! Sorry we missed last week, but hopefully this means we're reflecting on two weeks worth of wins!

What's 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 😄

Happy Friday!

Top comments (96)

Collapse
 
syntopikyle profile image
Kyle Walsh

My big win was writing my first post on dev.to!

dev.to/syntopikyle/my-system-for-r...

Collapse
 
nickytonline profile image
Nick Taylor

Noice!

Collapse
 
jess profile image
Jess Lee

Nice job!

Collapse
 
ben profile image
Ben Halpern

Nice!

Collapse
 
karaluton profile image
Kara Luton

I finally figured out a tricky bug that’s been frustrating me this entire week!

Collapse
 
voidjuneau profile image
Juneau Lim

Congratulations!!

Collapse
 
charlesdlandau profile image
Charles Landau

That's the best feeling. Way to go!

Collapse
 
ben profile image
Ben Halpern

Woohoo!

Collapse
 
elliot profile image
Elliot

Few things are more relieving / satisfying! Nice

Collapse
 
lampewebdev profile image
Michael "lampe" Lazarski

Easy!

Getting married 👰 🤵💒💏💞💃👑💍❤️

Collapse
 
jess profile image
Jess Lee

AYYYYYYYY congrats!! I did that just a few weeks ago too!

Collapse
 
alexandersandberg profile image
Alexander Sandberg

Huge congrats to you both!! ✨

Collapse
 
jess profile image
Jess Lee

This isn't a personal win, more of a shout out..but I'm really proud of how DEV Listings is coming along, with lots of work from @mariocsee !

For example, we now have a liquid tag for listings:

Collapse
 
alexandersandberg profile image
Collapse
 
victorhazbun profile image
Victor Hazbun

Getting so many invitations to jobs that I can't even handle!

Collapse
 
jess profile image
Jess Lee

sick!!

Collapse
 
panditapan profile image
Pandita

I know it sound dumb but this week I learned the power of vlookup in Excel and it helped me shorten the amount of work I had to do to translate our app from English to French. Instead of taking around 7-8 days to do, it took 5! :3

happy panda dance

Collapse
 
anwar_nairi profile image
Anwar

Meme required for complete success 😂

Collapse
 
steveblue profile image
Stephen Belovarich

I released a thing I've been working on for months!

Readymade is a microlibrary for developing Web Components with TypeScript.

readymade-ui.github.io

Collapse
 
aut0poietic profile image
Jer

That's pretty cool! I've been going the other direction with WC's when I have time in the evenings — that is creating separate CSS, JS and HTML files and having RollUp do all the work behinds the scenes. I'm sort of enjoying not working with a framework.

Going to have to play with your lib for one of my experiments. Thanks for your work! I'm excited for another way to do them. :)

Collapse
 
steveblue profile image
Stephen Belovarich

I wanted the css to be inline with the component, so I made this to at least post process the css with postcss.

npmjs.com/package/rollup-plugin-in...

Thread Thread
 
aut0poietic profile image
Jer

Nice. tagged templates are pretty awesome, though I'd never seen them until I played with lit-element. More ways to produce WC's is a great thing.

I really like the css-tied-to-component idea (in WC's and other frameworks), just don't enjoy writing CSS or HTML in JS. Probably silly of me, but I got RollUp to inline the separate CSS & HTML files in a template literal inside the final JS bundle without much fuss. Never could make webpack do it.

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

Much Angular. When does a library stop being vanilla, this is a question that bothers me often. Good job though, sorry for the philosophy!

Collapse
 
steveblue profile image
Stephen Belovarich • Edited

Is Readymade vanilla? I’d like to think it’s mint chocolate chip.

Thread Thread
 
adam_cyclones profile image
Adam Crockett 🌀

I'm down for chic chips but I rarely like mint in ice-cream. 🍨

Collapse
 
alexandersandberg profile image
Alexander Sandberg

My biggest win this week was finally getting around to building PlaceKeanu.com, which I had in my list of ideas for some time. 😍

It had an overwhelming response, so thank you if you checked it out. ❤️

I also wrote two DEV articles! One published today, which I'm really happy about, and one related to the Keanu project.

I hope everyone has a lovely weekend. 🤗

Collapse
 
nanythery profile image
Nadine M. Thêry

I finished the Angela Yu's Web Developing Bootcamp at Udemy. I feel more comfy now to start my own app at last!

Collapse
 
piyukore06 profile image
Priyanka Kore • Edited

My win was, I was able to maintain my discipline :) writing third post on dev.to in third consecutive week

Collapse
 
alexandersandberg profile image
Alexander Sandberg

Consistency is key, Priyanka! Keep it up!

I will give it a read! 🙂

Also, a pro tip for you:
If you paste a link to your post like this, {% link https://dev.to/... %}, you'll get a nice embedded preview in your comment! 😃

Collapse
 
piyukore06 profile image
Priyanka Kore

That’s a great tip, Thanks 😁