When writing code in JavaScript, have you ever wondered whether you should use `export default` or avoid it (named exports)?“If it's one feature per file, default is fine, right?”“It's easier because ...
I have thousands of html files on my local drive and would like an easy way to browse them in Firefox. Right now, I'm manually opening groups of 25 at a time in separate tabs. Ideally, there'd be a ...