/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

nilsnh.no
| | sookocheff.com
4.9 parsecs away

Travel
| | I've been experimenting with the Google Cloud Dataflow Java SDK for running managed data processing pipelines. One of the first tasks is getting a build environment up and running. For this I chose Gradle. We start by declaring this a java application and listing the configuration variables that declare the source compatibility level (which for now must be 1.7) and the main class to be executed by the run task to be defined later.
| | blog.healthchecks.io
3.4 parsecs away

Travel
| | In this article I will look at the current hosting setup of healthchecks.io, how it has evolved during the past two years, and what challenges I faced running this small but lively service. DigitalOcean When I first made the service public 2 years ago, it was running off a single $5/mo Digital
| | www.sethvargo.com
4.7 parsecs away

Travel
| | Terraform is a popular tool for infrastructure as code, but what if your infrastructure needs secrets like API keys or credentials? In this post, you will learn how to use Terraform to access Google Secret Manager secrets.
| | hjr265.me
29.5 parsecs away

Travel
| Strings in Go support Unicode. If you come from a programming language like C, you may think of strings as an array of (byte-sized) characters. In Go, you can ...