class Steed {
constructor() {
this.age = 36;
this.from = "Paris";
this.speaking = ["French", "English", "Spanish", "Portuguese"];
}
contact() {
const email = "[email protected]";
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
-
strong-remoting
strong-remoting PublicForked from strongloop/strong-remoting
Communicate between objects in servers, mobile apps, and other servers.
JavaScript
-
loopback-connector-remote
loopback-connector-remote PublicForked from strongloop/loopback-connector-remote
LoopBack remote REST API connector
JavaScript
-
-
prlx-nginx-php-fpm
prlx-nginx-php-fpm PublicForked from parallax/prlx-nginx-php-fpm
Clean, minimal Nginx-PHP image for Docker/Kubernetes
Roff
-
zf-bugsnag
zf-bugsnag PublicForked from nickurt/zf-bugsnag
Bugsnag Notifier for Zend Framework 2.3 and 3.0
PHP
If the problem persists, check the GitHub status page or contact support.