/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.rockyourcode.com
| | olddeuteronomy.github.io
0.8 parsecs away

Travel
| | Blog: Enabling the full-text RSS entry for Elfeed
| | dawranliou.com
0.9 parsecs away

Travel
| | I, too, Wrote Myself a Static Site Generator
| | labanskoller.se
0.8 parsecs away

Travel
| | Inpired by Hackeriet's blog where Alexander Kjäll use to post CTF write-ups, I've decided to create a personal one for myself. Focus will be on IT security. Hackeriet's blog is powered by Jekyll which is a static site generator written in Ruby. See their post Creating a fast blog for how they set up their blog. I have decided to try another static site generator called Hugo, which is written in Go.
| | codefoodpixels.com
6.4 parsecs away

Travel
| Modern browsers have the native selector engine document.querySelectorAll which is really useful for easily finding elements. I had assumed that it returned an Array but I've just found out that I was wrong and it returns a NodeList.