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
  • Going on a beautiful walk ... or whatever else might spark joy ❤️

Happy Weekend!

Excited astronaut

Top comments (38)

Collapse
 
__manucodes profile image
manu

Hmm...

Well nothing too much really...
But I made my website work offline :D
https://dev-to-uploads.s3.amazonaws.com/uploads/articles/inppjenzvhem8fofs5gj.png

lol experimenting with PWAs and serviceWorker

Collapse
 
gablaroche profile image
Gabriel Laroche

after two years I finally posted a new post on here! :D

Collapse
 
codeandclay profile image
Oliver • Edited

I have the motivation of a large rock so most things are a win for me.

A few weeks ago, I created a small website (goodi.sh) that lists domain-hack type URLs ending with .sh. It scrapes WHOIS several times a day and the page is re-built automatically from the scraper output. All done with Github actions – which I'd never used before.

I was a little disheartened by the site's lack of traffic though and so I started reading about SEO. I'm familiar with many of the practises but SEO always seemed a bit skeevy to me. However, with few visitors, I finally accepted that if I wanted to make a successful website, I needed to learn SEO and marketing in general.

So, this week, I set up a blog – ostensibly as a sandbox for experimenting with SEO. I haven't learned so much about SEO yet – and I'm still to write a decent post – but I did enjoy honing my design skills and learning about CSS grid and flexbox. It also gave me the chance to become more familiar with Jekyll and I wrote some Liquid template plugins to handle things like fetching post thumbnails. It's not perfect but I found enjoyment working on it. (And it's been a while since I've found proper enjoyment doing computer stuff.)

The blog is jllyfsh.com

Collapse
 
rgedwill profile image
rgedwill • Edited

I was in the same boat up until like 6 months ago! I was working as a consultant on a project but for the most part was doing basically nothing. I started working on a few things and 2 months ago committed to building a social media platform, have been working on it ever since.

Really feels like I'm starting to enjoy playing with computers/websites again! Good luck to you on keeping the momentum going, its easy to do when you remember coding is actually really fun!

Collapse
 
fennecdjay profile image
Jérémie Astor

I started implementing an algebraic effect system in my language, and that project also earned its 250th github star today 😄

GitHub logo Gwion / Gwion

🎵 strongly-timed musical programming language

Gwion

Language grade: C/C++ CII Best Practices Coverage Line Count

All Contributors

Linux MacOs Windows

Gwion is a programming language, aimed at making music

strongly inspired by ChucK, but adding a bunch high-level features templating, first-class functions and more.

It aims to be simple, small, fast, extendable and embeddable.

Checkout the community, and join us on discord: discord.gg/KmHqbTKSmS. You can also check this very nice server about programming language devlopment: discord.gg/4Kjt3ZE, since a lot of improvements to gwion are discussed there.

Build

Download the source

git clone https://github.com/Gwion/Gwion
cd Gwion
git submodule update --init --recursive util ast
make
Enter fullscreen mode Exit fullscreen mode

Configuring (optional)

You can get a list of config files to tweak with

find . -name "config.mk"
Enter fullscreen mode Exit fullscreen mode

Please rebuild to take your change into account.

make -C util clean
make -C ast  clean
make clean
make

Besides developer options, you migth want to check USE_DOUBLE, in util/config.mk, which set the floating point size (float or double) Note that…

Collapse
 
codeandclay profile image
Oliver

This looks insanely good. I fear I might have discovered a new time-sink.

Collapse
 
fennecdjay profile image
Jérémie Astor

Thanks you :) very much.
If you have some interest in this project, know you can join me and the collaborators at
discord.gg/KmHqbTKSmS

Collapse
 
thedevdavid profile image
David

I became the COO of a company where I joined as a mobile developer 3 years ago.

Collapse
 
abdulbasit313 profile image
Abdul Basit

Wrote an article that helped community

Collapse
 
wilkuintheair profile image
Piotr Wilk

Wrote my first posts ever in #5days5blogposts challenge! Yay!

Collapse
 
debugagrawal profile image
Deepak Vijay Agrawal • Edited

Recently I created a 2D platformer game on Unity with C#, completed 100 Players Milestone on Itch.io

Level 1

Play : Olaf's Adventure

Feel free to add your suggestions and feedback for the Game in comments. ❤ 👩‍💻

Collapse
 
bobbyiliev profile image
Bobby Iliev

I received the 16 week streak badge on DEV 🥳

Collapse
 
dmahely profile image
Doaa Mahely

Nice!

Collapse
 
ozlemgulp profile image
Özlem

Start learning Github actions

Collapse
 
dmahely profile image
Doaa Mahely

Consistently worked on a side project 🎉

Collapse
 
theowlsden profile image
Shaquil Maria

I finally decided to post a blog explaining something that I just learned a while ago! 🍻 Here to future posts!

Collapse
 
gablaroche profile image
Gabriel Laroche

Thank you!

Collapse
 
prakh_r profile image
Prakhar Yadav • Edited
  1. I did not discontinue my learning streak on freeCodeCamp
  2. learned Flexbox
  3. learned to cook a new dish
  4. took time to read novel (a little escape to wonderland is necessary)
  5. took time to enjoy my hobby (photography; a sample pic)
Collapse
 
husbycodereis profile image
Ali Riza Reisoglu

Joined dev.to and published first posts 💙