8000 SteedMonteiro (Monteiro Steed) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View SteedMonteiro's full-sized avatar

Organizations

@studiolabs

Block or report SteedMonteiro

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
steedmonteiro/README.md
class Steed {
  constructor() {
    this.age = 37;
    this.from = "Paris";
    this.speaking = ["French", "English", "Spanish", "Portuguese"];
  }

  contact() {
    const email = "steed.monteiro@gmail.com";
    return { email };
  }

  code() {
    const languages = {
      expert: ["typescript", "react", "react-native"],
      intermediate: ["python", "swift", "java"],
    };
    const specialities = [
      "fullstack",
      "ai",
      "mobile",
      "nestjs",
      "nginx",
      "kubernetes",
    ];
    const config = ["mac", "vscode"];
    return { languages, specialities, config };
  }
}

Popular repositories Loading

  1. react-native-android-location-services-dialog-box react-native-android-location-services-dialog-box Public

    Forked from webyonet/react-native-android-location-services-dialog-box

    React Native Android Location Services Dialog Box

    Java

  2. code-server code-server Public

    Forked from coder/code-server

    Run VS Code on a remote server.

    TypeScript

  3. intro-react intro-react Public

    A robot powered training repository 🤖

    JavaScript

  4. starting-with-typescript-exercise starting-with-typescript-exercise Public

  5. design-thinking-intro design-thinking-intro Public

  6. intermediate-node-course intermediate-node-course Public

    an intermediate node.js course

    JavaScript

0