Urgent.News

What's breaking now, across thousands of outlets.

Tech

16 Posts, Started Commenting, then got the Shield

I joined DEV in June and started doing what I have been avoiding for a long time. Now and then, I hit the publish button and closed the DEV window tab. Sixteen posts went out that way. They averaged 1.6 reactions. Several of them got none at all. I told myself the work was good and the readers would find it, which was the comfortable thing to believe while nothing was happening. Fast forward to…

In June, the author began their journey on DEV by publishing 16 posts, but they went unnoticed, each averaging only 1.6 reactions. Some posts received no engagement at all, and the author became disheartened, convinced that their work was good but no one cared. However, in mid-July, the author changed their approach by actively reading and commenting on other users' posts, which led to a noticeable increase in reactions and followers for their own content.

This shift in behavior seemingly caught the attention of DEV community members, resulting in the author receiving Trustee Member status without any solicitation. The author researched the criteria for attaining this status and found that two out of the three possible methods had never been applied by the author. The remaining method likely involved someone noticing their contributions, and indeed, this is the aspect the author wishes they had focused on more in June.

They express gratitude to several community members, including @xulingfeng, @technogamerz, and @vinhnguyenthanhdn, for their positive impact on the author's experience. The author emphasizes that the writing itself was never the issue; rather, consistently showing up and participating in the community was. They express their appreciation to the DEV team for the trust bestowed upon them and affirm their commitment to using the thumbs down sparingly, following the guidance provided in the Trusted Member status handbook. For those interested in learning more, the full guide can be accessed via the provided link.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Can You Type Named Slots in Astro? (Short Answer: Not Yet)

Someone asked me this in the Astro Discord recently, and I went looking for a real answer instead of guessing. Sharing it here because it's a question that comes up a lot, and the honest answer isn't…

  • Typed named slots not supported in Astro yet
  • Props typing only covers default slot
  • Runtime checks with Astro.slots.has() possible

Stripe Connect refunds: the two flags that silently cost platforms

Problem When a Stripe Connect platform refunds a charge, the platform often assumes that the original transfer and the application fee are automatically undone.

  • Refunds don't automatically reverse original transfer and application fee
  • Flags determine whether application fee and transfer are undone
  • Default flags false can cause silent financial losses for platforms

More from Friday 28 August →