mercoledì 27 novembre 2013

Who Am I ? ... in JSON

{
    "name": "Formenti Nicolò",
    "title": "Responsabile Polo Tecnologico",

    "company" : "PA Digitale Spa",
    "phone": [
        { "work" : "+39.0371.59xxxxx" },
        { "mobile" : "+39.340.94xxxxx" }
    ],
    "location": "Pieve Fissiraga, Lodi",
    "linkedin": "linkedin.com/in/nicoloformenti",
 
    "twitter": "@perledidrago", 
    "blog": "nformenti.blogspot.it", 
    "email": [ "...","..." ]
}


martedì 26 novembre 2013

My first MOOC - M101J: MongoDB for Java Developers

 M101J: MongoDB for Java Developers 

This course will go over basic installation, JSON, schema design, querying, insertion of data, indexing and working with language drivers. In the course, I built a blogging platform, coding in Java with FreeMarker, Maven & Jetty, backed by MongoDB !

Course completed : Evaluation 100 %