DEV Community

Cover image for What was your win this week?
Jess Lee
Jess Lee Subscriber

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 😄

Happy Friday!

Oldest comments (41)

Collapse
 
dan_starner profile image
Daniel Starner • Edited

I've now had five (!!!) Pull Requests merged into open source projects! This closes one of my biggest programming bucket list items 😃 And I'm still making more, so its only going to go up from here.

Collapse
 
arvigeus profile image
Nikolay Stoynov

I think this is a win for all of us. 🙂

Collapse
 
fultonbrowne profile image
Fulton Browne

Great job!! its people like you that make my project and so many others possible.

Collapse
 
dan_starner profile image
Daniel Starner

Thanks so much for the encouragement! I’ve always wanted to get involved with open source and it’s exciting to dive into it and have accepted changes

Collapse
 
waylonwalker profile image
Waylon Walker

I learned how to make GitHub actions and made and entry in the actions hackathon.

Collapse
 
pachicodes profile image
Pachi 🥑

I gathered the courage (thanks to my BFFs) to ask for my a full-time position for a company I was freelancing and now I got my first Jr. web dev job!!!

Collapse
 
jacobmgevans profile image
Jacob Evans

Increased overall test coverage for a large codebase from >30% to around 79% in one day. Some of them could be better...

Collapse
 
scrabill profile image
Shannon Crabill

I passed my Rails & Javascript review a few hours ago! I did not realize there would be a quiz, and after stumbling in the beginning (I'm looking at you hoisting and scope) but my instructor said I was the first one so far to correctly answer the last function/scope quiz question.

I built a game in vanilla JS with a ruby on rails backend for my project. It was a lot of fun! I'll write some more posts about my process, etc when I have time. For now, it can be played and downloaded locally.

GitHub logo scrabill / food-or-foe

How many food emoji can you correctly identify in 30 seconds?

Food or Foe?

How many food emoji can you correctly identify in 30 seconds?

Each correct answer is worth 1 point. A wrong answer decreases your score by 1 point.

At the end of a round, add your name and score to the leaderboard!

Happy guessing!

Screnshot of Food or Foe?

Installation

git clone https://github.com/scrabill/food-or-foe.git
cd food-or-foe/backend
rails db:migrate
rails db:seed
rails s

To play, open frontend/index.html in a browser. If you encounter any bugs or glitches while playing, please open an issue so that I can look into finding a fix.

API Endpoints

Food or Foe? has three models, each of which can be accessed at the following endpoints.

Contributing

Is this game missing your favorite emoji?

To contribute, please make a pull request with at least the name of the emoji, it's character and if it is a food or not to the backend/db/seeds.rb file.

Here's how I would…

Collapse
 
fultonbrowne profile image
Fulton Browne

Released a new version of Ara and I am starting the roll out of improvements for localization in the backend. I also started working some new ui elements in Ara.

Collapse
 
golangch profile image
Stefan Wuthrich

Finally got back to coding after some issues (good an less good) and working on a new product, named OMNITED.
This is built from words Omni (all) and United and is about solving the problem of having conversations with different peoples on different channels.

I put a very very simple first LP online: omnited.com.

Based on my own "framework" and Stack (used also with with kunvenu.com) #go, #vue, #arangodb, #redis, #nsq and Rancher/Docker I did this week full reg/auth flow with GUI, Team and Space management.

Collapse
 
ayyappa99 profile image
Ayyappa

Can you please share your feedback on ArangoDB?

Collapse
 
ddhogan profile image
Donna Hogan

Started writing blog posts again!

One about my first year as a dev, and one about Eleventy w/GitHub Pages

Collapse
 
tx2z profile image
Jesus Perez

I launched my open source project to create web components with typescript and published my first post in dev.to about it dev.to/tx2z/create-web-components-... \o/

Collapse
 
integerman profile image
Matt Eland

I celebrated 6 years of marriage with my wife, toured the USS Yorktown (carrier), and received and accepted a job offer to become an instructor at a local bootcamp.

Collapse
 
dan_starner profile image
Daniel Starner

Congrats on all of that!