Skip to content
View pc-ezema's full-sized avatar

Block or report pc-ezema

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
pc-ezema/README.md

- import SoftwareDeveloper from 'promise';
- import { Languages, Frameworks } from 'promise/skills';

class Bio extends SoftwareDeveloper {
  name     = 'Promise Ezema';
  title    = 'Software Developer';
  location = 'Lagos, Nigeria';
} 

class Skills extends SoftwareDeveloper {
  languages  = ['JavaScript', 'PHP', ...Languages];
  databases  = ['MySQL', 'PostgreSQL', 'MongoDB'];
  frameworks = ['Vue', 'Laravel', 'Typescript', 'Nodejs', ...Frameworks];
}

🛠️ Languages and Tools :

CSS  HTML  JavaScript  PHP  SASS  Vuejs  Laravel  Nodejs  Firebase  MySQL 

Popular repositories Loading

  1. mcnas mcnas Public

    Blade

  2. park-prp park-prp Public

    PHP

  3. pc-ezema pc-ezema Public

  4. Tweety Tweety Public

    Forked from laracasts/Tweety

    The final project from Laravel From Scratch.

    PHP

  5. html html Public

    Forked from LaravelCollective/html

    HTML and Form Builders for the Laravel Framework

    PHP

  6. laravel-ckeditor laravel-ckeditor Public

    Forked from UniSharp/laravel-ckeditor

    This is a fork from the official CKEditor branch (standard edition), wrap it to laravel package.

    JavaScript