Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Julix

Julix

Julix has asked 1 questions and find answers to 15 problems.

Stats

250
EtPoint
55
Vote count
1
questions
15
answers

About

Currently thinking about what it might look like to expose myself as JSON object using an API...

{
  "name": "H. Julian Sloman",
  "passions": [
    {
      "name": "psychology",
      "areas": ["positive", "cognitive", "developmental"]
    },
    {
      "name": "web development",
      "areas": ["front-end", "wordpress"]
    },
    {
      "name": "philosophy",
      "areas": ["ethics"],
      "questions": ["existence of free will"]
    },
    {
      "name": "politics",
      "areas": ["US", "DE", "CA", "PS"]
    }
  ],
  "qualifications": [
    {
      "name": "Bachelor of Arts in Psychology",
      "source": "Simon Fraser University"
    },
    {
      "name": "Applied Web Development Certificate",
      "source": "British Columbia Institute of Technology"
    }
  ]
}