Last active
May 28, 2019 22:27
-
-
Save laithnurie/4543f02da001c483186f2a2c53645b89 to your computer and use it in GitHub Desktop.
laith_cv_json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Laith Nurie", | |
"summery": "Another robot that does codey things", | |
"skills":[{ | |
"name": "Android", | |
"level": 5 | |
},{ | |
"name": "Java", | |
"level": 5 | |
},{ | |
"name": "Kotlin", | |
"level": 3 | |
},{ | |
"name": "ReactNative", | |
"level": 3 | |
},{ | |
"name": "ReactJS", | |
"level": 3 | |
},{ | |
"name": "iOS", | |
"level": -2 | |
}], | |
"experiences":[{ | |
"company_name": "Brilliant Basics", | |
"role": "Lead Android Developer - Contractor", | |
"start_date": "August 2018", | |
"end_date": "Now", | |
"company_logo": "https://i.imgur.com/fkUwmQe.png", | |
"responsibilities": [ | |
"Leading a team of 4 Android developers to build Internet/mobile usage management application for Belgium Telenet", | |
"Training Android developers, Android consulting for different projects" | |
]},{ | |
"company_name": "Discovery", | |
"role": "Senior Android Developer - Contractor", | |
"start_date": "July 2017", | |
"end_date": "August 2018", | |
"company_logo": "https://upload.wikimedia.org/wikipedia/en/thumb/8/8b/Discovery_2016.svg/220px-Discovery_2016.svg.png", | |
"responsibilities": [ | |
"Building a OTT Player for the Eurosport.com for the winter olympics in South Korea, over 60 million people used the player", | |
"Building an Android TV app for Eurosport Bundesliga" | |
]},{ | |
"company_name": "Sapient", | |
"role": "Senior Android Developer - Contractor", | |
"start_date": "March 2017", | |
"end_date": "July 2017", | |
"company_logo": "https://coacharya.com/wp-content/uploads/2017/09/sapient-logo.png", | |
"responsibilities": [ | |
"Working on the new Lloyds Banking Application", | |
"Guiding perm android devs on good architect" | |
]},{ | |
"company_name": "YouView", | |
"role": "Senior Android Developer - Contractor", | |
"start_date": "December 2016", | |
"end_date": "March 2017", | |
"company_logo": "https://www.digitaltveurope.com/files/2017/01/youview-logo-300x300.jpg", | |
"responsibilities": [ | |
"Working on the new Lloyds Banking Application", | |
"Guiding perm android devs on good architect" | |
]},{ | |
"company_name": "Sky", | |
"role": "Developer", | |
"start_date": "July 2012", | |
"end_date": "December 2016", | |
"company_logo": "https://www.sky.com/assets/masthead/images/sky-logo.png", | |
"responsibilities": [ | |
"Android apps: Sky service, Sky Store, NowTV", | |
"Web Development using Ruby and JS(backend and frontend) customer facing sites" | |
] | |
}, { | |
"company_name": "Earth", | |
"role": "Human", | |
"start_date": "September 1988", | |
"end_date": "July 2012", | |
"company_logo": "https://png.pngtree.com/element_pic/09/03/20/1656e01b81496eb.jpg", | |
"responsibilities": [ | |
"Remain alive" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment