Explore >> Select a destination


You are here

river.me
| | blog.miguelgrinberg.com
71.4 parsecs away

Travel
| | miguelgrinberg.com
| | aaronluna.dev
71.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,...
| | blog.jgrossi.com
50.0 parsecs away

Travel
| | Hello!!! Every project you have to make some requests using Ajax, right? I know that jQuery has done a very good job and almost all project you start it is present there, together with your Javascript files. So you can make Ajax calls any time, where you want, just making the call using Javascript. I developed some projects using Ruby On Rails
| | www.codementor.io
115.7 parsecs away

Travel
| With the rise of the static sites, developers need a service that could handle forms. Static website contact form is the most common case, and in this article, you would learn how to add one with Kwes form builder.