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"

Driving Your Domain By Examples(3)

Mar 22, 2017 • talks,DDD,BDD,TDD( less than 1 min read )

I had a third opportunity to deliver the Driving Your Domain By Examples talk. This time at the Code Mastery meetup. This version had some further improvements over the previous ones and is also available on video online. Unfortunatelly, the video failed to capture the questions at the end, which was possibly the most interesting part of the talk.

You can see the presentation slides bellow:

The videos is available here:

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
λ