The quiet problem with unnecessary asyncallthingssmitty.com1 points·by AllThingsSmitty·上個月·1 comments
I keep tripping over "true, false, true"allthingssmitty.com26 points·by AllThingsSmitty·2 個月前·56 comments
I don't chain everything in JavaScript anymoreallthingssmitty.com40 points·by AllThingsSmitty·3 個月前·50 comments
From instanceof to Error.isError: safer error checking in JavaScriptallthingssmitty.com1 points·by AllThingsSmitty·5 個月前·0 comments
Explicit Resource Management in JavaScriptallthingssmitty.com2 points·by AllThingsSmitty·5 個月前·1 comments
Stop turning everything into arrays (and do less work instead)allthingssmitty.com3 points·by AllThingsSmitty·6 個月前·0 comments
React has changed, your Hooks should tooallthingssmitty.com1 points·by AllThingsSmitty·7 個月前·0 comments
Error chaining in JavaScript: cleaner debugging with Error.causeallthingssmitty.com4 points·by AllThingsSmitty·8 個月前·0 comments
How to group arrays in JavaScript without reduce()allthingssmitty.com1 points·by AllThingsSmitty·9 個月前·1 comments
Stop using .reverse().find() in JavaScript: meet findLast()allthingssmitty.com3 points·by AllThingsSmitty·10 個月前·0 comments
Understanding Promise.any(): when one success is enoughallthingssmitty.com1 points·by AllThingsSmitty·11 個月前·0 comments
Logical assignment operators in JavaScript: small syntax, big winsallthingssmitty.com1 points·by AllThingsSmitty·12 個月前·0 comments
Modern async iteration in JavaScript with Array.fromAsync()allthingssmitty.com2 points·by AllThingsSmitty·12 個月前·1 comments
Make your JavaScript functions smarter and cleaner with default parametersallthingssmitty.com2 points·by AllThingsSmitty·去年·0 comments
AllThingsSmitty·去年·discussI created a GitHub repo with classic algorithms written in readable, modern JavaScript. It’s aimed at learners and interview prep. Would love your feedback or ideas for improvements.https://github.com/AllThingsSmitty/javascript-algorithms