Skip to content

Instantly share code, notes, and snippets.

View julienba's full-sized avatar

julien bille julienba

View GitHub Profile
@julienba
julienba / cloudformation.json
Created December 16, 2016 10:45 — forked from nickpad/cloudformation.json
Example cloudformation template for auto scaling deploys
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "Auto scaling deploy example",
"Parameters": {
"AvailabilityZone": {
"Type": "String",
"Default": "us-west-1a"
},
"ImageId": {
"Type": "String"

FWIW: I didn't produce the content present here. I've just copy-pasted it from somewhere over the Internet, but I cannot remember exactly the original source. I was also not able to find the author's name, so I cannot give him/her the proper credit.


Effective Engineer - Notes

What's an Effective Engineer?

@julienba
julienba / hammock.md
Created July 26, 2020 10:35 — forked from mowat27/hammock.md
Outline of Hammock Driven Development

Hammock Driven Development

Taken from Rich Hickey's day 2 keynote at Clojure Conj 2010.

Hammock Driven Development Presentation

Notes