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?

Hey there!

Looking back on your week, what was something you're proud of?

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

Examples of 'wins' include:

  • Starting a new project
  • Fixing a tricky bug
  • Playing a new video game... or whatever else might spark joy ❀️

Congrats on your wins this week!

Happy parrot

Top comments (30)

Collapse
 
matteobruni profile image
Matteo Bruni

I made these confetti animations using the JavaScript canvas transform, way more realistic than the previous ones

Collapse
 
waylonwalker profile image
Waylon Walker

πŸŽ‰πŸŽ‰πŸŽ‰

Collapse
 
cenacr007_harsh profile image
KUMAR HARSH

Wrote 3 blogs in the last Week, they crosses 50k views all together, 3 got shared by the Dev Twitter handle, and one my comments got a place in top 5 comments πŸ˜€. This week was amazing for me πŸ₯³.

Collapse
 
booyouon profile image
Vince Abuyuan • Edited

Just went camping with my partner! Her jeep just got a roof tent installed… and I gotta say it was one of the most comfiest camping experiences I’ve ever had. (: definitely a win in my book

roof tent

Collapse
 
thomasbnt profile image
Thomas Bnt • Edited

I redesigned Whois on Discord !
This version change :

  • No more Bootstrap and Jquery, CSS homemade
  • PWA ready
  • Hyper optimized

Preview Whois

Code source is available.

GitHub logo Mist3r-Robot / Whois

Get informations about a member or a bot in your browser direclty from their ID.

Collapse
 
theinterviewsage profile image
The Interview Sage

This week I wrote the following article in the Behavioral Interview series:


Series Links:

Cracking the Facebook Behavioral Interview - dev.to/theinterviewsage/top-facebo...

Cracking the Facebook System Design Interview - dev.to/theinterviewsage/top-facebo...

Collapse
 
__manucodes profile image
manu • Edited

Let's see....

  • Played some minecraft :D
  • Fixed all bugs in my app...
  • Added a feature to check if user is logged in or not every minute, and check if the session timed out
    window.addEventListener('load', function(){
        var interval = setInterval(function() {
            var xhttp = new XMLHttpRequest();
            xhttp.onreadystatechange = function() {
                if (this.readyState == 4 && this.status == 200) {
                   if(xhttp.responseText.toString() !== "true") {
                       window.location = "https://smartlist.ga/dashboard/login.php?inactive"
                   }
                }
            };
            xhttp.open("GET", "https://smartlist.ga/dashboard/user/check_if_loggd_in.php", true);
            xhttp.send();
        }, 60000)
    })
Enter fullscreen mode Exit fullscreen mode

... And found a bug on dev.to!
https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xvhuo0a32ijh7i1evd5a.PNG

Collapse
 
iamvictor profile image
Victor Ikechukwu

Wrote a blogs in the last Week, that crossed 6k views, it got shared by the Dev Twitter handle, and I got picked as one of the top authors of the Dev.to πŸ˜€. Also I secured an interview for my first internship!. This week was amazing for me πŸ₯³ πŸ₯³.

Collapse
 
vonheikemen profile image
Heiker

my plugin Programmatic Key Bindings for Sublime Text is live in package control. Meaning, people can install it directly from sublime.

And it's already a success. Like... it has 3 downloads... 3! And I swear only one of them was me.

Collapse
 
mvoloskov profile image
Miloslav πŸ³οΈβ€πŸŒˆ πŸ¦‹ Voloskov • Edited

My project Pixelhunter made it to the Product Hunt Product of the Day #3 position and also Product Hunt newsletter. This is the very first project where I could go full on my vision and got paid.

Collapse
 
offlineprogrammer profile image
Offline Programmer

My posts on Dev crossed 12k views ... oh and I have 444 followers on twitter

Collapse
 
booyouon profile image
Vince Abuyuan

Congrats on 444 followers!
poop