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 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
  • Enjoying the outdoors... or whatever else might spark joy ❤️

Have a wonderful weekend!

Man flying with the caption

Oldest comments (28)

Collapse
 
polterguy profile image
Thomas Hansen

12,000 readers on my articles 😎💪🎉🤗

Collapse
 
atulcodex profile image
🚩 Atul Prajapati 🇮🇳

Biiiiiig congrats thomas

Collapse
 
polterguy profile image
Thomas Hansen

Thx mate :)

Collapse
 
yuridevat profile image
Julia 👩🏻‍💻 GDE

One of the 7 authors of the week 🥳

Collapse
 
atulcodex profile image
🚩 Atul Prajapati 🇮🇳

congratulations

Collapse
 
kithminiii profile image
Bhagya Kithmini

Completed another CS50 program by University of Harvard.

Collapse
 
atulcodex profile image
🚩 Atul Prajapati 🇮🇳

wonderful, keep it up

Collapse
 
redhap profile image
HAP

I bought my dream car: Shelby Cobra GT500

not my actual car, I haven't taken any pix yet

Collapse
 
atulcodex profile image
🚩 Atul Prajapati 🇮🇳

wooooh

Collapse
 
perssondennis profile image
Dennis Persson

Got a new likes/views ratio record on my new article with 10 tips on how to increase readers here on DEV.

Turns out people enjoyed the article a lot! 🥳

Collapse
 
chrisgreening profile image
Chris Greening

Finally got around to moving my tomato plants out of their pots and into the ground :~)

Collapse
 
adriens profile image
adriens
  • Made a great Story Telling speech around graphatascience and team collaboration
  • We open sourced a SDK at opt-nc :

GitHub logo opt-nc / phonenumber-validator

SDK java permettant de valider et qualifier un numéro de téléphone calédonien.

semantic-release 🪶 Java CI with Maven

phonenumber-validator

SDK Java permettant de valider, qualifier un numéro de téléphone calédonien.

⬇️ Import de la dépendance publique

Cette dépendance est disponible publiquement via Jitpack.

🪶 Maven

Ajouter la repo Jitpack :

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>
Enter fullscreen mode Exit fullscreen mode

Puis la dépendance :

<dependency>
  <groupId>com.github.opt-nc</groupId>
  <artifactId>phonenumber-validator</artifactId>
  <version>Tag</version>
</dependency>
Enter fullscreen mode Exit fullscreen mode

🐘 Gradle

Ajouter la repo :

allprojects {
  repositories {
            ...
  maven { url 'https://jitpack.io' }
        }
}

Puis la dépendance :

dependencies {
  implementation 'com.github.opt-nc:phonenumber-validator:Tag'
}

✍️ Exemples de code

Plusieurs exemples sont disponibles dans la classe Main du projet. Pour lancer l'exemple:

mvn clean package
java -jar target/phonenumber-validator-1.0.0.jar
Enter fullscreen mode Exit fullscreen mode

La classe utilitaire PhoneNumberValidator ne prend en entrée que des chaines de caractères respectant la norme E.164, i.e de…

Collapse
 
jmfayard profile image
Jean-Michel 🕵🏻‍♂️ Fayard

I had not written here since almost one year

... and today I completed two drafts 🎉

Collapse
 
marinsborg profile image
Marinsborg.com

We started a new site this week with the idea of teaching programming and talking about experiences of working as developers and QA automation engineers. We prepared and designed everything for about a month.
And this week we went public and we already got our first subscribers to our newsletter.

We are really proud and happy. We are enthusiastic about the future and have many ideas that we want to make. This week was really successful! And I hope that in six months I will have the same spirit and motivation about it.

Collapse
 
poetaman profile image
poetaman