const roshan = {
firstName: 'Roshan',
lastName: 'Jossey',
avatar: 'https://avatars1.githubusercontent.com/u/8488446?v=3&s=400',
createdAt: 'Wed Aug 18 08:30:55 +0530 1993',
skills: {
technical: [
'JavaScript',
'Ruby',
'Angularjs',
'Reactjs',
'Ruby on Rails',
'Python',
'React Native'
],
developmentPractices: [
'Test Driven Development',
'Pair Programming',
'Object oriented programming',
'Continuous integration'
]
}
interests: [
'Films',
'Mathematical Logic',
'Abstract algebra',
'Philosophy',
'Politics'
]
};