Explore >> Select a destination


You are here

digitaldrummerj.me
| | sam.hooke.me
1.5 parsecs away

Travel
| | The home page of Sam Hooke.
| | helenchong.dev
1.5 parsecs away

Travel
| | How I added a button to copy code snippets to my website with JavaScript.
| | aaronluna.dev
0.2 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,...
| | v8project.blogspot.se
18.5 parsecs away

Travel
| WebAssembly or Wasm is a new runtime and compilation target for the web, now available behind a flag in Chrome Canary!