/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

nalanj.dev
| | ilikekillnerds.com
4.4 parsecs away

Travel
| | Whilst doing some work in a library I maintain, I needed to add in the ability to calculate the hash of an included file for an integrity check feature I was adding in. The resulting solution is simple and not boast-worthy, but given others might encounter a situation where they need a hash of a [...]
| | raphael.medaer.me
4.2 parsecs away

Travel
| | If you are a front-end or a fullstack developer, you maybe already imported CSS files from a Javascript or a Typescript file. For instance: import styles from "./styles.css" A few months ago it would not have been possible out of the shelf. Indeed you would need a bundler (such as WebPack, Rollup,...) to "inline" the CSS file as a string in your Javascript file. Nowadays it's possible thanks to the "CSS Modules" (to not confuse with the homonym open-source project).
| | 2ality.com
3.9 parsecs away

Travel
| | The ECMAScript proposal "import()" by Domenic Denicola is at stage 4 and part of ECMAScript 2020. It enables dynamic loading of ECMAScript modules and is explained in this blog post.
| | milway.ca
17.9 parsecs away

Travel
| Last Friday I gave a talk at UChicago in their Weekly Morphology & Syntax Workshop. My slides are below: SlidesDownload It had been a while since I'd