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-05-25 19:30:00 +0100 -

After presenting the Driving Your Domain by Examples talk at Developer’s Paradise in Croatia, I was asked if I could present it at the London Magento Meetup the next month. I reworked the talk slightly and presented it again. This version of the talk is available on video.

The slides can be seen bellow:

The video is also available online:

Follow me on twitter @mpmlopes