Last active
September 4, 2020 18:26
-
-
Save AlexanderTalledo/d1930248b9dc3c15696a95f9b3b9d094 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"basics": { | |
"name": "Alex Talledo", | |
"picture": "", | |
"email": "[email protected]", | |
"phone": "(+34) 669-668-102", | |
"summary": " ", | |
"location": { | |
"city": "Bilbao", | |
"countryCode": "ES", | |
"region": "Basque Country" | |
}, | |
"profiles": [ | |
{ | |
"network": "Github", | |
"username": "AlexanderTalledo", | |
"url": "https://github.com/AlexanderTalledo" | |
}, | |
{ | |
"network": "Stack Overflow", | |
"username": "AlexTa", | |
"url": "https://stackoverflow.com/users/6290452/alexta?tab=profile" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"company": "Dialoga Group - Cloud Telephony Company", | |
"position": "Software Engineer", | |
"startDate": "2016-02-01", | |
"highlights": [ | |
"Within my first 2 months, I learnt what WebRTC (Web Real-Time Communication) technology was (adds real-time communication capabilities to web browsers and mobile applications) and how it works, how to built a signaling server in Node.js and how to run and interact with an Open Source WebRTC Gateway to implement a proof of concept that demonstrates the feasibility of make/receive phone calls to/from any real phone number in the world over the Internet using WebRTC and Session Initiation Protocol. Eventually, I achieved the goal implementing a system with previous mentioned stack and a client application for Android platform that I developed using Java.", | |
"I designed and implemented an entire scalable and maintainable real-time communications system that allows Android, iOS and Web based applications to make/receive phone calls. Nowadays, the platform supports millions of phone calls per month.", | |
"I developed the phone application for Android devices using Java (migration to Kotlin in progress), allowing users to manage contacts, visualize call logs and make/receive/record phone calls." | |
] | |
}, | |
{ | |
"company": "Binima Digital Products - Software Consulting Company", | |
"position": "Android Engineer", | |
"startDate": "2015-09-01", | |
"endDate": "2016-02-01", | |
"highlights": [ | |
"Responsible for mentoring junior Android developers about Clean Architecture, Presentation Patterns (MVP and MVVM), Dependency Injection and Unit Testing and to help them solving problems that they were stuck with." | |
] | |
}, | |
{ | |
"company": "Implemental Systems - Software Consulting Company", | |
"position": "Android Developer", | |
"startDate": "2015-02-01", | |
"endDate": "2015-09-01", | |
"highlights": [ | |
"I developed a GIS (Geographic Information System) client for Android platform in Java that allows users to perform spatial operations, visualizing the output data either on Google Maps (online) or in pre-downloaded third party maps (offline)." | |
] | |
}, | |
{ | |
"company": "Boletus - Payments Startup", | |
"position": "Android Developer", | |
"startDate": "2014-11-01", | |
"endDate": "2015-02-01", | |
"highlights": [ | |
"Responsible for developing the communications with in-house built in hardware devices through Bluetooth LE for the Android application using Java programming language." | |
] | |
}, | |
{ | |
"company": "Sherpa - Virtual Assistant Startup", | |
"position": "Android Developer", | |
"startDate": "2013-07-01", | |
"endDate": "2014-11-01", | |
"highlights": [ | |
"Responsible for developing new features in Java, fixing bugs and the deployment on the Google Play for the existing Android application, which has meaningful impact reaching +1M downloads and 4.3/5 score on Google Play and +250K active users per month.", | |
"While application allows users to ask theirs Android devices to perform many different actions via text/voice inputs, I gained experience with many of the Android native APIs, such as, Asynchronous Speech Recognition, Text To Speech, Calendar, Alarms, Contacts, Location, Google Cloud Messaging among others and with third party libraries integration as well, like Facebook and Twitter for social networks, Accuweather for weather and Goear for streaming music service." | |
] | |
} | |
], | |
"education": [ | |
{ | |
"institution": "University of Camilo José Cela", | |
"area": "Android Development", | |
"studyType": "Master Course", | |
"startDate": "2011-01-01", | |
"endDate": "2012-01-01", | |
"gpa": "graduated" | |
}, | |
{ | |
"institution": "Faculty of Engineering of Bilbao", | |
"area": "Telecommunications", | |
"studyType": "Bachelor", | |
"startDate": "2007-09-01", | |
"endDate": "2011-07-01", | |
"gpa": "not graduated" | |
}, | |
{ | |
"institution": "Polytechnic School of Txorierri", | |
"area": "Telecommunications and Computer Science", | |
"studyType": "Associate", | |
"startDate": "2005-09-01", | |
"endDate": "2007-02-01", | |
"gpa": "graduated" | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Languages", | |
"keywords": [ | |
"Kotlin", | |
"Java", | |
"Javascript" | |
] | |
}, | |
{ | |
"name": "Frameworks", | |
"keywords": [ | |
"Android", | |
"Node.js" | |
] | |
}, | |
{ | |
"name": "Source Control", | |
"keywords": [ | |
"Git", | |
"SVN (prior experience)" | |
] | |
} | |
], | |
"meta": { | |
"theme": "stackoverflow" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment