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"

2016-04-26 13:30:00 +0100 -

This talk was delivered at the 2016 edition of the Developers Paradise conference, which was hosted at Opatija, Croatia. It focused on Modelling by Example, and how to use it to drive the discovery and modelling of the domain of your application.

The slides can be seen bellow:

Follow me on twitter @mpmlopes