Skip to content
View tobisamcode's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report tobisamcode

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

wakatime

CodeTime Badge

Welcome to my profile πŸ‘‹πŸ»πŸ˜Š

interface Person {
  readonly name: string,
  age?: number
}
interface Engineer extends Person {
  languages: string[],
  stack: string[]
}
const tobi: Engineer = {
  name: "Tobi Adesokan",
  languages: ["Python", "JS", "TS", "Elixir"],
  stack: ["Reactjs", "Nextjs", "React Native", "Nodejs", "Express", "MongoDB", "Postgresql", "SQL"] 
}

Pinned

  1. v1-tobi.dev v1-tobi.dev Public

    ✨ A simple portfolio website built for myself with React | Typescript . β†— view more about me ⚑️

    TypeScript 3

  2. job-x job-x Public

    πŸ”Ž job-x πŸ” is a job search mobile application πŸ“² built with react native

    JavaScript

  3. chat-bot chat-bot Public

    a restaurant chatbot built with nodejs + expressjs + web socket + mongodb πŸ’«.

    JavaScript 21

  4. elixir elixir Public

    πŸ‘¨πŸΏβ€πŸ’» Learning the Elixir programming language - getting started πŸš€ & anti-patterns πŸ“ˆ

    Elixir