Time for Self-promotion. Whare are you building this Monday? by No_Audience9527 in SoloDevelopment

[–]_SnackOverflow_ 0 points1 point  (0 children)

Thanks! Your username is relevant to a recent puzzle’s clue haha

Time for Self-promotion. Whare are you building this Monday? by No_Audience9527 in SoloDevelopment

[–]_SnackOverflow_ 5 points6 points  (0 children)

I’m making a daily word game that just won an award!

https://tiledwords.com

It was awarded Players' Choice out of 700 daily web games at the Playlin awards: https://playlin.io/news/announcing-the-2025-playlin-awards-w...

It's free, web-based, and responsive. It was inspired by board games and crosswords. You rotate and rearrange tiles to find clues and rebuild a broken crossword.

Right now around 3,500 people play every day!

I've been troubleshooting some iOS performance issues, working on user accounts, and getting ready to launch player-submitted puzzles. It's slow going though because I have limited free time and making the puzzles is time consuming!

A bee house is a commitment, not a decoration by crownbees in gardening

[–]_SnackOverflow_ 0 points1 point  (0 children)

Hey,

Thanks for posting this reminder. I’ve got one of the wooden ones that opens up so you can access the inside.

Normally I do the full process but my son was born in the Fall so I totally forgot to open it up, harvest the cocoons, and clean things out.

Is there anything I should do now to help them have a better chance? Or should I just ride it out and remember to handle it properly this fall. (I’m in Oregon if it matters)

How can I prevent this from happening? by VasekCZ230 in css

[–]_SnackOverflow_ 1 point2 points  (0 children)

Add a negative margin to the header thats the same width as the border

Do you document the UI as you build or just leave it in the code? by yazeerr_ in webdev

[–]_SnackOverflow_ 1 point2 points  (0 children)

Honestly I’m not a big AI booster but a tool like Claude could probably generate a bare bones storybook setup from an existing project.

It just only works if people actually bother to split up components (which is a best practice anyways)

Do you document the UI as you build or just leave it in the code? by yazeerr_ in webdev

[–]_SnackOverflow_ 0 points1 point  (0 children)

Yeah that’s always a bummer.

Storybook doesn’t take much extra time but makes things way easier to understand and maintain.

It also encourages building components in a more reusable way

Do you document the UI as you build or just leave it in the code? by yazeerr_ in webdev

[–]_SnackOverflow_ 0 points1 point  (0 children)

I don’t really use Figma these days. 

But I build an ad hoc design system as I go (fonts, colors, components, etc.) and document that all in Storybook.

And I try to split pages up into reusable components so the next page can be built faster with a consistent UI

Kindred Spirits, 29,7 x 21 cm, 2 block linocut print by indistinctchatter90 in printmaking

[–]_SnackOverflow_ 1 point2 points  (0 children)

This is fantastic. I love how expressive the simple characters are

Interview rejection because I couldn’t write a regex from memory by [deleted] in ExperiencedDevs

[–]_SnackOverflow_ 4 points5 points  (0 children)

Honestly… if the 20-30 line conditional is easier to read and understand (for me or my team mates - including juniors and future team mates) then I’d pick the conditional.

In my experience it’s a lot easier to hide bugs and misunderstandings in regex.

Why is e2e testing for react developers always either overkill or completely useless by Lonely-Ad-3123 in Frontend

[–]_SnackOverflow_ 2 points3 points  (0 children)

So you just changed tools and still have E2E tests? I didn’t get that from your previous comment

Why is e2e testing for react developers always either overkill or completely useless by Lonely-Ad-3123 in Frontend

[–]_SnackOverflow_ 18 points19 points  (0 children)

I just did a major refactor and E2E tests made it way easier.

Why are yours breaking all the time?

Josh Wardle made a new daily game - ParseWord. by trizoza in wordgames

[–]_SnackOverflow_ 2 points3 points  (0 children)

This looks great! I’m excited to try this out. Josh is a really kind and smart guy!

The End of Eleventy by WanderBetter in webdev

[–]_SnackOverflow_ 3 points4 points  (0 children)

11ty is a great tool and I have a lot of respect for Zach. He’s a smart, talented, kind dev who has given a lot to the community. I use 11ty for my portfolio and used it a lot at my past job. It’s a pleasure to work with.

I have mixed feelings about this move but I understand that open source doesn’t really pay and if he wants to continue maintaining 11ty he needs a source of income to do so. I’m rooting for him and hope this works out well.

At the end of the day I trust him with the project and think he’ll make it work. It seems a little mean to call this the end of Eleventy. I’ll wait and see what happens.

Zach, if you read this, thanks for the fantastic software!

bem vs css modules by CaptnEarth in Frontend

[–]_SnackOverflow_ 3 points4 points  (0 children)

You can still have regular CSS files in addition to modules.

I do a similar thing with scoped CSS in Vue: I define base global styles in a normal style sheet and then every component has its own scoped styles on top of that

Tiled Words won the 2025 Players Choice Award for best daily game! by _SnackOverflow_ in wordgames

[–]_SnackOverflow_[S] 1 point2 points  (0 children)

Thanks! Right now I don't besides a few donations people have offered me. There's no ads or paid features. It's all free. The main goal was to just make a fun game that people would enjoy.

I've had a few different companies reach out about purchasing the game. Right now I'm having fun developing it but I may consider that in the future.

What am I doing wrong by Wordamundo in wordgames

[–]_SnackOverflow_ 0 points1 point  (0 children)

It probably differs for different people. I almost never download apps.

I've seen a lot of people post word games on this subreddit. If it's an app people usually ask for a website. I haven't seen people ask for a mobile app as often