DEV Community

Michael Tharrington for The DEV Team

Posted on • Updated on

What was your win this week?

Hey folks!

Hope y'all all enjoy your weekends! 😎

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
  • Taking a staycation 🏡

A clip from the Simpsons of Homer and Marge dancing in a car with food in their hands.

Oldest comments (31)

Collapse
 
vulcanwm profile image
Medea • Edited

I finished working on this big new feature in my project!
Crossed 500 followers on dev!

Collapse
 
jarvisscript profile image
Chris Jarvis

Solved a bug on a project. CSS will get you everytime.

Collapse
 
thomasbnt profile image
Thomas Bnt ☕

Optimized a website, and learn more about page speed. This is what I am doing now

First Contentful Paint (FCP)

This post introduces the First Contentful Paint (FCP) metric and explains how to measure it

favicon web.dev

And I'm ready to play at Hogwarts Legacy this weekend ⚡

Collapse
 
codenameone profile image
Shai Almog

Got the author copies of my debugging book finally!

Image description

Crossed the 1.2k subscribers on YouTube.

Got published in the Snyk blog which took off nicely.

Was added to the dev network advisory board and voted on an award. Will be speaking at another meetup and a couple of conferences.

Released version 7.0.99 of Codename One which means 7.0.100 will be next!

Collapse
 
michaeltharrington profile image
Michael Tharrington

Oh that's awesome! Major congrats, Shai. 🙌

It looks like a beautiful book and I'm sure the knowledge inside is super helpful!

Collapse
 
nickytonline profile image
Nick Taylor • Edited

I got this big chunk of work merged!

feat: implemented Remix server adapter and runtime for Netlify #16

Description

Related Tickets & Documents

Disregard this failed check. I'm having issues unlinking it from the repository. It's not related to the project.

CleanShot 2023-02-07 at 16 55 25

QA Instructions, Screenshots, Recordings

Local Development Steps

  1. Checkout this branch, e.g. via the GitHub CLI, gh co 16
  2. Run npm install
  3. Ensure you have the Netlify CLI installed/updated. See docs.netlify.com/cli/get-started/
  4. Run ntl build --offline
  5. Run ntl serve
  6. The local version of the edge demo site loads.

CleanShot 2023-02-08 at 07 43 46

Testing Deployed Site

  1. Ensure the deploy preview, one of the checks below, loads and that if you look in the Network panel of the devtools in the browser, that it has the cache control header set, i.e. cache-control: public, max-age=31536000, s-maxage=31536000

CleanShot 2023-02-07 at 16 53 02

For us to review and ship your PR efficiently, please perform the following steps:

  • [x] Open a bug/issue before writing your code 🧑‍💻. This ensures we can discuss the changes and get feedback from everyone that should be involved. If you`re fixing a typo or something that`s on fire 🔥 (e.g. incident related), you can skip this step.
  • [x] Read the contribution guidelines 📖. This ensures your code follows our style guide and passes our tests.
  • [x] Update or add tests (if any source code was changed or added) 🧪
  • [ ] Update or add documentation (if features were changed or added) 📝
  • [x] Make sure the status checks below are successful

A picture of a cute animal (not mandatory, but encouraged)

A hamster eating spaghetti

Collapse
 
nikolasmatias profile image
Nikolas Matias

I'm gaving myself time to rest, since I'm on vacation.

Collapse
 
wraith profile image
Jake Lundberg

Good for you! A lot of people do not realize just how important taking time to relax is.

Collapse
 
michaeltharrington profile image
Michael Tharrington

Haha same, well at least over the long weekend I was... just returned today and am feeling pretty dang good. 😌

Collapse
 
schultyy profile image
Jan Schulte • Edited

Just published a new blog post with a hand-drawn cover image

Writing new posts is fun, but making the cover images is even better. I like the process of brainstorming new images, and browsing other people's work for inspiration.

And now, with the weekend coming around, it's time to read more Rust in Action.

Collapse
 
carlarjenkins profile image
Carlarjenkins
  • Increased my number of cloud job interviews
  • Fixed the MS Teams bug dogging my system
  • Submitted my AWS Community Builder renewal application
Collapse
 
itspjunior profile image
Paulo Henrique Junior

Fixed 950 unit tests related to Angular Updates v11 to v15 🤯. Learning some new stuff related to SQS / .Net 7 🤩

Collapse
 
jnv profile image
Jan Vlnas
Collapse
 
devsecbbs_dev profile image
DevSecBBS

you just got the domain...

Collapse
 
jnv profile image
Jan Vlnas

Yeah, it was just $3 and I don't plan to renew it.

Collapse
 
codeofrelevancy profile image
Code of Relevancy

I have started Following you 🙌

Collapse
 
michaeltharrington profile image
Michael Tharrington

Haha, thank ya!!

Collapse
 
devsecbbs_dev profile image
DevSecBBS

developed one more page view of my blog project😀...

Collapse
 
lotfijb profile image
Lotfi Jebali

Got to explore more node js, started learning express js and daily trying to optimize my code

Collapse
 
pengeszikra profile image
Peter Vivo • Edited

Deep diving into chatGPT prompt using, and my outcome written in this post:

chatGPT prompt iteration:

Using ChatGPT for Complex Fantasy Story and Programming Creation

start working with help

I also created 🇭🇺 hungarian translated version too

Collapse
 
mbrunos profile image
Maurício Bruno

Dived into Node.js and some architectural concepts