Skip to content

Instantly share code, notes, and snippets.

@andoniabedul
Last active September 18, 2019 21:31
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 andoniabedul/a9885aec22ced01a57bc270743658120 to your computer and use it in GitHub Desktop.
Save andoniabedul/a9885aec22ced01a57bc270743658120 to your computer and use it in GitHub Desktop.
const response = {
"name": "Andoni Abedul",
"social": {
"github": "https://github.com/andoniabedul",
"linkedin": "https://www.linkedin.com/in/andoniabedul"
},
"langs":{
"es_ES": {
"description": "Nacido en Caracas, Venezuela. Desarrollador FullStack. Apasionado por la tecnología, y lo que podemos crear desarrollando software. En mis tiempos libres me gusta jugar en la PS4, ver películas/series y leer.",
"location": {
"city": "Madrid",
"country": "España",
"code": "ES"
},
"passions": [
{
"name": "₿itcoin",
"link": "https://bitcoin.org/es/"
},
{
"name": "Cypherpunk",
"link": "https://en.wikipedia.org/wiki/Cypherpunk"
},
{
"name": "Cyberpunk",
"link": "https://en.wikipedia.org/wiki/Cyberpunk"
},
{
"name": "Política",
"link": "https://en.wikipedia.org/wiki/Liberalism"
},
{
"name": "Economía",
"link": "https://en.wikipedia.org/wiki/Austrian_School"
},
{
"name": "Sociología",
"link": ""
}
],
"dev": {
"langs": ["JavaScript", "Python"],
"tech": ["NodeJS","ExpressJS", "ReactJS", "Less"],
"learning": ["Next.js", "Rust", "Cargo"]
}
},
"en_US": {
"description": "Born in Caracas, Venezuela. FullStack Developer. Apassionated by technology and what we can make developing software",
"location": {
"city": "Madrid",
"country": "Spain",
"code": "ES"
},
"passions": [
{
"name": "₿itcoin",
"link": "https://bitcoin.org/es/"
},
{
"name": "Cypherpunk",
"link": "https://en.wikipedia.org/wiki/Cypherpunk"
},
{
"name": "Cyberpunk",
"link": "https://en.wikipedia.org/wiki/Cyberpunk"
},
{
"name": "Política",
"link": "https://en.wikipedia.org/wiki/Liberalism"
},
{
"name": "Economía",
"link": "https://en.wikipedia.org/wiki/Austrian_School"
},
{
"name": "Sociología",
"link": ""
}
],
"dev": {
"langs": ["JavaScript", "Python"],
"tech": ["NodeJS","ExpressJS", "ReactJS", "Less"],
"learning": ["Next.js", "Rust", "Cargo"]
}
},
"en_GB": {
"description": "Born in Caracas, Venezuela. FullStack Developer. Apassionated by technology and what we can make developing software.",
"location": {
"city": "Madrid",
"country": "Spain",
"code": "ES"
},
"passions": [
{
"name": "₿itcoin",
"link": "https://bitcoin.org/es/"
},
{
"name": "Cypherpunk",
"link": "https://en.wikipedia.org/wiki/Cypherpunk"
},
{
"name": "Cyberpunk",
"link": "https://en.wikipedia.org/wiki/Cyberpunk"
},
{
"name": "Política",
"link": "https://en.wikipedia.org/wiki/Liberalism"
},
{
"name": "Economía",
"link": "https://en.wikipedia.org/wiki/Austrian_School"
},
{
"name": "Sociología",
"link": ""
}
],
"dev": {
"langs": ["JavaScript", "Python"],
"tech": ["NodeJS","ExpressJS", "ReactJS", "Less"],
"learning": ["Next.js", "Rust", "Cargo"]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment