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"

2015-02-26 15:05:00 +0000 -

A version of the same talk delivered earlier at the Manchester Magento User Group, about how to use Modelling by Example. This time, it was delivered at Inviqa Dev Day, Inviqa’s internal conference.

Follow me on twitter @mpmlopes