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"

First Post

Feb 10, 2012 • Marco Lopes • octopress( less than 1 min read )

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

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
λ