Last active
October 8, 2018 19:22
-
-
Save matepaiva/ca254008c01a2abfd290454050fd4151 to your computer and use it in GitHub Desktop.
[_cmg_16] [bio]
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
/** | |
* I love working with cutting-edge technologies and solving problems. | |
* That brought me into the world of modern javascript! | |
* I have worked mainly with web projects touching every layer of the web | |
* stack, since creating web APIs until building web progressive apps. As | |
* a graduated journalist and a self-taught engineer, I have a special interest | |
* in having a transversal comprehension of the product's business, delivering | |
* end to end solutions without prejudice the code maintenance and modularity. | |
* Because of that, I enjoy to write well documented and tested products. | |
* Also, I am a big fan of the open source and whenever possible | |
* I try to contribute to it in my free time. | |
*/ | |
export default ({ | |
work, | |
challenge = true, | |
curiosity = true, | |
passion = true | |
}) => ({ | |
name: 'Matheus Costa de Paiva', | |
alias: 'Mate', | |
birthDate: new Date('1986-05-18'), | |
phoneNumber: '+(351) 938 114 860', | |
jobTitle: 'JavaScript Engineer', | |
start: () => work(challenge, { | |
curiosity, | |
passion | |
}) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment