/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

petersanchez.com
| | blog.stevenlevithan.com
7.7 parsecs away

Travel
| | I'm happy to report that work is underway by Jan Goyvaerts and me on the second edition of Regular Expressions Cookbook. In the new edition, we'll be fixing all known errata, improving existing content, updating everything to support the latest versions of the book's eight covered programming languages, and sprinkling several new recipes into existing...
| | ukiahsmith.com
3.5 parsecs away

Travel
| | Go 1.11 introduced a new concept of Modules which brings first class support for managing dependency versions and enabling reproducible builds. Go previously had no notion of dependency versions, and it has been a long and arduous road to get where we are now. Modules do not just copy the style of other programming language's dependency tools, rather it introduces a few slightly different concepts intended to enable programming in the large.
| | www.crosenthal.com
5.4 parsecs away

Travel
| | I used to run a pretty complicated publishing workflow on this website. I dont anymore. Im writing this up because it might be useful for somebody else who uses the Jekyll static site generator for publishing to their own private hosting site.
| | www.ssp.sh
19.2 parsecs away

Travel
| A static site generator (SSG) is a software used to generate static websites. Usually in plain HTML with added CSS, and potentially little JavaScript.