main :: IO ()

main = do

    putStrLn ( "https://github.com/" ++ githubUser )

    putStrLn ( "https://twitter.com/" ++ twitterUser )

    putStrLn ( "https://linkedin.com/in/" ++ linkedinUser )

    putStrLn ( "14D4 0CA1 E1A8 06A0 15C4 A06B 372E C33E B388 121A" )

    where twitterUser = "mpmlopes"

          linkedinUser = "mpmlopes"

          githubUser = "mlopes"

From Waterfall to BDD: An Agile Journey (2)

Feb 23, 2019 • talks,agile,BDD,DDD,kanban,delivery( less than 1 min read )

On 23 February 2019, I repeated the internal talk to my coleagues at OVO Energy this time for the Boost team. This talk is about shortenign feedback loops, using techniques from Agile, Lean, and software engineering best practices.

You can see the presentation slides bellow:

If you'd like to keep up to date with new posts, follow me on twitter @mpmlopes ,
or subscribe to the feed.

Follow me on twitter @mpmlopes
λ