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.

Top comments (31)

Collapse
 
jarvisscript profile image
Chris Jarvis

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

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
 
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
 
vulcanwm profile image
Medea • Edited

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

Collapse
 
crwainstock profile image
Crystal Rose-Wainstock • Edited

I completed a full stack app project as a milestone for my bootcamp. πŸ₯³ And as part of it, I used an async function to get all of the data and alphabetize it in the API router functions.

I didn't know what an API router function was a couple of weeks ago. 😊

I used React, Node, Express, and MySQL.

The function

Collapse
 
jgaskins profile image
Jamie Gaskins

This is awesome! API routing can be such a confusing topic, but you learn soooo much about HTTP along the way and it's a really great way to learn because you're not just learning the what, but also the why. πŸ’―

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
 
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
 
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
 
jgaskins profile image
Jamie Gaskins

I was experimenting with ARM-based servers on Google Kubernetes Engine, but in order to do that I had to add a selector to every deployment that said "it's okay to run this on servers with ARM processors" (so if you have both ARM and Intel servers, it doesn't try to run stuff for one on the other), including deployments I didn't create myself. Someone suggested a way of automating it, and I posted a bit about that journey, originally started as a question, on ops.io.

Kubernetes webhooks and certs for those webhooks - The Ops Community βš™οΈ

I'm experimenting with running ARM-based workloads on GKE so I need to set nodeSelector:...

favicon community.ops.io
Collapse
 
drhyde profile image
David Cantrell

Moved all my projects' Windows CI to Github Actions instead of Appveyor. Because Windows is involved it was a gigantic ball-ache, but I'm 97% of the way there and have decided I can't be bothered with any more debugging for the one remaining project which fails in Github Actions Windows but passed in Appveyor's Windows.

Collapse
 
matborowiak profile image
Mat Borowiak • Edited

I have built an app using AI that allows its users to use the power of the AI

It generates personalised emails for the recruiters, and I am about to respond with this link to all the bad emails from recruiters I am receiving.

ai-recruiting-email.vercel.app/

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
 
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
 
cschliesser profile image
Charlie Schliesser

Started using Fastify with TypeScript and am ecstatic with the gains in productivity.

Collapse
 
joshpike profile image
Josh Pike

Migrated from Mix to Vite