DEV Community

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

Posted on

What was your win this week?

πŸ‘‹πŸ‘‹πŸ‘‹πŸ‘‹

Last full week before the new year!! What was something you're proud of?

All wins count -- big or small πŸŽ‰

Examples of 'wins' include:

  • Getting through the holidays
  • Starting a new project
  • Fixing a tricky bug
  • Cleaning your house...or whatever else that may spark joy πŸ˜„

happy-friday

Latest comments (52)

Collapse
 
heymarkkop profile image
Mark Kop

Finished and published my gamified tutorial about javascript! It was also featured in a local tech blog :D

Collapse
 
kreopelle profile image
Kayla Reopelle

Balancing family time and working from home during a busy holiday week <3

Collapse
 
ganonbit profile image
Andrew Reese

Finished my move to my new place! Now to unpack it all 😬

Collapse
 
harlyon profile image
Harrison Ekpobimi

Started a Fullstack React side project.
It's a bug tracking app. The aim is to learn Fullstack development using MERN

Collapse
 
richardeschloss profile image
Richard Schloss • Edited

Namespaces config feature in Nuxt socket IO module. A few weeks ago, I attempted something and quit way too soon. The holiday break was the time to give it much deserved thought, and I think I'm pretty happy with it. Still room for improvement (w/r/t error handling, verbose debugging, and other things)

Collapse
 
dinewbee profile image
dinewbee

Found leetcode and made it a habbit to use it.

Collapse
 
destro_mas profile image
Shahjada Talukdar

Released a CLI πŸš€
It helps to create the package with JS/TS, build system(Webpack/Parcel) and necessary stuff πŸ”₯
It's like create-react-app but for building packages!

Collapse
 
dorin profile image
Dorin
Collapse
 
roelofjanelsinga profile image
Roelof Jan Elsinga

I've built my first script in Golang and was able to increase the performance of a particular process by 2100% because of it! I went out of my way to find the right tool for the job and it paid off really nicely.

Collapse
 
rubberduck profile image
Christopher McClellan

After 25 days of back and forth, my PR was finally merged. Next week’s win? Publish a blog showing folks how to use it.

Collapse
 
gayanhewa profile image
Gayan Hewa

The past couple of weeks haven't been the best. Mostly due to stress, driven from anxiety. I am working towards relocating out of Europe at the moment. I guess this is going to be my default state for the next few weeks until everything cools down. I managed to hack an old x230, get it running on arch with dwm. It's been over 5 years since I had to use a Linux box for non-server purposes. Helps me deal with the stress by keeping me distracted.

Collapse
 
karfau profile image
Christian Bewernitz • Edited

I published my first package on the npm registry, which I wrote my second post about, which ist the first one I wrote that had a comment reaction/conversation on :

And yesterday I finally managed to get the coverage badge working.
πŸŽ‰

Collapse
 
iakashpatel profile image
Akash P.

My Win of this week are:

  • Learned about Blockchain and read its whitepaper.
  • Created D-Centerlized App based on Smart contract and Ether network. (learned so much in 1 day).
  • Learned Flutter and created small app, still learning.
  • learned some business tactics of industry.
  • giving training of react and redux to my friend as he is from .NET world.
  • helping cousin to learn CSS and build web real-world designs using CSS.
  • Eating good food only and taking good rest.

so much accomplished in one week. Haha.

as its holiday so i have time to learn new things and enjoy helping others. but in regular days as freelancer i am bound to work on clients projects only with no free time.

Collapse
 
botanical profile image
Jennifer Tran

When my sisters and I were children, we would convene at the end of the school day and share what we had learned. These discussions were fun and exciting, especially since knowledge is so novel when you're a child. Eventually, a teacher was very unhappy that we were discussing what we learned because the teacher considered this to be "cheating". As a child, I internalized this negative opinion and, for a long time, the teacher's opinion discouraged me from discussing new things I had learned to my sisters and other people.

Skip to many years later and I am an adult now! My sister was visiting for the holidays and we discussed technical concepts that we knew about.

My win this week was quieting the judgemental internalized voice and fear I had about sharing what I learn!

Collapse
 
tekwizely profile image
TekWizely

My OSS project 1) surpassed 300 Stars on GitHub AND 2) Was accepted into homebrew core and is now easily installable for Mac users!

Brew support is especially awesome because:

  • An official brew maintainer found my project from my launch post on HN and helped get the brew formula designed and submitted.

  • The project name is run and the word "run" was one of small list of reserved words for brew, so we needed to also get a PR approved to remove the word from the reserved word list.

  • This is the first package-manager integration for my project - Hopefully others will come soon.

Overall I'm stoked with how well my project has been received and hope brew support will enable more people to give it a try and offer feedback on how to make it even better.