/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

github.com
| | ukiahsmith.com
9.4 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.
| | tom.preston-werner.com
9.1 parsecs away

Travel
| |
| | madole.xyz
5.0 parsecs away

Travel
| | Looking back at what I've learned from creating 2 separate component libraries | Blog post
| | nodogmablog.bryanhogan.net
39.1 parsecs away

Travel
| It is easy to debug an AWS Lambda function locally with Visual Studio Code, all you need to do is install one tool and make one change to the launch.json file. Read on to see how.