Skip to content

Instantly share code, notes, and snippets.

@neninja
Last active November 7, 2019 12:35
Show Gist options
  • Save neninja/d48ef344b22a15e6b3d6efa7390d4d23 to your computer and use it in GitHub Desktop.
Save neninja/d48ef344b22a15e6b3d6efa7390d4d23 to your computer and use it in GitHub Desktop.
api
{
"contatos": [
{
"nome": "Email",
"url": "mailto:[email protected]"
},
{
"nome": "Linkedin",
"url": "http://linkedin.com/in/nenitf"
},
{
"nome": "Telegram",
"url": "https://t.me/nenitf"
}
],
"codigos": {
"projetos": [
{
"nome": "Github",
"url": "http://github.com/nenitf"
},
{
"nome": "Gitlab",
"url": "http://gitlab.com/nenitf"
},
{
"nome": "CodeSandBox",
"url": "https://codesandbox.io/u/nenitf"
},
{
"nome": "Itch",
"url": "https://nenitf.itch.io"
}
],
"algoritmos": [
{
"nome": "HackerRank",
"url": "https://www.hackerrank.com/nenitf"
},
{
"nome": "CodeSignal",
"url": "https://app.codesignal.com/profile/nenitf"
}
],
"snippets": [
{
"nome": "Replit",
"url": "https://repl.it/@felipe_dacs"
},
{
"nome": "Codepen",
"url": "https://codepen.io/nenitf"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment