DEV Community

Cover image for What was your win this week?
Michael Tharrington
Michael Tharrington

Posted on

What was your win this week?

⏪⏪⏪

Looking back on your week -- what was something you're proud of?

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

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 (59)

Collapse
 
dmahely profile image
Doaa Mahely • Edited

I got a remote job as a community moderator, and I have an interview at the company of my dreams next week!

Collapse
 
lartwel profile image
Mahmoud Ahmed

Congratulations, Doaa

Collapse
 
dmahely profile image
Doaa Mahely

Thanks Mahmoud 😄

Collapse
 
remon profile image
Raymond (Remon)

@Doaa , Congratulations :)

Collapse
 
dmahely profile image
Doaa Mahely

Thank you so much!

Collapse
 
nickytonline profile image
Nick Taylor • Edited

I'll throw in a Dev Selfie with my win. Dropped 20lbs of fat and feeling awesome.


Weight Loss Progress
Collapse
 
jackharner profile image
Jack Harner 🚀

Way to go! In a similar fashion, this is week 2 for me of bringing my lunch to work everyday. Realized I was spending wayyy too much on eating out for lunch and needed to cut that shit out.

I've probably saved between $120-$300 so far this way.

Collapse
 
nickytonline profile image
Nick Taylor

Noice. 😎

Collapse
 
vuild profile image
Vuild

This is better than all the motivation/productivity & mood threads. Congrats & good work.

Collapse
 
antjanus profile image
Antonin J. (they/them)

NICE! That's awesome! :)

Collapse
 
perigk profile image
Periklis Gkolias

Managed to increase the performance of a very slow piece of code by a factor of 4.

Doing my masters degree in tandem with a full time job, I am relieved to see one of the most demanding courses be left behind me for good

Collapse
 
desi profile image
Desi

Big week here:

  • Edie Windsor Coding Scholars were announced, and I'm one of them!
  • I finally got a project that I've been working on halfway working - been too stubborn to ask for help because I knew it was something easy and obvious, and it was
  • Thought of a name for all my mental health/wellness projects to host them under one lid and registered that domain and I'm quite pleased with the cleverness of it

Outside of tech-y stuff, I got my partner to watch Drop Dead Gorgeous (one of my favorite movies), and we both laughed so hard that my stomach still hurts.

Collapse
 
michaeltharrington profile image
Michael Tharrington

Congrats all around!!

Any chance you can share this cleverly named domain? Totally interested now...

Collapse
 
desi profile image
Desi

I just pointed the nameservers so it's probably not loading yet, but... we-are-anxio.us

oh, I am funny. 😂

Collapse
 
torianne02 profile image
Tori Crawford

I finally had a technical interview that I felt calm, cool, and collected all the way through. My first few I got very anxious and had a hard time thinking straight, so this is a big step forward for me!!

Collapse
 
dmahely profile image
Doaa Mahely

Best of luck!

Collapse
 
antjanus profile image
Antonin J. (they/them)

Outside of personal life wins, I've got a few tech ones:

  1. I grew my dev discord server by a lot of members and everyone is exciting to start on the 30DaysOfCommits challenge I'm doing!
  2. I'm using React Storybook for the first time ever. That's been on my list for ages to try out
  3. I started on setting up a development environment for my wordpress blog using Docker. I haven't worked on my blog in ages because I hate using WAMP and that whole workflow so hopefully this will work out better! :)
Collapse
 
kamalalykamal profile image
Kamal Aly

Can you share you discord server's link?

Collapse
 
antjanus profile image
Antonin J. (they/them) • Edited

Sure thing here's the discord invite

And check out the info on the challenge as if you're interested!

Collapse
 
filips profile image
Filip Š

My project got 10 stars on GitHub:

GitHub logo filips123 / ZeroTemplate

Template for creating and developing ZeroNet sites

ZeroNet Template

Template for creating and developing ZeroNet sites.

Description

This project provides a template for creating and developing ZeroNet sites.

It supports NPM dependencies and it uses Gulp and Browserify for bundling scripts. It also supports SASS and automatic deployments with Travis CI.

Usage

Requirements

You must have Git and Node.js installed on your computer. It is recommended that use the latest versions.

It is also recommended to also install Python and ZeroNet for easier developing and deploying. You need to use Python 3 version of ZeroNet.

Start

If you don't already have your own ZeroNet site, you should create it from ZeroNet. Details are available in ZeroNet documentation. You must have a site's address and a private key.

You can then clone or fork this repository and install dependencies. It already contains an example site and code with ZeroFrame API.

