Skip to content
View SteedMonteiro's full-sized avatar

Organizations

@studiolabs
Block or Report

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

  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. strong-remoting strong-remoting Public

    Forked from strongloop/strong-remoting

    Communicate between objects in servers, mobile apps, and other servers.

    JavaScript

  3. loopback-connector-remote loopback-connector-remote Public

    Forked from strongloop/loopback-connector-remote

    LoopBack remote REST API connector

    JavaScript

  4. gt-mobile gt-mobile Public

    Forked from abandisch/gt-mobile

    JavaScript

  5. prlx-nginx-php-fpm prlx-nginx-php-fpm Public

    Forked from parallax/prlx-nginx-php-fpm

    Clean, minimal Nginx-PHP image for Docker/Kubernetes

    Roff

  6. zf-bugsnag zf-bugsnag Public

    Forked from nickurt/zf-bugsnag

    Bugsnag Notifier for Zend Framework 2.3 and 3.0

    PHP