Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Sparw

Sparw

Sparw has asked 1 questions and find answers to 3 problems.

Stats

166
EtPoint
67
Vote count
1
questions
3
answers

About

let me = {
    firstname: 'Pierre',
    lastname: 'Petit',
    age: 27,
    country: 'France',
    job: 'Full stack developer',
    mostUsedTechnologies: ['Javascript', 'MongoBD', 'MySQL'],
    mostUsedFrameworks: ['Node.js', 'AngularJS'],
    mostUsedPackages: ['express', 'express-session', 'socket.io', 'mongoose', 'moment'],
    hobbies: ['Cinema/Series', 'Books (Tolkien, Max brooks, ..)', 'PC video games', 'Drift sport car']
};