Explore >> Select a destination


You are here

lamplightdev.com
| | www.joeltok.com
12.0 parsecs away

Travel
| | Introduction Nx is a tool that manages monorepos and standardises tooling within that monorepo. As part of these standards, Nx provides a set of tools that allow users to quickly generate a static vanilla HTML website, without any complicated tooling. Prerequisites To begin, make sure we have an Nx workspace setup. npx create-nx-workspace@latest ? Which stack do you want to use? ยท none ? Package-based monorepo, integrated monorepo, or standalone project?
| | scottjehl.com
9.4 parsecs away

Travel
| | A little while back, a friend mentioned that there really should be an HTML Web Component for QR codes. This is how I'd make one if I needed to.
| | www.petergoes.nl
7.5 parsecs away

Travel
| | An enhancement on the enhancer / handler pattern for JavaScript
| | aaronluna.dev
74.4 parsecs away

Travel
| Hugo includes a built-in syntax-highlighter called Chroma. Chroma is extremely fast since it is written in pure Go (like Hugo) and supports every language I can think of. Chroma's speed is especially important since syntax highlighters are notorious for causing slow page loads. However, it lacks one vital feature - an easy way to copy a code block to the clipboard. I decided to document my implementation using only vanilla JS since every blog post I found for this issue relied on jquery to parse the DOM,...