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 };
}
}
-
Rize
- Paris
- https://rize.network
Popular repositories Loading
-
react-native-android-location-services-dialog-box
react-native-android-location-services-dialog-box PublicForked from webyonet/react-native-android-location-services-dialog-box
React Native Android Location Services Dialog Box
Java
-
code-server
code-server PublicForked from coder/code-server
Run VS Code on a remote server.
TypeScript
-
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.