Explore >> Select a destination


You are here

ilikekillnerds.com
| | www.spudart.org
10.6 parsecs away

Travel
| | In the year 2000, I bought a homemade Cabbage Patch Mr. T doll from a new-ish site called eBay. Now, he sits as the bodyguard to the bedroom of my 4-year-old and 7-year-old daughters.
| | raphael.medaer.me
7.8 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).
| | www.sgclark.com
9.9 parsecs away

Travel
| | Lions Gate Entertainment studios signed a deal with AI company Runway that provides the AI company with access to the studio's library, with the goal of using
| | yieldcode.blog
61.8 parsecs away

Travel
| setTimeout() is the most powerful execution control function. Sadly - it's not async. Lets turn it into one.