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"

Modelling an Extension By Example(1)

Feb 11, 2015 • talks,DDD,BDD,TDD( less than 1 min read )

Delivered a talk at the Manchester Magento User Group, about how to use Modelling by Example, a Domain Driven Design technique which uses Gherkin examples as a framework to drive the development of software, to achieve decoupling from legacy frameworks, a consistent and cohesive core domain model, and a maintainable application.

Speaking in Manchester on the topic of Modelling by Example

The videos was available online, but has been removed, I’m working on getting it back online, and will share it here when available.

The slides for the presentation can be seen 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
λ