You are here |
lamplightdev.com | ||
| | | |
www.joeltok.com
|
|
| | | | 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
|
|
| | | | 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
|
|
| | | | An enhancement on the enhancer / handler pattern for JavaScript | |
| | | |
aaronluna.dev
|
|
| | 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,... |