Skip to content

Instantly share code, notes, and snippets.

View manuelgomes's full-sized avatar

Manuel Gomes manuelgomes

View GitHub Profile
@manuelgomes
manuelgomes / abstract.md
Created March 7, 2019 08:09
Abstract for Brisbane Agile Meetup talk TBH 27/03/2019

Thinking the unthinkable with Moden Agile

Making Safety a Prerequisite

Over the past decade, innovative companies, software industry thought leaders, and lean/agile pioneers have discovered simpler, sturdier, more streamlined ways to be agile. These modern approaches share a focus on producing exceptional outcomes and growing an outstanding culture. One such approach is Modern Agile.

Modern agile methods are defined by four guiding principles:

In this exploration we will cover:

Keybase proof

I hereby claim:

  • I am manuelgomes on github.
  • I am manuelgomes (https://keybase.io/manuelgomes) on keybase.
  • I have a public key ASCAzK4Mxu4-9MBDQNCJHjTVKHWVY0utjarHlNPxmGabLwo

To claim this, I am signing this object:

defmodule Example do
def adapt(things) when is_list(things) do
things
|> Enum.map(&move_keys/1)
|> Enum.map(
fn(e) ->
Enum.reduce(
[:thing, :stuff],
e,
fn key, acc -> flatten(acc, key) end