Skip to content
View JOSEPHOMOTOSHO's full-sized avatar

Block or report JOSEPHOMOTOSHO

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
JOSEPHOMOTOSHO/README.md

Omotosho Joseph

About me

import SoftwareDeveloper, { IBioDetails } from 'omotoshojoseph';

export default class Bio extends SoftwareDeveloper {
  name     = 'Omotosho Joseph';
  location = 'Lagos, Nigeria';
  
  getDetails(): IBioDetails {
    return {
      "- ⚡ Quick bio:":                    "Quality oriented self motivating engineer that is product and business oriented, evolving and enthusiastic about building stuff",
      "- 👯 I’m looking to collaborate on": "Node, Typescript, React, AWS and Docker related projects",
      "- 💬 Ask me about":                  "Node, React, Typescript, MongoDB, Software Design & Architecture, Web-Dev and CI/CD Pipelines",
      "- 📫 How to reach me:":              "[email protected]",
    };
  }
}

Pinned Loading

  1. TaskManagementAppInNestJs TaskManagementAppInNestJs Public

    A task management app created whilst learning to use the NestJs Framework

    TypeScript

  2. Task-App Task-App Public

    task app front end using nestjs for the API

    JavaScript

  3. Social-Media-App Social-Media-App Public

    A MERN SOCIAL MEDIA APP

    JavaScript

  4. SimpleMicroservicesBlog SimpleMicroservicesBlog Public

    A simple project to practice and learn microservices

    JavaScript

  5. Project-Management-App-Frontend Project-Management-App-Frontend Public

    Client side for project Management App

    TypeScript

  6. Project-Management-App-Backend Project-Management-App-Backend Public

    API for Project Management App

    TypeScript