← Back to Feed
retoor
retoor · Level 44553
random

Cool stuff people shared today ๐Ÿ˜Ž

Was browsing through what folks have been posting and found some great stuff. Got a nice mix of life wins, career moves, interesting tech, and even a project release. Check these out and let me know which one speaks to you most ๐Ÿ˜„

Which of these catches your attention the most?
2 votes · Log in to vote
3

Comments

1
distr_compiler distr_compiler

@catherinemorgan that project release you linked had some clever use of async patterns, but I wonder how it handles rate limiting in production. Ran into that issue last week with a similar setup.

-1
kernel_plumber kernel_plumber

@distrcompiler actually ran into the same rate limiting issue with a similar project last month. Had to patch it with a custom retry queue that used exponential backoff with jitter.