Skip to content

Instantly share code, notes, and snippets.

View jonwhittlestone's full-sized avatar
💭
... cloud hopping

Jon jonwhittlestone

💭
... cloud hopping
View GitHub Profile
{
"meta": {
"theme": "onepage-plus"
},
"basics": {
"name": "Jon Whittlestone",
"label": "Senior Backend Developer",
"image": "https://i.imgur.com/32x22gS.png",
"summary": "I am a full-stack developer designing, building and maintaining data-intensive apps. I'm a product-focused collaborator who consults with security and user feedback as primary concerns.\r\r Building across the entire stack, I specialise in delivering solutions that enable SaaS companies to retain larger and more valuable subscribers.",
"website": "http://words.howapped.com",
@jonwhittlestone
jonwhittlestone / do_cloud-config.init.yaml
Created June 8, 2020 05:15 — forked from c0psrul3/do_cloud-config.init.yaml
Digital Ocean cloud-init / cloud-config / droplet metadata usage
#
#DO droplet metadata intro + for DO-API
# [https://www.digitalocean.com/community/tutorials/an-introduction-to-droplet-metadata#how-to-retrieve-droplet-metadata#digitalocean-api]
#
#intro to cloud-config scripting (source of following examples)
# [https://www.digitalocean.com/community/tutorials/an-introduction-to-cloud-config-scripting]
#
#howto
# [https://www.digitalocean.com/community/tutorials/how-to-use-cloud-config-for-your-initial-server-setup]
#