const aboutMe = function() {

  return {

    name: '山内 太郎',

    position: 'PM && Full Stack Dev',

    website: '<https://techvenience.com>',

    stacks: 'Java, Swift, AWS, SQL, Vue, React, etc.'

  }

}

Developer