export default class MyProfile {
constructor() { }
/**
* @returns {string} Full Name
*/
get full_name() {
return "Allen Oyieke";
}
/**
* @returns {string} Gender
*/
get gender() {
return "male";
}
/**
* @returns {Array<string>}
*/
get skillset() {
return
[
"Ruby",
"Python",
"C#",
"C++"
"GO",
]
}
/**
* @returns {Object}
*/
get socials() {
return {
}
}
/**
* @returns {string}
*/
getMoreInfo() {
return "https://oyiekeallen.com";
}
}
<p align="center">
Last refresh:
<b><!--TIMESTAMP--></b>
</p>
<p align="center">
<img alt="Stats" src="https://github-readme-stats.vercel.app/api?username=oyiekeallen&show_icons=true&title_color=fff&icon_color=ffff00&text_color=ccc&bg_color=222">
</p>
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.