/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
| | 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.
| | 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...
| | chrismanbrown.gitlab.io
3.2 parsecs away

Travel
| | [AI summary] The author reviews ten positive aspects of Deno, a modern JavaScript runtime that aims to simplify development with built-in TypeScript support, automatic tooling, and secure defaults.
| | mherman.org
20.7 parsecs away

Travel
| This tutorial looks at how to implement an API with Node, gRPC, and Postgres.