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.