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
 
elliot profile image
Elliot

Few things are more relieving / satisfying! Nice

Collapse
 
ben profile image
Ben Halpern

Woohoo!

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
Alexander Sandberg
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
 
theoriginalbpc profile image
Sarah Dye

I published my coding challenge on Github. Disney Codes Challenge is where participants build Disney inspired coding projects for 23 minutes each day for 57 days. It is now live on Github and I'm doing the challenge myself on Twitter at #DisneyCodesChallenge.

github.com/BritishPandaChick/disne...

Collapse
 
aut0poietic profile image
Jer

I got to start a new developer on building their first project. We pair programmed: Built the foundation of a grid system together from scratch (flexbox, "don't overthink it") then a site icon lib using icomoon.io, symbol-defs and <use>. fill:currentColor too.

It's pretty awesome to see that moment when a concept clicks and they realize a big, highly-stylized site is within their reach. I know next week will bring stumbles and some frustration but right now it's fun to see their joy.