DEV Community

Cover image for What was your win this week?
Gracie Gregory (she/her) for The DEV Team

Posted on

What was your win this week?

Happy Friday!

Looking back on your week β€” what was something you're proud of?

All wins count β€” big or small πŸŽ‰

Examples of 'wins' include:

  • Starting a new project
  • Fixing a tricky bug
  • Voting in the U.S. general election
  • Cleaning your desk... or whatever else might spark joy 😊

Have a great weekend!

Good job!

Top comments (38)

Collapse
Β 
bobbyiliev profile image
Bobby β€’

Reached 250 subscribers on my small YouTube channel πŸŽ‰

Collapse
Β 
calinbaenen profile image
Calin Baenen β€’

Well, guess you have to append '+1' to that, now.

Collapse
Β 
bobbyiliev profile image
Bobby β€’

Thank you Calin! Appreciate that πŸ™Œ

Collapse
Β 
fennecdjay profile image
JΓ©rΓ©mie Astor β€’

I had my first zoom meeting, to possibly prepare a future DEV podcast 🍾 Huge win overall: that's the first time I'm asked to talk about my work.

I also improved this project:

  • added final and abstract, for both classes and functions.
  • added #require to improve how plugins are handled.

I should merge this during weekend, there's a tiny thing in arguments handling I can/want to improve.

Less important, but also sparks joy: I made it to the 7th place in the only online game I play πŸ˜„

Collapse
Β 
filipeqm94 profile image
Filipe Marques β€’

My new win this week is DIVING BACK INTO CODING! Hahaha
2020 has been a challenging year and It was the year I actually started coding, but had to stop due to personal problems. Now I'm back at it and really excited! Especially because now I found communities to interact with and platforms to share my code ideas, improve and contribute!

Collapse
Β 
luispeerez profile image
Luis Perez Bautista β€’ β€’ Edited

I presented a demo to an audience of ~60 people, this was improvised, as I was chosen to give the presentation 5 mins. before the meeting. It was cool given that the main language of the team is English, and I am not a native-english speaker, so it felt proud of how I did in the presentation.

Collapse
Β 
foresthoffman profile image
Forest Hoffman β€’

Saving our democracy. :D

Collapse
Β 
michaeltharrington profile image
Michael Tharrington β€’

Last week I said that we were working on something special for COVID safe-ing our trick or treating experience...

Well, I'm really quite happy with how it turned out and am still flying high on that whole experience.

And at this moment, I'm generally optimistic about the way the US election is going. 🀞

Collapse
Β 
adrianbdesigns profile image
Adrian Bece β€’ β€’ Edited

Released a font loader plugin for Gatsby that got almost 500 downloads! Someone even submitted a bug report. Really happy about it!

Collapse
Β 
nop33 profile image
nop33.eth β€’

I learnt how to use scoped component slots in Vue.js in order to control the rendering of the list items in the child component from the parent component. I even went a bit further and managed to do this recursively from any parent level up! I need to write a blog post about this :XD

Collapse
Β 
dana94 profile image
Dana Ottaviani β€’

Voting in the U.S. election. πŸ˜„

Collapse
Β 
shhdharmen profile image
Dharmen Shah β€’

Published an Angular library (rather debugging tool) called 'Inspector', which allows you you to...

βœ… Inspect Angular 9+ components on the fly
βœ… Change component properties without touching the code
βœ… Simulate Angular events
βœ… See the results in realtime

GitHub logo ngneat / inspector

πŸ•΅οΈ An angular library that lets you inspect and change Angular component properties

inspector logo

MIT commitizen PRs styled with prettier All Contributors ngneat spectator

An angular library that lets you inspect and change Angular 9+ component properties

Inspector demo

Features

  • βœ… Inspect Angular 9+ components on the fly
  • βœ… Change component properties without touching the code
  • βœ… Simulate Angular events
  • βœ… See the results in realtime

Table of Contents

Installation

This library supports Angular 9+ projects and should only be installed using Angular CLI.

Angular CLI

ng add @ngneat/inspector
Enter fullscreen mode Exit fullscreen mode

Above command will do following for you:

  1. Add and install following dev dependencies
    1. @ngneat/inspector
    2. ace-builds
    3. tinykeys
  2. Import environments from ../environments/environment.ts in projects root module. This can be skipped with --skipImport.
  3. Import InspectorModule from @ngneat/inspector in your project's root module's imports section. This can be skipped with --skipImport.

πŸ‘‰ Please note: @ngneat/inspector is a debugging tool and it helps you to develop faster. So, it shouldn't be part of your production deployment. When you install it using ng add…





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