Explore >> Select a destination


You are here

scripting.com
| | techtldr.com
8.1 parsecs away

Travel
| | Chrome Developer Tools have a very useful option that allows to copy any API request as a CURL command. This tool can be used to test APIs without having to rely on the Browser, get access to unofficial APIs, scrape data and many other useful scenarios. Please allow me to demonstrate. In this video, I [...]
| | ericlathrop.com
6.3 parsecs away

Travel
| | I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python.
| | bdadam.com
7.2 parsecs away

Travel
| | Boilerplate code for generating static websites with node.js, GruntJS and Assembe.
| | logr.cogley.info
22.5 parsecs away

Travel
| I usually use the static site generator called Hugo, but I am interested in this SSG called «elm-pages», which is a smart collection of elm scripts with sane defaults for site generation. ??