{
  "name": "Max Dörfler",
  "handle": "muxe",
  "role": "Backend Developer",
  "bio": "Backend developer who thinks a personal website should also be a REST API.",
  "location": "Germany",
  "employer": {
    "name": "WAPP GmbH",
    "url": "https://wapp.gmbh/"
  },
  "availability": "Employed and happy — not looking for new roles right now.",
  "_links": {
    "self": {
      "href": "/",
      "method": "GET"
    },
    "github": {
      "href": "/github",
      "method": "GET",
      "description": "302 redirect to GitHub"
    },
    "linkedin": {
      "href": "/linkedin",
      "method": "GET",
      "description": "302 redirect to LinkedIn"
    },
    "projects": {
      "href": "/projects",
      "method": "GET"
    },
    "reactions": {
      "href": "/reactions",
      "method": "GET",
      "description": "Public reaction counts"
    },
    "react": {
      "href": "/reactions/{key}",
      "method": "POST",
      "description": "Increment a reaction. key is one of: rocket, whale, coffee, thumbsup"
    },
    "contact": {
      "href": "/contact",
      "method": "GET"
    },
    "health": {
      "href": "/health",
      "method": "GET"
    }
  }
}
