Skip to content
View SteedMonteiro's full-sized avatar

Organizations

@studiolabs

Block or report SteedMonteiro

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 = 38;
    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