Skip to content
View oyiekeallen's full-sized avatar
Block or Report

Block or report oyiekeallen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
oyiekeallen/README.md
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

  1. centertabbedmenu centertabbedmenu Public

    Android library to create a simple tabbed menu

    Java