Skip to content

Instantly share code, notes, and snippets.

@gtomek
Last active November 11, 2019 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gtomek/6374e18a38b1ff3dd01f04e40795a20d to your computer and use it in GitHub Desktop.
Save gtomek/6374e18a38b1ff3dd01f04e40795a20d to your computer and use it in GitHub Desktop.
JSON with my CV data
{
"name":"Tomasz",
"nationality":"British",
"phone":"+447963049108",
"email":"tom@gmail.com",
"summary":"Talented Lead Android Developer with a proven track record of implementation and leading the development of innovative applications. As a developer, I love clean, self-explanatory code, UI design following platform specific guidelines and providing a smooth user experience. I follow the development of new technologies and regularly participate in local technology meet-ups.",
"knowledgeTopics": [
"Android",
"Java",
"Kotlin",
"RxJava"
],
"experience": [
{
"organization": "Tandem Bank",
"jobTitle":"Principal Android Developer",
"location": "London, UK",
"startDate": "01-10-2017",
"endDate": "01-09-2019",
"logoUrl":"https://lh3.googleusercontent.com/SQ29zdOLI6LOQuKWCPJRttE9fNtuzGe21aKRfEhkhWq8TVDERG7d0Mns8ZsvPvpot-Q=s180",
"description": "Leading the development of Tandem Bank application for Android. Refactoring of the old app developed by a 3rd party company, implementation of new features such as credit cards and savings accounts support."
},
{
"organization": "Solera R3PI",
"jobTitle":"Senior Android Developer",
"location": "London, UK",
"startDate": "01-05-2016",
"endDate": "30-09-2017",
"logoUrl":"https://www.solera.com/wp-content/uploads/2015/02/solera-branding-logo.png",
"description": "Leading the rewrite of digital garage application by London team. The application has been redeveloped from scratch for new backend & UI with Kotlin and RxJava2"
},
{
"organization": "Digitas LBi",
"jobTitle":"Senior Android Technologist",
"location": "London, UK",
"startDate": "01-01-2015",
"endDate": "01-05-2016",
"logoUrl":"https://i.pinimg.com/originals/49/79/e5/4979e5543b17fcdbc2106a169f37e271.png",
"description": "Developing Android applications for various DigitasLBi customers - Participated in development of National Trust application"
},
{
"organization": "Monitise",
"jobTitle":"Senior Android Developer",
"location": "London, UK",
"startDate": "01-07-2013",
"endDate": "30-10-2014",
"logoUrl":"https://upload.wikimedia.org/wikipedia/en/thumb/a/ae/Monitise_logo.svg/1200px-Monitise_logo.svg.png",
"description": "Participated in development of new generation of reference banking application for Android provided by Monitise to various banks, such as RBS/NatWest"
},
{
"organization": "Orange Labs UK",
"jobTitle":"Senior Software Engineer",
"location": "London, UK",
"startDate": "01-06-2004",
"endDate": "30-07-2013",
"logoUrl":"https://logoeps.com/wp-content/uploads/2011/06/orange-logo-vector.png",
"description": "Lead developer on Orange Visual Voicemail client for Android. Visual Voicemail is an application allowing the download of voicemail messages and management of voicemail greetings directly on the mobile device without a need of dialling a dedicated voice mail number."
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment