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"

2012-02-10 10:12:00 +0000 - Marco Lopes

Hi,

My name is Marco Lopes, and this is my latest attempt at writing a personal blog. Here I will more or less frequently post articles related to my interests.

My interestes are usually techincal and delivery oriented, so I might be writing hard core technical posts, or more process oriented posts about domain or behaviour driven design, as well as lean and agile.

I’m also interested in game development and design, but content related to that will be more likely to be found on my game development focused blog The Lemon Behind The Sofa.

Thanks for reading. Hope you enjoy the content.

Marco Lopes

Follow me on twitter @mpmlopes