hwakabh / hwakabh.github.io

Personal Web Page
https://hwakabh.github.io/
0 stars 0 forks source link

feat(api): make stateless about Resume page #353

Closed hwakabh closed 3 weeks ago

hwakabh commented 3 weeks ago

AsIs

Currently Resume page contents would be fetched from bare JSON file via backend API. This might be degraded with actual/current information in LinkedIn profile.

Justifications

As these contents could not be synced with actual information on LinkedIn, so that we need to make it stateless with any external APIs.

(Optional) ToDo

hwakabh commented 3 weeks ago

As documented in LinkedIn official documents, LinkedIn official API requires developer to become a partner of them, and this process is generally toB based one. So considering our purpose with this application, it seems difficult to use official API.

Alternatively, we can use 3rd-party APIs, which are fetching data from LinkedIn, and Real-Time LinkedIn Scraper seems to be the best with the costs/limits and our requirement. We can use Real-Time LinkedIn Scraper via RapidAPI, where it is a kind of platforms called API marketplaces, and we adopted to start with Free plan with the API.

Screenshot 2024-08-21 at 14 56 39

hwakabh commented 3 weeks ago

Sanity PoC with Real-Time Linked Scraper via RapidApi. Seems that all of the contents we need to refactor are in its responses with GET Profile Data endpoint

