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

Oldest 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
 
m_ahmad profile image
Muhammad Ahmad
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
 
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

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
 
afif profile image
Temani Afif

I earned the MVP award !
mvp.microsoft.com/fr-fr/PublicProf...

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
 
jmfayard profile image
Jean-Michel 🕵🏻‍♂️ Fayard
Collapse
 
markokoh profile image
Mark Okoh

Finished my first VueJS project: DiscountDom.com

Collapse
 
andrewbaisden profile image
Andrew Baisden

Created an app for a Hackathon, and published two new articles.

Collapse
 
kayis profile image
K

Set up my first AWS Infinidash cluster.

Collapse
 
fabriciojs profile image
Fabrício José Souza

We (me and my team) are making progress on getting the word out about our Open Source project for managing local development environments using Docker containers - the Kool project!

Our most recent post here on dev.to is getting some good feedback so far, and we are very excited about it!

Great week!

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
 
brandonwallace profile image
brandon_wallace

I contributed to an open-source project to improve the code base with several pull requests and fixed a bug in the project. It was fun.

Collapse
 
waylonwalker profile image
Waylon Walker

Hitting my previous wom average on my new split keeb.