DEV Community

Michael Tharrington Subscriber for The DEV Team

Posted on

What was your win this week?

Hey y'all πŸ‘‹

Hope that you awesome folks are enjoying your weekend.

Looking back on this past week, what was something you were proud of accomplishing?

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

Examples of 'wins' include:

  • Starting a new project
  • Fixing a tricky bug
  • Buying a new car πŸš—

A shot from the famous meme

Top comments (41)

Collapse
 
bekahhw profile image
BekahHW

We already have 24 sign-ups for our #100DaysOfOSS Challenge! Can't wait to get started.

Collapse
 
ben profile image
Ben Halpern

Wow!

Collapse
 
codenameone profile image
Shai Almog

Been a busy week with the kids due to summer vacations.
Still, wrote a lot... My new book is approaching 300 pages and I'm at chapter 18 (of probably 22+).
Got a post on r/java which is pretty hostile normally.
Finally passed 1k followers on Medium.

Collapse
 
darkterminal profile image
Imam Ali Mustofa • Edited

I wrote a series based on the commit histories... never ending series with unexpected moment. Some time I am telling story based on the output of the git diff command.

Or if you have a commit logs in a tree completed with graph?! I will write for you a novel based on that!

DISCLAIMER: This comment was made via Google Translate (an AI tool used to translate languages, you may have forgotten so I reminded it). Why should there be this disclaimer? Because I always considered ChatGPT!!!

Collapse
 
tmrc profile image
Tim
Collapse
 
ben profile image
Ben Halpern

Wow, great first post!

Collapse
 
adriens profile image
adriens

This week we managed to release a REST service mesh on top of many open data sets,

We celebrated as it was a great team work while giving us opportunity to learn about Quarkus and many other cool things.

Collapse
 
ben profile image
Ben Halpern

Nice stuff!

Collapse
 
adriens profile image
adriens

Thanks a lot for the kind words πŸ€—

Collapse
 
philipjohnbasile profile image
Philip John Basile

I went through 50,000 emails in my personal account looking for people to cold email for work. I cut down my resume from 8 pages to a much more concise and edible two pages. I received my Nanodegree from Udacity for Go.

Collapse
 
rachelfazio profile image
Rachel Fazio

This is impressive!

Collapse
 
adiatiayu profile image
Ayu Adiati • Edited

I started my portfolio project and wrote 3 blog posts this week! Two of them is in the series of building my portfolio in public! πŸ™ŒπŸΌπŸ€©

And one of my articles got futured on CodeNewbie's Instagram!

Collapse
 
rachelfazio profile image
Rachel Fazio

My partner is getting us a PlayStation this weekend woooooooo

Collapse
 
michaeltharrington profile image
Michael Tharrington

Awwww yayeah! What games y'all gonna get?

Collapse
 
rachelfazio profile image
Rachel Fazio

We got The Last of Us 1, Sims 4, and another one that I forget the name of! I am really excited about The Last of Us.

Collapse
 
ben profile image
Ben Halpern

Oh hell yeah

Collapse
 
jarvisscript profile image
Chris Jarvis

I got a new project to work on. It's mostly done but they needed some UI help. Got things line up better and updated instructions.

Collapse
 
wordpressure profile image
TricaExMachina

I'm building a reporting application using Ionic with angular and a PHP/Mysql backend api. My win was to fix a process where you can upload an image to the report. I had multiple users and reports so had to make sure the images get uploaded to a specific folder tied to that report but have that folder generated dynamically and then have the uploaded image on my server renamed then create the folder then move the file into it. This had to work for an array of files. I eventually got there through what feels like blood magic. God have mercy on my soul