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"

Tungsten

Dec 18, 2013 • Clusters,Databases,MySQL,Tungsten,Redundancy,Availability,Performance( less than 1 min read )

This was my first ever attempt at public speaking. This was a Lightning Talk at an Inviqa Dev Day, Inviqa’s internal conference. The topic was Tungsten, a clustering/database replication solution, and what can be achieved through it.

Speaking at Inviqa Dev Day December 2013

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
λ