Skip to content
View JOSEPHOMOTOSHO's full-sized avatar

Block or report JOSEPHOMOTOSHO

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:":              "joseph.omotosho98@gmail.com",
    };
  }
}

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