// 24-08-21 14:57:48 git/hwakabh.github.io [main] % curl -s --request GET \
//        --url 'https://linkedin-api8.p.rapidapi.com/?username=hiroyuki-wakabayashi-61b661157' \
//        --header 'x-rapidapi-host: linkedin-api8.p.rapidapi.com' \
//        --header 'x-rapidapi-key: ****************************' |jq .
{
  "urn": "ACoAACWmaDcBmmD5LZpDmQg0bT-WuT1CPWEyBwU",
  "username": "hiroyuki-wakabayashi-61b661157",
  "firstName": "Hiroyuki",
  "lastName": "Wakabayashi",
  "isCreator": false,
  "isOpenToWork": false,
  "isHiring": false,
  "profilePicture": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1527091265651?e=1729728000&v=beta&t=7dYGxseBv9Cuf2peb4MNygJo1lBe6uMlUn6M6V8KtPU",
  "backgroundImage": null,
  "summary": "https://github.com/hwakabh",
  "headline": "Telco Solutions Architect at Broadcom Software",
  "geo": {
    "country": "Japan",
    "city": "Tokyo, Tokyo",
    "full": "Tokyo, Tokyo, Japan"
  },
  "languages": [
    {
      "name": "English",
      "proficiency": "PROFESSIONAL_WORKING"
    },
    {
      "name": "Japanese",
      "proficiency": "NATIVE_OR_BILINGUAL"
    }
  ],
  "educations": [
    {
      "start": {
        "year": 2011,
        "month": 0,
        "day": 0
      },
      "end": {
        "year": 2015,
        "month": 0,
        "day": 0
      },
      "fieldOfStudy": "Econometrics and Quantitative Economics",
      "degree": "Bachelor's degree",
      "grade": "",
      "schoolName": "Waseda University",
      "description": "",
      "activities": "",
      "url": "https://www.linkedin.com/school/wasedauniversity/",
      "schoolId": "15095291"
    }
  ],
  "position": [
    {
      "companyId": 79717497,
      "companyName": "Broadcom Software",
      "companyUsername": "broadcomsoftware",
      "companyURL": "https://www.linkedin.com/company/broadcomsoftware/",
      "companyLogo": "https://media.licdn.com/dms/image/v2/C4E0BAQEkYT2AcjgBiQ/company-logo_400_400/company-logo_400_400/0/1630649442103/broadcomsoftware_logo?e=1732147200&v=beta&t=Qi8OauJy37QZP0fKvflFFopx3DSHncEhlv_E3jIS6aQ",
      "companyIndustry": "Computer Software",
      "companyStaffCountRange": "5001 - 10000",
      "title": "Telco Solutions Architect",
      "multiLocaleTitle": {
        "en_US": "Telco Solutions Architect"
      },
      "multiLocaleCompanyName": {
        "en_US": "Broadcom Software"
      },
      "location": "Tokyo, Japan",
      "description": "Transferred to Software Defined Edge division with merger of VMware & Broadcom.",
      "employmentType": "Permanent",
      "start": {
        "year": 2024,
        "month": 3,
        "day": 0
      },
      "end": {
        "year": 0,
        "month": 0,
        "day": 0
      }
    },
    {
      "companyId": 2988,
      "companyName": "VMware",
      "companyUsername": "vmware",
      "companyURL": "https://www.linkedin.com/company/vmware/",
      "companyLogo": "https://media.licdn.com/dms/image/v2/D560BAQEzpbXCUplXJw/company-logo_400_400/company-logo_400_400/0/1716485708320/vmware_logo?e=1732147200&v=beta&t=y6b5dIgEOdU-fQYhMqzS9mbLuQwVdJKNORpl2uGIoMk",
      "companyIndustry": "Computer Software",
      "companyStaffCountRange": "10001 - 0",
      "title": "Consulting Architect",
      "multiLocaleTitle": {
        "en_US": "Consulting Architect"
      },
      "multiLocaleCompanyName": {
        "en_US": "VMware"
      },
      "location": "Tokyo, Japan",
      "description": "",
      "employmentType": "Permanent",
      "start": {
        "year": 2022,
        "month": 8,
        "day": 0
      },
      "end": {
        "year": 2024,
        "month": 4,
        "day": 0
      }
    },
    {
      "companyId": 2988,
      "companyName": "VMware",
      "companyUsername": "vmware",
      "companyURL": "https://www.linkedin.com/company/vmware/",
      "companyLogo": "https://media.licdn.com/dms/image/v2/D560BAQEzpbXCUplXJw/company-logo_400_400/company-logo_400_400/0/1716485708320/vmware_logo?e=1732147200&v=beta&t=y6b5dIgEOdU-fQYhMqzS9mbLuQwVdJKNORpl2uGIoMk",
      "companyIndustry": "Computer Software",
      "companyStaffCountRange": "10001 - 0",
      "title": "Technical Consultant",
      "multiLocaleTitle": {
        "en_US": "Technical Consultant"
      },
      "multiLocaleCompanyName": {
        "en_US": "VMware"
      },
      "location": "Tokyo, Japan",
      "description": "",
      "employmentType": "Permanent",
      "start": {
        "year": 2020,
        "month": 11,
        "day": 0
      },
      "end": {
        "year": 2022,
        "month": 8,
        "day": 0
      }
    },
    {
      "companyId": 2988,
      "companyName": "VMware",
      "companyUsername": "vmware",
      "companyURL": "https://www.linkedin.com/company/vmware/",
      "companyLogo": "https://media.licdn.com/dms/image/v2/D560BAQEzpbXCUplXJw/company-logo_400_400/company-logo_400_400/0/1716485708320/vmware_logo?e=1732147200&v=beta&t=y6b5dIgEOdU-fQYhMqzS9mbLuQwVdJKNORpl2uGIoMk",
      "companyIndustry": "Computer Software",
      "companyStaffCountRange": "10001 - 0",
      "title": "Associate Technical Consultant",
      "multiLocaleTitle": {
        "en_US": "Associate Technical Consultant"
      },
      "multiLocaleCompanyName": {
        "en_US": "VMware"
      },
      "location": "Tokyo, Japan",
      "description": "",
      "employmentType": "Permanent",
      "start": {
        "year": 2019,
        "month": 6,
        "day": 0
      },
      "end": {
        "year": 2020,
        "month": 11,
        "day": 0
      }
    },
    {
      "companyId": 18420307,
      "companyName": "EMC",
      "companyUsername": "emc-corporation",
      "companyURL": "https://www.linkedin.com/company/emc-corporation/",
      "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQF0XroOA2yheg/company-logo_400_400/company-logo_400_400/0/1631314709172?e=1732147200&v=beta&t=gVTjwQlzLtmIHbDMQdVKl7xt0M9r0KkgrDdE_X_v9SU",
      "companyIndustry": "Information Technology & Services",
      "companyStaffCountRange": "10001 - 0",
      "title": "Delivery Specialist",
      "multiLocaleTitle": {
        "en_US": "Delivery Specialist"
      },
      "multiLocaleCompanyName": {
        "en_US": "EMC"
      },
      "location": "",
      "description": "",
      "employmentType": "Permanent",
      "start": {
        "year": 2017,
        "month": 0,
        "day": 0
      },
      "end": {
        "year": 2019,
        "month": 6,
        "day": 0
      }
    },
    {
      "companyId": 18420307,
      "companyName": "EMC",
      "companyUsername": "emc-corporation",
      "companyURL": "https://www.linkedin.com/company/emc-corporation/",
      "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQF0XroOA2yheg/company-logo_400_400/company-logo_400_400/0/1631314709172?e=1732147200&v=beta&t=gVTjwQlzLtmIHbDMQdVKl7xt0M9r0KkgrDdE_X_v9SU",
      "companyIndustry": "Information Technology & Services",
      "companyStaffCountRange": "10001 - 0",
      "title": "Associate Delivery Specialist",
      "multiLocaleTitle": {
        "en_US": "Associate Delivery Specialist"
      },
      "multiLocaleCompanyName": {
        "en_US": "EMC"
      },
      "location": "Tokyo, Japan",
      "description": "",
      "employmentType": "Permanent",
      "start": {
        "year": 2015,
        "month": 9,
        "day": 0
      },
      "end": {
        "year": 2017,
        "month": 1,
        "day": 0
      }
    },
    {
      "companyId": 754904,
      "companyName": "MACROMILL, INC.",
      "companyUsername": "macromill-inc-",
      "companyURL": "https://www.linkedin.com/company/macromill-inc-/",
      "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQGNy9wyAbYN-Q/company-logo_400_400/company-logo_400_400/0/1631320911358?e=1732147200&v=beta&t=LSv6bPrsUaEGUCqnvSRDxjxQiN73Z9ZCyN-XTm60TJg",
      "companyIndustry": "Market Research",
      "companyStaffCountRange": "1001 - 5000",
      "title": "Student Internship",
      "multiLocaleTitle": {
        "en_US": "Student Internship"
      },
      "multiLocaleCompanyName": {
        "en_US": "MACROMILL, INC."
      },
      "location": "Shinagawa, Tokyo",
      "description": "",
      "employmentType": "Internship",
      "start": {
        "year": 2013,
        "month": 6,
        "day": 0
      },
      "end": {
        "year": 2013,
        "month": 12,
        "day": 0
      }
    }
  ],
  "fullPositions": [
    {
      "companyId": 79717497,
      "companyName": "Broadcom Software",
      "companyUsername": "broadcomsoftware",
      "companyURL": "https://www.linkedin.com/company/broadcomsoftware/",
      "companyLogo": "https://media.licdn.com/dms/image/v2/C4E0BAQEkYT2AcjgBiQ/company-logo_400_400/company-logo_400_400/0/1630649442103/broadcomsoftware_logo?e=1732147200&v=beta&t=Qi8OauJy37QZP0fKvflFFopx3DSHncEhlv_E3jIS6aQ",
      "companyIndustry": "Computer Software",
      "companyStaffCountRange": "5001 - 10000",
      "title": "Telco Solutions Architect",
      "multiLocaleTitle": {
        "en_US": "Telco Solutions Architect"
      },
      "multiLocaleCompanyName": {
        "en_US": "Broadcom Software"
      },
      "location": "Tokyo, Japan",
      "description": "Transferred to Software Defined Edge division with merger of VMware & Broadcom.",
      "employmentType": "Permanent",
      "start": {
        "year": 2024,
        "month": 3,
        "day": 0
      },
      "end": {
        "year": 0,
        "month": 0,
        "day": 0
      }
    },
    {
      "companyId": 2988,
      "companyName": "VMware",
      "companyUsername": "vmware",
      "companyURL": "https://www.linkedin.com/company/vmware/",
      "companyLogo": "https://media.licdn.com/dms/image/v2/D560BAQEzpbXCUplXJw/company-logo_400_400/company-logo_400_400/0/1716485708320/vmware_logo?e=1732147200&v=beta&t=y6b5dIgEOdU-fQYhMqzS9mbLuQwVdJKNORpl2uGIoMk",
      "companyIndustry": "Computer Software",
      "companyStaffCountRange": "10001 - 0",
      "title": "Consulting Architect",
      "multiLocaleTitle": {
        "en_US": "Consulting Architect"
      },
      "multiLocaleCompanyName": {
        "en_US": "VMware"
      },
      "location": "Tokyo, Japan",
      "description": "",
      "employmentType": "Permanent",
      "start": {
        "year": 2022,
        "month": 8,
        "day": 0
      },
      "end": {
        "year": 2024,
        "month": 4,
        "day": 0
      }
    },
    {
      "companyId": 2988,
      "companyName": "VMware",
      "companyUsername": "vmware",
      "companyURL": "https://www.linkedin.com/company/vmware/",
      "companyLogo": "https://media.licdn.com/dms/image/v2/D560BAQEzpbXCUplXJw/company-logo_400_400/company-logo_400_400/0/1716485708320/vmware_logo?e=1732147200&v=beta&t=y6b5dIgEOdU-fQYhMqzS9mbLuQwVdJKNORpl2uGIoMk",
      "companyIndustry": "Computer Software",
      "companyStaffCountRange": "10001 - 0",
      "title": "Technical Consultant",
      "multiLocaleTitle": {
        "en_US": "Technical Consultant"
      },
      "multiLocaleCompanyName": {
        "en_US": "VMware"
      },
      "location": "Tokyo, Japan",
      "description": "",
      "employmentType": "Permanent",
      "start": {
        "year": 2020,
        "month": 11,
        "day": 0
      },
      "end": {
        "year": 2022,
        "month": 8,
        "day": 0
      }
    },
    {
      "companyId": 2988,
      "companyName": "VMware",
      "companyUsername": "vmware",
      "companyURL": "https://www.linkedin.com/company/vmware/",
      "companyLogo": "https://media.licdn.com/dms/image/v2/D560BAQEzpbXCUplXJw/company-logo_400_400/company-logo_400_400/0/1716485708320/vmware_logo?e=1732147200&v=beta&t=y6b5dIgEOdU-fQYhMqzS9mbLuQwVdJKNORpl2uGIoMk",
      "companyIndustry": "Computer Software",
      "companyStaffCountRange": "10001 - 0",
      "title": "Associate Technical Consultant",
      "multiLocaleTitle": {
        "en_US": "Associate Technical Consultant"
      },
      "multiLocaleCompanyName": {
        "en_US": "VMware"
      },
      "location": "Tokyo, Japan",
      "description": "",
      "employmentType": "Permanent",
      "start": {
        "year": 2019,
        "month": 6,
        "day": 0
      },
      "end": {
        "year": 2020,
        "month": 11,
        "day": 0
      }
    },
    {
      "companyId": 18420307,
      "companyName": "EMC",
      "companyUsername": "emc-corporation",
      "companyURL": "https://www.linkedin.com/company/emc-corporation/",
      "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQF0XroOA2yheg/company-logo_400_400/company-logo_400_400/0/1631314709172?e=1732147200&v=beta&t=gVTjwQlzLtmIHbDMQdVKl7xt0M9r0KkgrDdE_X_v9SU",
      "companyIndustry": "Information Technology & Services",
      "companyStaffCountRange": "10001 - 0",
      "title": "Delivery Specialist",
      "multiLocaleTitle": {
        "en_US": "Delivery Specialist"
      },
      "multiLocaleCompanyName": {
        "en_US": "EMC"
      },
      "location": "",
      "description": "",
      "employmentType": "Permanent",
      "start": {
        "year": 2017,
        "month": 0,
        "day": 0
      },
      "end": {
        "year": 2019,
        "month": 6,
        "day": 0
      }
    },
    {
      "companyId": 18420307,
      "companyName": "EMC",
      "companyUsername": "emc-corporation",
      "companyURL": "https://www.linkedin.com/company/emc-corporation/",
      "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQF0XroOA2yheg/company-logo_400_400/company-logo_400_400/0/1631314709172?e=1732147200&v=beta&t=gVTjwQlzLtmIHbDMQdVKl7xt0M9r0KkgrDdE_X_v9SU",
      "companyIndustry": "Information Technology & Services",
      "companyStaffCountRange": "10001 - 0",
      "title": "Associate Delivery Specialist",
      "multiLocaleTitle": {
        "en_US": "Associate Delivery Specialist"
      },
      "multiLocaleCompanyName": {
        "en_US": "EMC"
      },
      "location": "Tokyo, Japan",
      "description": "",
      "employmentType": "Permanent",
      "start": {
        "year": 2015,
        "month": 9,
        "day": 0
      },
      "end": {
        "year": 2017,
        "month": 1,
        "day": 0
      }
    },
    {
      "companyId": 754904,
      "companyName": "MACROMILL, INC.",
      "companyUsername": "macromill-inc-",
      "companyURL": "https://www.linkedin.com/company/macromill-inc-/",
      "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQGNy9wyAbYN-Q/company-logo_400_400/company-logo_400_400/0/1631320911358?e=1732147200&v=beta&t=LSv6bPrsUaEGUCqnvSRDxjxQiN73Z9ZCyN-XTm60TJg",
      "companyIndustry": "Market Research",
      "companyStaffCountRange": "1001 - 5000",
      "title": "Student Internship",
      "multiLocaleTitle": {
        "en_US": "Student Internship"
      },
      "multiLocaleCompanyName": {
        "en_US": "MACROMILL, INC."
      },
      "location": "Shinagawa, Tokyo",
      "description": "",
      "employmentType": "Internship",
      "start": {
        "year": 2013,
        "month": 6,
        "day": 0
      },
      "end": {
        "year": 2013,
        "month": 12,
        "day": 0
      }
    }
  ],
  "skills": [
    {
      "name": "Gitlab",
      "passedSkillAssessment": false
    },
    {
      "name": "Pivotal Cloud Foundry (PCF)",
      "passedSkillAssessment": false
    },
    {
      "name": "Data Center Virtualization",
      "passedSkillAssessment": false
    },
    {
      "name": "EMC Storage Products",
      "passedSkillAssessment": false
    },
    {
      "name": "Storage Area Network (SAN)",
      "passedSkillAssessment": false
    },
    {
      "name": "R",
      "passedSkillAssessment": false
    },
    {
      "name": "Kubernetes",
      "passedSkillAssessment": false
    },
    {
      "name": "Python(w/ Django framework)",
      "passedSkillAssessment": false
    },
    {
      "name": "Powershell",
      "passedSkillAssessment": false
    },
    {
      "name": "Linux",
      "passedSkillAssessment": false
    },
    {
      "name": "VMware",
      "passedSkillAssessment": false
    },
    {
      "name": "Ansible",
      "passedSkillAssessment": false
    },
    {
      "name": "Docker",
      "passedSkillAssessment": false
    }
  ],
  "givenRecommendation": null,
  "givenRecommendationCount": 0,
  "receivedRecommendation": null,
  "receivedRecommendationCount": 0,
  "courses": null,
  "certifications": [
    {
      "name": "VMware Telco Cloud Automation Skills 2024 (5V0-44.21)",
      "start": {
        "year": 2024,
        "month": 8,
        "day": 0
      },
      "end": {
        "year": 0,
        "month": 0,
        "day": 0
      },
      "authority": "VMware",
      "company": {
        "name": "VMware",
        "universalName": "vmware",
        "logo": "https://media.licdn.com/dms/image/v2/D560BAQEzpbXCUplXJw/company-logo_200_200/company-logo_200_200/0/1716485708320/vmware_logo?e=1732147200&v=beta&t=KoaVIzK6ehFLGGp-w8_h6GwL44BdpoP4S_He7IxsKMQ",
        "staffCountRange": {},
        "headquarter": {}
      },
      "timePeriod": {
        "start": {
          "year": 0,
          "month": 0,
          "day": 0
        },
        "end": {
          "year": 0,
          "month": 0,
          "day": 0
        }
      }
    },
    {
      "name": "VMware Telco Cloud NFV Skills 2024 (5V0-37.22)",
      "start": {
        "year": 2024,
        "month": 8,
        "day": 0
      },
      "end": {
        "year": 0,
        "month": 0,
        "day": 0
      },
      "authority": "VMware",
      "company": {
        "name": "VMware",
        "universalName": "vmware",
        "logo": "https://media.licdn.com/dms/image/v2/D560BAQEzpbXCUplXJw/company-logo_200_200/company-logo_200_200/0/1716485708320/vmware_logo?e=1732147200&v=beta&t=KoaVIzK6ehFLGGp-w8_h6GwL44BdpoP4S_He7IxsKMQ",
        "staffCountRange": {},
        "headquarter": {}
      },
      "timePeriod": {
        "start": {
          "year": 0,
          "month": 0,
          "day": 0
        },
        "end": {
          "year": 0,
          "month": 0,
          "day": 0
        }
      }
    },
    {
      "name": "VMware Telco Cloud Platform Specialist Skills 2024 (5V0-36.22)",
      "start": {
        "year": 2024,
        "month": 8,
        "day": 0
      },
      "end": {
        "year": 0,
        "month": 0,
        "day": 0
      },
      "authority": "VMware",
      "company": {
        "name": "VMware",
        "universalName": "vmware",
        "logo": "https://media.licdn.com/dms/image/v2/D560BAQEzpbXCUplXJw/company-logo_200_200/company-logo_200_200/0/1716485708320/vmware_logo?e=1732147200&v=beta&t=KoaVIzK6ehFLGGp-w8_h6GwL44BdpoP4S_He7IxsKMQ",
        "staffCountRange": {},
        "headquarter": {}
      },
      "timePeriod": {
        "start": {
          "year": 0,
          "month": 0,
          "day": 0
        },
        "end": {
          "year": 0,
          "month": 0,
          "day": 0
        }
      }
    },
    {
      "name": "VMware Certified Professional - Application Modernization 2021",
      "start": {
        "year": 2021,
        "month": 11,
        "day": 0
      },
      "end": {
        "year": 0,
        "month": 0,
        "day": 0
      },
      "authority": "VMware",
      "company": {
        "name": "VMware",
        "universalName": "vmware",
        "logo": "https://media.licdn.com/dms/image/v2/D560BAQEzpbXCUplXJw/company-logo_200_200/company-logo_200_200/0/1716485708320/vmware_logo?e=1732147200&v=beta&t=KoaVIzK6ehFLGGp-w8_h6GwL44BdpoP4S_He7IxsKMQ",
        "staffCountRange": {},
        "headquarter": {}
      },
      "timePeriod": {
        "start": {
          "year": 0,
          "month": 0,
          "day": 0
        },
        "end": {
          "year": 0,
          "month": 0,
          "day": 0
        }
      }
    },
    {
      "name": "LPI LPIC-1 v5.0",
      "start": {
        "year": 2021,
        "month": 2,
        "day": 0
      },
      "end": {
        "year": 0,
        "month": 0,
        "day": 0
      },
      "authority": "Linux Professional Institute",
      "company": {
        "name": "Linux Professional Institute (LPI)",
        "universalName": "linux-professional-institute",
        "logo": "https://media.licdn.com/dms/image/v2/C4E0BAQFIhh4li8txhQ/company-logo_200_200/company-logo_200_200/0/1631313678694?e=1732147200&v=beta&t=QHOEgACCK27F4wjwisu9XBLizkCuAZD_-o95itbLa4s",
        "staffCountRange": {},
        "headquarter": {}
      },
      "timePeriod": {
        "start": {
          "year": 0,
          "month": 0,
          "day": 0
        },
        "end": {
          "year": 0,
          "month": 0,
          "day": 0
        }
      }
    },
    {
      "name": "LPI Linux Essentials",
      "start": {
        "year": 2021,
        "month": 2,
        "day": 0
      },
      "end": {
        "year": 0,
        "month": 0,
        "day": 0
      },
      "authority": "Linux Professional Institute",
      "company": {
        "name": "Linux Professional Institute (LPI)",
        "universalName": "linux-professional-institute",
        "logo": "https://media.licdn.com/dms/image/v2/C4E0BAQFIhh4li8txhQ/company-logo_200_200/company-logo_200_200/0/1631313678694?e=1732147200&v=beta&t=QHOEgACCK27F4wjwisu9XBLizkCuAZD_-o95itbLa4s",
        "staffCountRange": {},
        "headquarter": {}
      },
      "timePeriod": {
        "start": {
          "year": 0,
          "month": 0,
          "day": 0
        },
        "end": {
          "year": 0,
          "month": 0,
          "day": 0
        }
      }
    },
    {
      "name": "CKA: Certified Kubernetes Administrator",
      "start": {
        "year": 2020,
        "month": 9,
        "day": 0
      },
      "end": {
        "year": 0,
        "month": 0,
        "day": 0
      },
      "authority": "The Linux Foundation",
      "company": {
        "name": "The Linux Foundation",
        "universalName": "the-linux-foundation",
        "logo": "https://media.licdn.com/dms/image/v2/C560BAQEXYSSWEvEL9g/company-logo_200_200/company-logo_200_200/0/1657565842240/the_linux_foundation_logo?e=1732147200&v=beta&t=U2pLVwpWCPYl9Z7bKGoeTVB5AgA67Zwbga824AIgm9U",
        "staffCountRange": {},
        "headquarter": {}
      },
      "timePeriod": {
        "start": {
          "year": 0,
          "month": 0,
          "day": 0
        },
        "end": {
          "year": 0,
          "month": 0,
          "day": 0
        }
      }
    },
    {
      "name": "CKAD: Certified Kubernetes Application Developer",
      "start": {
        "year": 2020,
        "month": 1,
        "day": 0
      },
      "end": {
        "year": 0,
        "month": 0,
        "day": 0
      },
      "authority": "The Linux Foundation",
      "company": {
        "name": "The Linux Foundation",
        "universalName": "the-linux-foundation",
        "logo": "https://media.licdn.com/dms/image/v2/C560BAQEXYSSWEvEL9g/company-logo_200_200/company-logo_200_200/0/1657565842240/the_linux_foundation_logo?e=1732147200&v=beta&t=U2pLVwpWCPYl9Z7bKGoeTVB5AgA67Zwbga824AIgm9U",
        "staffCountRange": {},
        "headquarter": {}
      },
      "timePeriod": {
        "start": {
          "year": 0,
          "month": 0,
          "day": 0
        },
        "end": {
          "year": 0,
          "month": 0,
          "day": 0
        }
      }
    },
    {
      "name": "VMware Certified Professional 6 - Data Center Virtualization (VCP-DCV 2019)",
      "start": {
        "year": 2019,
        "month": 7,
        "day": 0
      },
      "end": {
        "year": 0,
        "month": 0,
        "day": 0
      },
      "authority": "VMware",
      "company": {
        "name": "VMware",
        "universalName": "vmware",
        "logo": "https://media.licdn.com/dms/image/v2/D560BAQEzpbXCUplXJw/company-logo_200_200/company-logo_200_200/0/1716485708320/vmware_logo?e=1732147200&v=beta&t=KoaVIzK6ehFLGGp-w8_h6GwL44BdpoP4S_He7IxsKMQ",
        "staffCountRange": {},
        "headquarter": {}
      },
      "timePeriod": {
        "start": {
          "year": 0,
          "month": 0,
          "day": 0
        },
        "end": {
          "year": 0,
          "month": 0,
          "day": 0
        }
      }
    },
    {
      "name": "VMware Certified Professional 5 - Data Center Virtualization (VCP5-DCV)",
      "start": {
        "year": 2015,
        "month": 12,
        "day": 0
      },
      "end": {
        "year": 0,
        "month": 0,
        "day": 0
      },
      "authority": "VMware",
      "company": {
        "name": "VMware",
        "universalName": "vmware",
        "logo": "https://media.licdn.com/dms/image/v2/D560BAQEzpbXCUplXJw/company-logo_200_200/company-logo_200_200/0/1716485708320/vmware_logo?e=1732147200&v=beta&t=KoaVIzK6ehFLGGp-w8_h6GwL44BdpoP4S_He7IxsKMQ",
        "staffCountRange": {},
        "headquarter": {}
      },
      "timePeriod": {
        "start": {
          "year": 0,
          "month": 0,
          "day": 0
        },
        "end": {
          "year": 0,
          "month": 0,
          "day": 0
        }
      }
    },
    {
      "name": "EMC Proven - Professional - System Administrator Avamar 7.0",
      "start": {
        "year": 2015,
        "month": 7,
        "day": 0
      },
      "end": {
        "year": 0,
        "month": 0,
        "day": 0
      },
      "authority": "EMC",
      "company": {
        "name": "EMC",
        "universalName": "emc-corporation",
        "logo": "https://media.licdn.com/dms/image/v2/C4D0BAQF0XroOA2yheg/company-logo_200_200/company-logo_200_200/0/1631314709172?e=1732147200&v=beta&t=8_-O4GId2JfOzHXmorN5pgmUT-ucli_w_RrRkofJjEQ",
        "staffCountRange": {},
        "headquarter": {}
      },
      "timePeriod": {
        "start": {
          "year": 0,
          "month": 0,
          "day": 0
        },
        "end": {
          "year": 0,
          "month": 0,
          "day": 0
        }
      }
    },
    {
      "name": "EMC Proven - Associate - Information Storage and Management v2.0",
      "start": {
        "year": 2015,
        "month": 6,
        "day": 0
      },
      "end": {
        "year": 0,
        "month": 0,
        "day": 0
      },
      "authority": "EMC",
      "company": {
        "name": "EMC",
        "universalName": "emc-corporation",
        "logo": "https://media.licdn.com/dms/image/v2/C4D0BAQF0XroOA2yheg/company-logo_200_200/company-logo_200_200/0/1631314709172?e=1732147200&v=beta&t=8_-O4GId2JfOzHXmorN5pgmUT-ucli_w_RrRkofJjEQ",
        "staffCountRange": {},
        "headquarter": {}
      },
      "timePeriod": {
        "start": {
          "year": 0,
          "month": 0,
          "day": 0
        },
        "end": {
          "year": 0,
          "month": 0,
          "day": 0
        }
      }
    },
    {
      "name": "Fundamental Information Technology Engineer Examination",
      "start": {
        "year": 2014,
        "month": 9,
        "day": 0
      },
      "end": {
        "year": 0,
        "month": 0,
        "day": 0
      },
      "authority": "Ministry of Economy, Trade and Industry",
      "company": {
        "name": "Ministry of Economy, Trade and Industry",
        "universalName": "ministry-of-economy-trade-and-industry",
        "logo": "https://media.licdn.com/dms/image/v2/C4E0BAQGYpdUl2MLbWQ/company-logo_200_200/company-logo_200_200/0/1631338900049?e=1732147200&v=beta&t=QzyguGNx6O1as9dc1Wg2I_bRN-MNCk1zaBiCLNiKuyI",
        "staffCountRange": {},
        "headquarter": {}
      },
      "timePeriod": {
        "start": {
          "year": 0,
          "month": 0,
          "day": 0
        },
        "end": {
          "year": 0,
          "month": 0,
          "day": 0
        }
      }
    },
    {
      "name": "The Official Business Skills Test in Bookkeeping, 3rd Grade",
      "start": {
        "year": 2011,
        "month": 6,
        "day": 0
      },
      "end": {
        "year": 0,
        "month": 0,
        "day": 0
      },
      "authority": "Japan Chamber of Commerce and Industry",
      "company": {
        "name": "Tokyo Chamber of Commerce & Industry",
        "universalName": "tokyo-chamber-of-commerce-&-industry",
        "staffCountRange": {},
        "headquarter": {}
      },
      "timePeriod": {
        "start": {
          "year": 0,
          "month": 0,
          "day": 0
        },
        "end": {
          "year": 0,
          "month": 0,
          "day": 0
        }
      }
    }
  ],
  "honors": null,
  "projects": {
    "total": 15,
    "items": [
      {
        "title": "Supporting launch of CCoE and Platform engineering for Manufacturing industry company",
        "description": "For customer’s purpose of corporate-wide re-skilling and DX, supported customer outcome, increasing of Developer Experience with developer platform and growing cloud native developers.\nPaired with customer’s CCoE member, delivered support of remote residency with mob programming and workshops. Not only supported for platform, developed sample application together and promoted use of platform based on AWS.\nIntegrated with many of AWS products, had been responsible for design, validate, and implementation of CI/CD pipelines and OSS, and realized DevSecOps as customer outcome. As a result of them, had decreased 96% of lead time of provisioning environment, and delivered security configurations covered 40% of customers internal policies with automating them.\nAlso, helped platform brandings and customer’s community activities with over 140 projects on the platform and almost 14x YoY scale of platform users.\nThe project had been settled after 3 phases of support and becomes independent CCoE.",
        "start": {
          "year": 2022,
          "month": 7,
          "day": 0
        },
        "end": {
          "year": 2023,
          "month": 5,
          "day": 0
        },
        "contributors": [
          {
            "urn": "ACoAACWmaDcBmmD5LZpDmQg0bT-WuT1CPWEyBwU",
            "username": "hiroyuki-wakabayashi-61b661157",
            "fullName": "Hiroyuki Wakabayashi",
            "firstName": "Hiroyuki",
            "lastName": "Wakabayashi",
            "profilePicture": [
              {
                "width": 100,
                "height": 100,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1527091265405?e=1729728000&v=beta&t=NI1QnFGl29oDZnj3g7Ceb2hFRcuAHtId-U8tFPs6IY8"
              },
              {
                "width": 200,
                "height": 200,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1527091265360?e=1729728000&v=beta&t=3av_-a8mXLAzeN1U9nW_Q8d8_wbhA_KvjrR16jvAZ28"
              },
              {
                "width": 400,
                "height": 400,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1527091265561?e=1729728000&v=beta&t=Ngaow1_e2gk6caOejmV4WEUr-49gqo12XdXCcpB86BM"
              },
              {
                "width": 706,
                "height": 706,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1527091265651?e=1729728000&v=beta&t=7dYGxseBv9Cuf2peb4MNygJo1lBe6uMlUn6M6V8KtPU"
              }
            ],
            "headline": "Telco Solutions Architect at Broadcom Software",
            "url": "https://www.linkedin.com/in/hiroyuki-wakabayashi-61b661157"
          }
        ]
      },
      {
        "title": "Infrastructure migration project for Telecom company",
        "description": "As expirations of IaaS infrastructure software came, established procedures and grand design of migration with minimal downtimes.\nStarted with PoC in customer Lab environment, supported customer to apply the procedures established in production environment with following up in 2 years.\nSince customer had been used several VMware products and there had been no precedent to migrate, led internal discussion/testing with global resources, and established unprecedent migration procedures. \nAs a result of this migration design support, also delivered modernizing to hybrid cloud on target environment with VMware product, VMC on AWS.",
        "start": {
          "year": 2022,
          "month": 8,
          "day": 0
        },
        "end": {
          "year": 2023,
          "month": 3,
          "day": 0
        },
        "contributors": [
          {
            "urn": "ACoAACWmaDcBmmD5LZpDmQg0bT-WuT1CPWEyBwU",
            "username": "hiroyuki-wakabayashi-61b661157",
            "fullName": "Hiroyuki Wakabayashi",
            "firstName": "Hiroyuki",
            "lastName": "Wakabayashi",
            "profilePicture": [
              {
                "width": 100,
                "height": 100,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1527091265405?e=1729728000&v=beta&t=NI1QnFGl29oDZnj3g7Ceb2hFRcuAHtId-U8tFPs6IY8"
              },
              {
                "width": 200,
                "height": 200,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1527091265360?e=1729728000&v=beta&t=3av_-a8mXLAzeN1U9nW_Q8d8_wbhA_KvjrR16jvAZ28"
              },
              {
                "width": 400,
                "height": 400,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1527091265561?e=1729728000&v=beta&t=Ngaow1_e2gk6caOejmV4WEUr-49gqo12XdXCcpB86BM"
              },
              {
                "width": 706,
                "height": 706,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1527091265651?e=1729728000&v=beta&t=7dYGxseBv9Cuf2peb4MNygJo1lBe6uMlUn6M6V8KtPU"
              }
            ],
            "headline": "Telco Solutions Architect at Broadcom Software",
            "url": "https://www.linkedin.com/in/hiroyuki-wakabayashi-61b661157"
          }
        ]
      },
      {
        "title": "Agile development support for Entertainment company",
        "description": "Joined scrum with customer as a developer and led development of portal application including designs of CI/CD pipelines and Git branch/release strategies.\nPaired with customer developer, delivered mob programming with Angular frontend and Django backend, which have been integrated with VMware product, NSX, and been deployed onto on-prem Kubernetes.\nAfter the product service-in, supported database migration from PostgreSQL container to MySQL container with considering production workloads on other systems. This had led adoption of Kubernetes MySQL Controller by VMware, as a first use case in Japan.\nWith our 6 months support, customer infrastructure team have organized scrums and continued to improve their portal features, by themselves.",
        "start": {
          "year": 2022,
          "month": 3,
          "day": 0
        },
        "end": {
          "year": 2022,
          "month": 9,
          "day": 0
        },
        "contributors": [
          {
            "urn": "ACoAACWmaDcBmmD5LZpDmQg0bT-WuT1CPWEyBwU",
            "username": "hiroyuki-wakabayashi-61b661157",
            "fullName": "Hiroyuki Wakabayashi",
            "firstName": "Hiroyuki",
            "lastName": "Wakabayashi",
            "profilePicture": [
              {
                "width": 100,
                "height": 100,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1527091265405?e=1729728000&v=beta&t=NI1QnFGl29oDZnj3g7Ceb2hFRcuAHtId-U8tFPs6IY8"
              },
              {
                "width": 200,
                "height": 200,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1527091265360?e=1729728000&v=beta&t=3av_-a8mXLAzeN1U9nW_Q8d8_wbhA_KvjrR16jvAZ28"
              },
              {
                "width": 400,
                "height": 400,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1527091265561?e=1729728000&v=beta&t=Ngaow1_e2gk6caOejmV4WEUr-49gqo12XdXCcpB86BM"
              },
              {
                "width": 706,
                "height": 706,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1527091265651?e=1729728000&v=beta&t=7dYGxseBv9Cuf2peb4MNygJo1lBe6uMlUn6M6V8KtPU"
              }
            ],
            "headline": "Telco Solutions Architect at Broadcom Software",
            "url": "https://www.linkedin.com/in/hiroyuki-wakabayashi-61b661157"
          }
        ]
      },
      {
        "title": "vRAN Infrastructure PoC for Telecom company based on India",
        "description": "Though technical examinations at customer’s Lab, helped customer’s outcome, service development for vSAN aligned to O-RAN.\nMainly in charge of knowledge transfer, design, and test CNF onboardings with VMware Telco suite, Telco Cloud Platform RAN, and following up QA supports.\nOrganized with global resources, prepared material and delivered workshops in English.",
        "start": {
          "year": 2021,
          "month": 11,
          "day": 0
        },
        "end": {
          "year": 2022,
          "month": 3,
          "day": 0
        },
        "contributors": [
          {
            "urn": "ACoAACWmaDcBmmD5LZpDmQg0bT-WuT1CPWEyBwU",
            "username": "hiroyuki-wakabayashi-61b661157",
            "fullName": "Hiroyuki Wakabayashi",
            "firstName": "Hiroyuki",
            "lastName": "Wakabayashi",
            "profilePicture": [
              {
                "width": 100,
                "height": 100,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1527091265405?e=1729728000&v=beta&t=NI1QnFGl29oDZnj3g7Ceb2hFRcuAHtId-U8tFPs6IY8"
              },
              {
                "width": 200,
                "height": 200,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1527091265360?e=1729728000&v=beta&t=3av_-a8mXLAzeN1U9nW_Q8d8_wbhA_KvjrR16jvAZ28"
              },
              {
                "width": 400,
                "height": 400,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1527091265561?e=1729728000&v=beta&t=Ngaow1_e2gk6caOejmV4WEUr-49gqo12XdXCcpB86BM"
              },
              {
                "width": 706,
                "height": 706,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1527091265651?e=1729728000&v=beta&t=7dYGxseBv9Cuf2peb4MNygJo1lBe6uMlUn6M6V8KtPU"
              }
            ],
            "headline": "Telco Solutions Architect at Broadcom Software",
            "url": "https://www.linkedin.com/in/hiroyuki-wakabayashi-61b661157"
          }
        ]
      },
      {
        "title": "5G Core Design/Operational supports for Telecom company",
        "description": "Though Design and Implementation supports of VMware Telco suite, helped customer outcome to realizing horizontal-integrated 5G Mobile Core in production environment.\nHandled discussions not only with customer but with NF vendors, who would develop mobile applications, and supported infrastructure design that meets VNF/CNF requirements.\nDelivered tools for automatic buildout of infrastructure with Python, and tools for automatic testing and health checking with Python/RobotFramework with defining test plan for 5G environment.\nLed internal discussions with BU for product enhancement and bugfixes for meeting customer’s career specific requirements.\nAfter the project had completed milestones, successfully realized service-in of 5G Services with both IaaS and CaaS infrastructures.",
        "start": {
          "year": 2020,
          "month": 3,
          "day": 0
        },
        "end": {
          "year": 2021,
          "month": 9,
          "day": 0
        },
        "contributors": [
          {
            "urn": "ACoAACWmaDcBmmD5LZpDmQg0bT-WuT1CPWEyBwU",
            "username": "hiroyuki-wakabayashi-61b661157",
            "fullName": "Hiroyuki Wakabayashi",
            "firstName": "Hiroyuki",
            "lastName": "Wakabayashi",
            "profilePicture": [
              {
                "width": 100,
                "height": 100,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1527091265405?e=1729728000&v=beta&t=NI1QnFGl29oDZnj3g7Ceb2hFRcuAHtId-U8tFPs6IY8"
              },
              {
                "width": 200,
                "height": 200,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1527091265360?e=1729728000&v=beta&t=3av_-a8mXLAzeN1U9nW_Q8d8_wbhA_KvjrR16jvAZ28"
              },
              {
                "width": 400,
                "height": 400,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1527091265561?e=1729728000&v=beta&t=Ngaow1_e2gk6caOejmV4WEUr-49gqo12XdXCcpB86BM"
              },
              {
                "width": 706,
                "height": 706,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1527091265651?e=1729728000&v=beta&t=7dYGxseBv9Cuf2peb4MNygJo1lBe6uMlUn6M6V8KtPU"
              }
            ],
            "headline": "Telco Solutions Architect at Broadcom Software",
            "url": "https://www.linkedin.com/in/hiroyuki-wakabayashi-61b661157"
          }
        ]
      },
      {
        "title": "Microservices PoC with Telecom company",
        "description": "With knowledge transfers of 12 Factor Apps, helps to establish rules of developing cloud-native application including Day2 Operations.\nCollaborating with Heptio, the company VMware had merged, did assessment of existing Java Application and make it modernize with DDD and strangler’s Pattern\nMigrate modernized app from on-prem to PKS running on AWS, with design/implementing CD/CD pipeline using GitLab, Concourse, Harbor and Selenium.\nResult of DDD and integrations with new Django API, separated common database between example 2 applications, and lifted them onto Kubernetes on AWS.",
        "start": {
          "year": 2019,
          "month": 12,
          "day": 0
        },
        "end": {
          "year": 2020,
          "month": 3,
          "day": 0
        },
        "contributors": [
          {
            "urn": "ACoAACWmaDcBmmD5LZpDmQg0bT-WuT1CPWEyBwU",
            "username": "hiroyuki-wakabayashi-61b661157",
            "fullName": "Hiroyuki Wakabayashi",
            "firstName": "Hiroyuki",
            "lastName": "Wakabayashi",
            "profilePicture": [
              {
                "width": 100,
                "height": 100,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1527091265405?e=1729728000&v=beta&t=NI1QnFGl29oDZnj3g7Ceb2hFRcuAHtId-U8tFPs6IY8"
              },
              {
                "width": 200,
                "height": 200,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1527091265360?e=1729728000&v=beta&t=3av_-a8mXLAzeN1U9nW_Q8d8_wbhA_KvjrR16jvAZ28"
              },
              {
                "width": 400,
                "height": 400,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1527091265561?e=1729728000&v=beta&t=Ngaow1_e2gk6caOejmV4WEUr-49gqo12XdXCcpB86BM"
              },
              {
                "width": 706,
                "height": 706,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1527091265651?e=1729728000&v=beta&t=7dYGxseBv9Cuf2peb4MNygJo1lBe6uMlUn6M6V8KtPU"
              }
            ],
            "headline": "Telco Solutions Architect at Broadcom Software",
            "url": "https://www.linkedin.com/in/hiroyuki-wakabayashi-61b661157"
          }
        ]
      },
      {
        "title": "5G Core Infrastructures PoC with Telecom company",
        "description": "Mainly in charge of knowledge transfer, infrastructure design and implementation support with VMware product, expecting to use for 5G Mobile Core.\nConsidering high & mission-critical performance workloads, defined and executed PoC test cases with customer.\nAs a result of PoC, VMware product had been adopted as production grade 5G Mobile Core, which contains 300K subscribers.",
        "start": {
          "year": 2019,
          "month": 10,
          "day": 0
        },
        "end": {
          "year": 2019,
          "month": 12,
          "day": 0
        },
        "contributors": [
          {
            "urn": "ACoAACWmaDcBmmD5LZpDmQg0bT-WuT1CPWEyBwU",
            "username": "hiroyuki-wakabayashi-61b661157",
            "fullName": "Hiroyuki Wakabayashi",
            "firstName": "Hiroyuki",
            "lastName": "Wakabayashi",
            "profilePicture": [
              {
                "width": 100,
                "height": 100,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1527091265405?e=1729728000&v=beta&t=NI1QnFGl29oDZnj3g7Ceb2hFRcuAHtId-U8tFPs6IY8"
              },
              {
                "width": 200,
                "height": 200,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1527091265360?e=1729728000&v=beta&t=3av_-a8mXLAzeN1U9nW_Q8d8_wbhA_KvjrR16jvAZ28"
              },
              {
                "width": 400,
                "height": 400,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1527091265561?e=1729728000&v=beta&t=Ngaow1_e2gk6caOejmV4WEUr-49gqo12XdXCcpB86BM"
              },
              {
                "width": 706,
                "height": 706,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1527091265651?e=1729728000&v=beta&t=7dYGxseBv9Cuf2peb4MNygJo1lBe6uMlUn6M6V8KtPU"
              }
            ],
            "headline": "Telco Solutions Architect at Broadcom Software",
            "url": "https://www.linkedin.com/in/hiroyuki-wakabayashi-61b661157"
          }
        ]
      },
      {
        "title": "Design and implementation of Containerized Application Infrastructures for Accounting company",
        "description": "For launching Containerized Infrastructures on vSphere, had been in charge of designing and implementing of Pivotal Container Service, PKS.\nStarting from requirements surveys for migrating monolithic application onto CaaS infrastructure, did several workshop sessions and finalized production design of virtualized infrastructures (Compute/Network/Storage).\nNot only for design of infrastructures, presented how to lifting current application onto CaaS infrastructure with microservices, and its Day2 Operations (Monitoring/Logging and Visualizing) with comparing alternative OSS solutions, EFK Stack (ElasticSearch/Fluent-bit/Kibana).",
        "start": {
          "year": 2019,
          "month": 8,
          "day": 0
        },
        "end": {
          "year": 2019,
          "month": 11,
          "day": 0
        },
        "contributors": [
          {
            "urn": "ACoAACWmaDcBmmD5LZpDmQg0bT-WuT1CPWEyBwU",
            "username": "hiroyuki-wakabayashi-61b661157",
            "fullName": "Hiroyuki Wakabayashi",
            "firstName": "Hiroyuki",
            "lastName": "Wakabayashi",
            "profilePicture": [
              {
                "width": 100,
                "height": 100,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1527091265405?e=1729728000&v=beta&t=NI1QnFGl29oDZnj3g7Ceb2hFRcuAHtId-U8tFPs6IY8"
              },
              {
                "width": 200,
                "height": 200,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1527091265360?e=1729728000&v=beta&t=3av_-a8mXLAzeN1U9nW_Q8d8_wbhA_KvjrR16jvAZ28"
              },
              {
                "width": 400,
                "height": 400,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1527091265561?e=1729728000&v=beta&t=Ngaow1_e2gk6caOejmV4WEUr-49gqo12XdXCcpB86BM"
              },
              {
                "width": 706,
                "height": 706,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1527091265651?e=1729728000&v=beta&t=7dYGxseBv9Cuf2peb4MNygJo1lBe6uMlUn6M6V8KtPU"
              }
            ],
            "headline": "Telco Solutions Architect at Broadcom Software",
            "url": "https://www.linkedin.com/in/hiroyuki-wakabayashi-61b661157"
          }
        ]
      },
      {
        "title": "RESTful Web-Application development for Storage Infrastrature",
        "description": "Forked project from residency service, developed web-application for automation of storage operation, which has RESTful API with Django RESTful Framework(DRF).\nThe project started by the trigger of EOS of DellEMC ViPR-Controller and needed to develop alternative functionalities for the product, ViPR-Controller.\nStarting hearing the storage operation with the product from the customer, took the lead of planning schedule, designing and developing of application, deployment, and maintenance of them.\nThe application mainly made from Python and Django, and having integration of Ansible, Git, and NoSQL(MongoDB) at the backend.\n\nAfter the project had been settled, won personally \"2019 APJ Game Changer Award\".",
        "start": {
          "year": 2018,
          "month": 8,
          "day": 0
        },
        "end": {
          "year": 2019,
          "month": 5,
          "day": 0
        },
        "contributors": [
          {
            "urn": "ACoAACWmaDcBmmD5LZpDmQg0bT-WuT1CPWEyBwU",
            "username": "hiroyuki-wakabayashi-61b661157",
            "fullName": "Hiroyuki Wakabayashi",
            "firstName": "Hiroyuki",
            "lastName": "Wakabayashi",
            "profilePicture": [
              {
                "width": 100,
                "height": 100,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1527091265405?e=1729728000&v=beta&t=NI1QnFGl29oDZnj3g7Ceb2hFRcuAHtId-U8tFPs6IY8"
              },
              {
                "width": 200,
                "height": 200,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1527091265360?e=1729728000&v=beta&t=3av_-a8mXLAzeN1U9nW_Q8d8_wbhA_KvjrR16jvAZ28"
              },
              {
                "width": 400,
                "height": 400,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1527091265561?e=1729728000&v=beta&t=Ngaow1_e2gk6caOejmV4WEUr-49gqo12XdXCcpB86BM"
              },
              {
                "width": 706,
                "height": 706,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1527091265651?e=1729728000&v=beta&t=7dYGxseBv9Cuf2peb4MNygJo1lBe6uMlUn6M6V8KtPU"
              }
            ],
            "headline": "Telco Solutions Architect at Broadcom Software",
            "url": "https://www.linkedin.com/in/hiroyuki-wakabayashi-61b661157"
          }
        ]
      },
      {
        "title": "Residency Project with Software Defined Storages",
        "description": "Experienced operational support with EMC's Software Defined Storage products, such as ViPR-Controller, ScaleIO, mainly enhanced in-housed production of storage operations as role of infrastructure management including backup, and networking.\nThrough 2+ years of this residency project, proceed re-design of customer's infrastructure in customer site, and improved efficiency of customer's infrastructure provisioning using EMC products.",
        "start": {
          "year": 2016,
          "month": 5,
          "day": 0
        },
        "end": {
          "year": 2019,
          "month": 5,
          "day": 0
        },
        "contributors": [
          {
            "urn": "ACoAACWmaDcBmmD5LZpDmQg0bT-WuT1CPWEyBwU",
            "username": "hiroyuki-wakabayashi-61b661157",
            "fullName": "Hiroyuki Wakabayashi",
            "firstName": "Hiroyuki",
            "lastName": "Wakabayashi",
            "profilePicture": [
              {
                "width": 100,
                "height": 100,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1527091265405?e=1729728000&v=beta&t=NI1QnFGl29oDZnj3g7Ceb2hFRcuAHtId-U8tFPs6IY8"
              },
              {
                "width": 200,
                "height": 200,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1527091265360?e=1729728000&v=beta&t=3av_-a8mXLAzeN1U9nW_Q8d8_wbhA_KvjrR16jvAZ28"
              },
              {
                "width": 400,
                "height": 400,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1527091265561?e=1729728000&v=beta&t=Ngaow1_e2gk6caOejmV4WEUr-49gqo12XdXCcpB86BM"
              },
              {
                "width": 706,
                "height": 706,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1527091265651?e=1729728000&v=beta&t=7dYGxseBv9Cuf2peb4MNygJo1lBe6uMlUn6M6V8KtPU"
              }
            ],
            "headline": "Telco Solutions Architect at Broadcom Software",
            "url": "https://www.linkedin.com/in/hiroyuki-wakabayashi-61b661157"
          }
        ]
      },
      {
        "title": "Agile development of Web-Application for Storage Infrastrature",
        "description": "For reducing human-errors or operational failures, created web-application with Python Django, for internal use of delivery specialists.\nDeveloped application, whose input is just an Excel format they've been using, of fully-automated to generate commands to implementation.\nFor the environments of running application, deployed Pivotal Cloud Foundry(PKS and PCF) on ESXi clusters in local lab, realized to be DevOps solutions with auto-deployment with using GitLab CI.",
        "start": {
          "year": 2018,
          "month": 1,
          "day": 0
        },
        "end": {
          "year": 2018,
          "month": 9,
          "day": 0
        },
        "contributors": [
          {
            "urn": "ACoAACWmaDcBmmD5LZpDmQg0bT-WuT1CPWEyBwU",
            "username": "hiroyuki-wakabayashi-61b661157",
            "fullName": "Hiroyuki Wakabayashi",
            "firstName": "Hiroyuki",
            "lastName": "Wakabayashi",
            "profilePicture": [
              {
                "width": 100,
                "height": 100,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1527091265405?e=1729728000&v=beta&t=NI1QnFGl29oDZnj3g7Ceb2hFRcuAHtId-U8tFPs6IY8"
              },
              {
                "width": 200,
                "height": 200,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1527091265360?e=1729728000&v=beta&t=3av_-a8mXLAzeN1U9nW_Q8d8_wbhA_KvjrR16jvAZ28"
              },
              {
                "width": 400,
                "height": 400,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1527091265561?e=1729728000&v=beta&t=Ngaow1_e2gk6caOejmV4WEUr-49gqo12XdXCcpB86BM"
              },
              {
                "width": 706,
                "height": 706,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1527091265651?e=1729728000&v=beta&t=7dYGxseBv9Cuf2peb4MNygJo1lBe6uMlUn6M6V8KtPU"
              }
            ],
            "headline": "Telco Solutions Architect at Broadcom Software",
            "url": "https://www.linkedin.com/in/hiroyuki-wakabayashi-61b661157"
          }
        ]
      },
      {
        "title": "Visualization Project with OSS Solutions for Telecom company",
        "description": "To visualize utilizations of customer's network infrastructure, developed container-based application with OSS solutions for ETL.\nUsing with Docker, ElasticSearch, Grafana, InfluxDB, and scratched Python scripts for calculation, visualized network metrics, such as throughput, rate-in and rate-out of 100+ network switches.\nIn development phase with colleagues, used internal GitLab and experienced agile development with team members.",
        "start": {
          "year": 2017,
          "month": 8,
          "day": 0
        },
        "end": {
          "year": 2018,
          "month": 3,
          "day": 0
        },
        "contributors": [
          {
            "urn": "ACoAACWmaDcBmmD5LZpDmQg0bT-WuT1CPWEyBwU",
            "username": "hiroyuki-wakabayashi-61b661157",
            "fullName": "Hiroyuki Wakabayashi",
            "firstName": "Hiroyuki",
            "lastName": "Wakabayashi",
            "profilePicture": [
              {
                "width": 100,
                "height": 100,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1527091265405?e=1729728000&v=beta&t=NI1QnFGl29oDZnj3g7Ceb2hFRcuAHtId-U8tFPs6IY8"
              },
              {
                "width": 200,
                "height": 200,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1527091265360?e=1729728000&v=beta&t=3av_-a8mXLAzeN1U9nW_Q8d8_wbhA_KvjrR16jvAZ28"
              },
              {
                "width": 400,
                "height": 400,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1527091265561?e=1729728000&v=beta&t=Ngaow1_e2gk6caOejmV4WEUr-49gqo12XdXCcpB86BM"
              },
              {
                "width": 706,
                "height": 706,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1527091265651?e=1729728000&v=beta&t=7dYGxseBv9Cuf2peb4MNygJo1lBe6uMlUn6M6V8KtPU"
              }
            ],
            "headline": "Telco Solutions Architect at Broadcom Software",
            "url": "https://www.linkedin.com/in/hiroyuki-wakabayashi-61b661157"
          }
        ]
      },
      {
        "title": "Storage migration project for Telecom company",
        "description": "Had been in charge of leading of 10+ delivery team members as Tech-Lead.\nTo migrate from HITACHI storage to EMC storage, mainly designing of migration and implementation with Software-Defined Storage, DellEMC ViPR-Controller.\nHandled on-site-troubleshooting of high-severity cases, with customers and global product development team directly.\nAfter closing of the project, the team had been awarded as President Award in EMC Japan.",
        "start": {
          "year": 2017,
          "month": 4,
          "day": 0
        },
        "end": {
          "year": 2017,
          "month": 9,
          "day": 0
        },
        "contributors": [
          {
            "urn": "ACoAACWmaDcBmmD5LZpDmQg0bT-WuT1CPWEyBwU",
            "username": "hiroyuki-wakabayashi-61b661157",
            "fullName": "Hiroyuki Wakabayashi",
            "firstName": "Hiroyuki",
            "lastName": "Wakabayashi",
            "profilePicture": [
              {
                "width": 100,
                "height": 100,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1527091265405?e=1729728000&v=beta&t=NI1QnFGl29oDZnj3g7Ceb2hFRcuAHtId-U8tFPs6IY8"
              },
              {
                "width": 200,
                "height": 200,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1527091265360?e=1729728000&v=beta&t=3av_-a8mXLAzeN1U9nW_Q8d8_wbhA_KvjrR16jvAZ28"
              },
              {
                "width": 400,
                "height": 400,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1527091265561?e=1729728000&v=beta&t=Ngaow1_e2gk6caOejmV4WEUr-49gqo12XdXCcpB86BM"
              },
              {
                "width": 706,
                "height": 706,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1527091265651?e=1729728000&v=beta&t=7dYGxseBv9Cuf2peb4MNygJo1lBe6uMlUn6M6V8KtPU"
              }
            ],
            "headline": "Telco Solutions Architect at Broadcom Software",
            "url": "https://www.linkedin.com/in/hiroyuki-wakabayashi-61b661157"
          }
        ]
      },
      {
        "title": "Auto deployment for Software Defined Storeges ",
        "description": "To reduce time/cost of installation and configuration of EMC ScaleIO for 400+ Linux/ESXi servers, used OSS, Ansible, and customized for the requirements.\nSince Ansible-ScaleIO project in EMC{Code} had been already launched in world-wide, to folk it in local Japan customer, handled communications with the global EMC GitHub committer to enhance it.\nAfter the project had been closed, our team accomplishment had awarded as President Award in EMC Japan.",
        "start": {
          "year": 2016,
          "month": 12,
          "day": 0
        },
        "end": {
          "year": 2017,
          "month": 4,
          "day": 0
        },
        "contributors": [
          {
            "urn": "ACoAACWmaDcBmmD5LZpDmQg0bT-WuT1CPWEyBwU",
            "username": "hiroyuki-wakabayashi-61b661157",
            "fullName": "Hiroyuki Wakabayashi",
            "firstName": "Hiroyuki",
            "lastName": "Wakabayashi",
            "profilePicture": [
              {
                "width": 100,
                "height": 100,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1527091265405?e=1729728000&v=beta&t=NI1QnFGl29oDZnj3g7Ceb2hFRcuAHtId-U8tFPs6IY8"
              },
              {
                "width": 200,
                "height": 200,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1527091265360?e=1729728000&v=beta&t=3av_-a8mXLAzeN1U9nW_Q8d8_wbhA_KvjrR16jvAZ28"
              },
              {
                "width": 400,
                "height": 400,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1527091265561?e=1729728000&v=beta&t=Ngaow1_e2gk6caOejmV4WEUr-49gqo12XdXCcpB86BM"
              },
              {
                "width": 706,
                "height": 706,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1527091265651?e=1729728000&v=beta&t=7dYGxseBv9Cuf2peb4MNygJo1lBe6uMlUn6M6V8KtPU"
              }
            ],
            "headline": "Telco Solutions Architect at Broadcom Software",
            "url": "https://www.linkedin.com/in/hiroyuki-wakabayashi-61b661157"
          }
        ]
      },
      {
        "title": "Server OS Installation for Public Cloud Corp.",
        "description": "Joining after as new graduates to EMC, engaged to build system of auto-deployment of 100+ OS Installation(ESXi).\nOptimized Server operations (ESXi auto-Installation and configuration) with open-sourced software and scripting auto installation programs.\nUsing with PXE-Booting technology, Linux Kickstarting installtion, and custom PowerCLI scripts, reduced the TCO of OS deployment and configurations.\nAs the result of the automation, decreased lead-time and cost of server implementation from 30h to 5h total.\n\nAfter the project had been closed, the project team accomplishment had awarded as 2015 President Award in EMC Japan.",
        "start": {
          "year": 2015,
          "month": 9,
          "day": 0
        },
        "end": {
          "year": 2016,
          "month": 4,
          "day": 0
        },
        "contributors": [
          {
            "urn": "ACoAACWmaDcBmmD5LZpDmQg0bT-WuT1CPWEyBwU",
            "username": "hiroyuki-wakabayashi-61b661157",
            "fullName": "Hiroyuki Wakabayashi",
            "firstName": "Hiroyuki",
            "lastName": "Wakabayashi",
            "profilePicture": [
              {
                "width": 100,
                "height": 100,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1527091265405?e=1729728000&v=beta&t=NI1QnFGl29oDZnj3g7Ceb2hFRcuAHtId-U8tFPs6IY8"
              },
              {
                "width": 200,
                "height": 200,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1527091265360?e=1729728000&v=beta&t=3av_-a8mXLAzeN1U9nW_Q8d8_wbhA_KvjrR16jvAZ28"
              },
              {
                "width": 400,
                "height": 400,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1527091265561?e=1729728000&v=beta&t=Ngaow1_e2gk6caOejmV4WEUr-49gqo12XdXCcpB86BM"
              },
              {
                "width": 706,
                "height": 706,
                "url": "https://media.licdn.com/dms/image/v2/C5103AQHQroo3wz3GSA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1527091265651?e=1729728000&v=beta&t=7dYGxseBv9Cuf2peb4MNygJo1lBe6uMlUn6M6V8KtPU"
              }
            ],
            "headline": "Telco Solutions Architect at Broadcom Software",
            "url": "https://www.linkedin.com/in/hiroyuki-wakabayashi-61b661157"
          }
        ]
      }
    ]
  },
  "volunteering": null,
  "supportedLocales": [
    {
      "country": "US",
      "language": "en"
    }
  ],
  "multiLocaleFirstName": {
    "en": "Hiroyuki"
  },
  "multiLocaleLastName": {
    "en": "Wakabayashi"
  },
  "multiLocaleHeadline": {
    "en": "Telco Solutions Architect at Broadcom Software"
  }
}