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?

👋👋👋👋

Looking back on your week — what was 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 😄

Have a great weekend!

Friday

Latest comments (51)

Collapse
 
fhsinchy profile image
Farhan Hasin Chowdhury

Helped out a lot of my readers (freecodecamp.org/news/the-kubernet...) through LinkedIn and Twitter. Got a lot of good wishes and some amazing compliments 👨‍💻

Collapse
 
steeve profile image
Steeve • Edited

✅ I have finally finished setting up my personal NAS with a RAID10 based on 4 HDD :D I don't need to use anymore Google Drive or Onedrive.

✅ 6 months of cold shower, I'll definitely keep this habit.

🚂 The next project in progress: build my own FPV drone, I'm so excited :D

Collapse
 
gabriela profile image
Gabi

I still haven't found a new remote job, but we went on a mountain hike during the weekend.

Collapse
 
hroman_codes profile image
Heriberto Roman

I just published my first video on Youtube.

👋 Hello World - My Journey to Becoming a Software Engineer 💻

Please go check it out and Like and Subscribe if you find value. 💯

youtube.com/watch?v=k2HtPUjdDSk&t

Collapse
 
ryanhaber profile image
Ryan Haber • Edited

Dusted off my BeautifulSoup skills to scrape a results list from a web page, the layout of which makes a simple copy-paste ineffective. I'll be doing this daily for a little while probably, so automating a step is nice.

I'm always taken with how easy BeautifulSoup is to work with.

Collapse
 
vaibhavkhulbe profile image
Vaibhav Khulbe

I gave 2 people (who were almost like strangers to me) some career advice!

I covered:

  • The software industry.
  • How to study efficiently.
  • About college placement cells.
  • Targeting big companies.

And most importantly, how to make time for a side hustle!

And I felt like...

Master GIF

Collapse
 
klyse profile image
klyse

I had some time for programming and completed my last project written in go ⚡️.

Collapse
 
kingleo10 profile image
Niroj Dahal • Edited

Loading time of a specific page in our application was too slow , took almost 13-15 seconds to load. It takes almost 5-6 seconds now. :)

Collapse
 
liyasthomas profile image
Liyas Thomas

My project Hoppscotch hit 22,000 GitHub stars ✨

GitHub logo hoppscotch / hoppscotch

👽 A free, fast and beautiful API request builder used by 75k+ developers. https://hoppscotch.io

hoppscotch.io logo

A free, fast and beautiful API request builder

Helps you create requests faster, saving precious time on development - Subscribe

Travis Build Status GitHub release Website Contributions welcome Financial Contributors on Open Collective Donate on PayPal Chat on Telegram Chat on Discord Tweet


Built with ❤︎ by
liyasthomas and
contributors




Chat: Telegram, Discord

Donate: GitHub Sponsors, Open Collective, Patreon, PayPal

Screenshot1
Table of contents

Features

❤️ Lightweight: Crafted with minimalistic UI design.

⚡️ Fast: Send requests and get/copy responses in real-time.

Methods:

  • GET - Requests retrieve resource information
  • HEAD - Retrieve response headers identical to those of a GET request, but without the response body.
  • POST - The server creates a new entry in a database
  • PUT - Updates an existing resource
  • DELETE - Deletes resource or…




Collapse
 
_garybell profile image
Gary Bell

Managed to get GlusterFS replica created and mounted on 3 node servers, and then automatically mounted on new servers as part of a terraform run. Being able to do that ourselves is going to save my company some serious money when we deploy our new application.

Means we don't need an external company involved in the building of a cloud in AWS, we can pick just about any cloud service now.

Collapse
 
aanandmadhav profile image
Aanand Madhav

My first well written article hot picked by The Startup on medium. Before this I used to write in hurry 😅

Collapse
 
catriel profile image
Catriel Lopez

I published my first post ever, and started as a professor's assistant at my college!

Collapse
 
jeansberg profile image
Jens Genberg • Edited

I completed my first Github workflow :) It copies some OpenAPI spec files from one repo to a central API documentation repo when a new release is created.

AND my first PR was merged into github.com/forem/forem

Collapse
 
rossellafer profile image
Rossella Ferrandino

This week I started updating my portfolio again and I made great progress on the React course I am following

Collapse
 
davidedelpapa profile image
Davide Del Papa

I finished part 9 of the tutorial I'm writing, which took me forever to write. Some things in the project I'm writing about changed considerably while I was writing the code for the tutorial, while other dependencies had some issues... it was hard to finish, and harder still to review it!