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 πŸ˜„

Alt Text

Happy Friday!

Latest comments (90)

Collapse
 
gabriela profile image
Gabi • Edited

I got married! Wearing masks and gloves of course and with proper distance between others. It was us and our parents and the civil ceremony and it was great.

Collapse
 
oraclesean profile image
Oracle Sean ♠️

Late last month I was promoted to Oracle ACE for community contributions and expertise with Oracle! It's very exciting and something I never imagined achieving. My wife even had celebratory cookies made!

Collapse
 
nop33 profile image
nop33.eth

Managed to work for 13.5h on my side-projects, while learning Vue and Vuetify! I'm building an app that will help me compare playlists between iTunes, Spotify and Rekordbox cause my libraries are a mess..!

Collapse
 
jonathanyeong profile image
Jonathan Yeong

Yeah! I'm going to push myself to try and double that number and aim for 12 more posts by the end of the year. Average 2 posts a month, seems doable!

Collapse
 
omerkling profile image
Owen Merkling

Rearranged the house so the kids could have separate rooms. I'm tired but they are happy πŸ™‚

Collapse
 
ashleyjsheridan profile image
Ashley Sheridan

Been working on the front end for an account 2fa enable/disable function written in a mix of Angular, PHP, & C# which was released this week. Started it while lockdown started, so there was double the pressure due to looking after my kids at home as well.

Collapse
 
esraanasr92 profile image
Esraa Nasr

This week I start learning React, write 2 posts on dev.to, start new WordPress project and clean my house πŸ˜„πŸ˜„ That's enough

Collapse
 
thtmnisamnstr profile image
Gavin

Mine was syndicating a post on OpenTelemetry here from our corporate blog. I'm trying to get my company more active here, and this was a first step that was difficult to clear.

Collapse
 
phantas0s profile image
Matthieu Cneude

I've completed my landing page for my book: themouseless.dev/

Collapse
 
bauripalash profile image
Palash Bauri πŸ‘»

This week , I finished designing a programming language , MewMew , which let's one program in cats' language.

GitHub logo bauripalash / mewmew

/ᐠqꞈqᐟ\ MewMew Programming Language - Program in Cats' Language

/ᐠqꞈqᐟ\ MewMew Programming Language

Program in Cats' Language

MewMew 🐱 is an Esoteric Just for Fun programming language. You can use MewMew to program in cats' language.

πŸŽ‰ Get Started

😸 Integers

There's no concept of numbers (eg. 1 2 3 4 100) in MewMew, instead we use mews. 1 mew is equal to 1 , therefor mewmew = 2 , mewmewmew = 3 , mewmewmewmewmewmewmewmewmewmew = 10. (You got the Idea right)

😸 Operators

MewMew supports a few types of operators =>

  • + -> Addition
  • - -> Subtraction
  • * -> Multiplication
  • / -> Division
  • ** -> Power
  • ~ -> Absolute Value
  • - -> Unary Minus
  • > -> Greater than
  • >= -> Greater than equal to
  • < -> Less than
  • <= -> Less than equal to
  • == -> Is Equal to
  • != -> Not Equal to
  • & -> And
  • | -> Or
  • % -> Modulus (Remainder)

😸 Identifiers

MewMew…