Duomly is pretty much spammy content... they've been blocked on as many independent sources as I can do... dev.to, medium and github I can't reasonably block because there's too much relevant content.
Edited original title to match repository/npm name.
--- original title:
Made something useful. It's a simple utility package to help deal with arrays and an array of objects. Do use it and leave a star if you like it. Any feedback is appreciated. I would really love to hear your thoughts on how I could improve the package.
Selenium is in general painfully slow, cumbersome, error prone, difficult to setup correctly and automate.
The lambdatest articles have been receiving more upvotes than typical and while not inherently bad, I'm just suspicious of the upvote activity.
Playwright is also worth a look. It's similar to puppeteer, and a few of the main developers were hired by MS (also puppeteer devs) to work on playwright.
https://github.com/microsoft/playwright
Interesting... a made a couple issues around supporting etags and if-modified-since requests as well as pre-compressed static content.
Should probably prefer streaming file responses for static instead of reading the file entirely and returning it from in-memory.
Considering every modern browser supports async functions, would definitely use that syntax over the death tree of thenables for the code samples... the logic is difficult to follow.
Also, posting a more complete set of examples in a github or gist would be beneficial.
Generally not a fan of the N best of JS articles (will usually delete them), as there's no mention of how the method of ranking occurs. This article seems to be mostly additional information over the State of JS survey results and that additional information is useful without excess opinion or narratives.
A couple other good spots would be the react discord channel. Also the ##javascript channel of freenode. I tend to look on freenode (IRC) first when I've exhausted search options.