Skip to content

Instantly share code, notes, and snippets.

View stikmanw's full-sized avatar

Ben Carter stikmanw

View GitHub Profile
@levand
levand / util.js
Created January 25, 2019 19:51
PulumiContext utility
const pulumi = require("@pulumi/pulumi");
const deepmerge = require('deepmerge');
const isPlainObject = require('is-plain-object');
const merge = function(x, y) {
return deepmerge(x || {} ,y || {}, { isMergeableObject: isPlainObject });
};
class PulumiContext {
@rob-brown
rob-brown / ElixirConf2014.md
Last active December 4, 2020 05:38
Notes from ElixirConf 2014

ElixirConf 2014

Dave Thomas—Opening Keynote

Twitter | Slides

Think different(ly)

Get out of your rut and learn new ways to think.