Skip to content

xKokev/salesforce-con-kevin

Repository files navigation

const developer = {
  firstName: 'Kevin',
  programmingLanguages: {
    preference: 'JavaScript',
    regulars: ['React', 'Next.js', 'Node', 'CSS', 'HTML'],
  },
  languages: ['English 🇺🇸', 'Spanish 🇪🇸', 'Italian 🇮🇹'],
  contactMe: function () {
    if (needHelp || wannaChat) {
      tweetAt('@xkokev');
    } else {
      return false;
    }
  },
  portfolio: 'https://xkokev.github.io/Kevin-Correa-portfolio/',
};

GitHub followers