Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elmarcelfarias/elmarcelfarias


https://github.com/elmarcelfarias/elmarcelfarias

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

[![Typing SVG](https://readme-typing-svg.herokuapp.com/?color=F7F7F7FF&size=35&center=true&vCenter=true&width=1000&lines=Hello%2C+my+name+is+Marcel+Leite+de+Farias.;I'm+20+years+old;I'm+Backend+Developer+(PHP%2C+Laravel);Ol%C3%A1%2C+meu+nome+%C3%A9+Marcel+Leite+de+Farias;Tenho+20+anos+de+idade;Sou+Desenvolvedor+Backend+(PHP%2C+Laravel);)](https://git.io/typing-svg)


Linguagens e tecnologias














```JavaScript
let aboutMe = {
name: 'Marcel Leite de Farias',
age: '20',
rank: 'Backend Developer PHP/JS/C#/Java && iOS Developer Swift',
rank: 'Backend Developer - Laravel',
studying: 'Análise e Desenvolvimento de Sistemas - UniSenai',
country: 'Brasil',
hobbies: [
'play games',
'watch movies',
'listen to music',
],
softSkills: [
'communication',
'teamwork',
'leadership',
'organization'
]
};

var contactMe: [String: String] = [
"email": "[email protected]",
"linkedin": "https://www.linkedin.com/in/marcel-leite-de-farias"
]

for (key,value) in contactMe {
print("\(key) => \(value)")
}
```