$ git clone https://github.com/filips123/ZeroTemplate.git my-new-site
Enter fullscreen mode Exit fullscreen mode

And I created (my first) Dev.to post about it:

Collapse
 
michaeltharrington profile image
Michael Tharrington

Heyoo! Busy week right there. Nice accomplishments!

Collapse
 
rvictorino profile image
Robin Victorino • Edited

Made another step to learning good practices and improving my company's product code quality by implementing my first Visitor Pattern in an actual (aka not an example code) app!

I hope I'll achieve to convince everyone in the team of its usefulness regarding our use case...

Collapse
 
niorad profile image
Antonio Radovcic

I had a three-day-long Angular & TypeScript-Workshop at work.

I understand better the appeal of having your Framework define lots of things like Routing and Ajax for you. I can see how its restrictive nature is a good fit for larger teams with diverse seniorities. Also the first-class IDE-support you get with TS is something I envied Java-Devs for. I guess that's why it is so huge in the enterprisey sector.

Half of the attendees were Java/Backend-Developers. They were amazed and surprised about how close all of that is to working with things like Spring (I have no idea if that is actually true).

For my personal taste it's still too object-oriented and verbose. Plus I'm a fan of server-rendering most things. But, you know, as Front-End-Dev in 2019 it can't hurt to know it. Plus TS and RxJS are impressive and I'll definitely use them in near future.

Collapse
 
stephangalea profile image
Stephan Galea

You can use server side rendering using Angular Universal. angular.io/guide/universal

Collapse
 
niorad profile image
Antonio Radovcic • Edited

In the right enviroment yes. At my work, projects & company I don't think I could justify a dedicated node-server only for the front-end, in addition to the Java-Server(s). Also I haven't worked on SPAs yet.

I could imagine it's a great fit if your app consumes services from all over the place. Then you need a front-end-server anyways.

Collapse
 
antdoesit profile image
Antoinette Mkwapatira

Too object oriented? Do tell!

Collapse
 
kamalalykamal profile image
Kamal Aly

Mine is getting my first job as a front-end developer only a month after graduation.

Collapse
 
michaeltharrington profile image
Michael Tharrington

Wow! That's super quick. Congrats!!

Collapse
 
kamalalykamal profile image
Kamal Aly

Thank you.

Collapse
 
brob profile image
Bryan Robinson

I started a website with a friend of mine to do design, code and resume reviews. We were both starting to do it separately, but we decided we'd be stronger together. So, I threw together a website to display the videos and take requests and we got a decent amount of requests so far! I'm way too excited about it, to be honest :D

You can check it out here and sign up for a review if you want! peerreviews.dev

Collapse
 
michaeltharrington profile image
Michael Tharrington

Nice! Watched one of these the other day and it was awesome!

Also, great domain name! Making good use of that .dev I see! 👍

Collapse
 
brob profile image
Bryan Robinson

Glad you enjoyed it! Hoping they get better and better, too!

Gotta love a TLD that doesn't have too many domains used up yet!

Collapse
 
msfjarvis profile image
Harsh Shandilya

Am travelling the entire week so no real tech wins there. First long vacation in years so I guess that's a win by itself :)

Attaching some pictures 😃

Collapse
 
michaeltharrington profile image
Michael Tharrington

Nice, I got a good long vacation coming up a few weeks. Please do attach some pictures!

Collapse
 
msfjarvis profile image
Harsh Shandilya

I did 😯

Anyways, here's a Google Photos album that won't do a disappearing act on me 😛

photos.app.goo.gl/vkex9yUhNBp1vkz26

Thread Thread
 
michaeltharrington profile image
Michael Tharrington

These are AWESOME!

Collapse
 
michaeltharrington profile image
Michael Tharrington

Well, writing my first weekly retro post is definitely a win! 😀

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

Collapse
 
yeraycat profile image
Yeray Catalá

I've refactored a bunch of components that we had in one of our Angular application and moved them into a library so we can use them across the rest of Angular projects in the company.😄

It was pretty much a challenge because the components code before doing the refactor was tightly coupled to the rest of the project.

Collapse
 
amit_savani profile image
Amit Patel • Edited

I lead a team who successfully migrated an e-commerce app from

Spree 2.3 to Spree 3.7(9 versions), Rails 4.1 to 5.2(4 versions) and Ruby 2.2 to 2.6(4 versions).

It was very challenging as many versions changed in between, used many abandoned gems and some of the core functionality was complete rewrite and have no/little documentation.

There are some regressions but comprehensive test suite helped us to release confidently.