{
"isRock": true,
"isStupid": null,
"isSmart": true,
"origin": "space",
"habits": [
"making stuff",
"playing games"
],
"languages": {
"wellKnown": [
"typescript",
"javascript",
"python"
],
"partiallyKnown": [
"golang",
"arduino"
]
},
"frameworks": {
"wellKnown": ["react"],
"partiallyKnown": ["angular", "vue"]
},
"favorites": {
"languages": ["typescript", "python"],
"frameworks": ["FastAPI", "Typer"]
},
"aFanOf": [
"nintendo",
"piracy",
"fireship", // fireship.io
"spongebob",
"memes",
"exciting tech"
],
"contact": {
"email": "[email protected]",
"discord": "meteorpower99"
}
}
-
10:33
(UTC +02:00) - @arockfromspace
- @arockfromspace
- @[email protected]
Pinned Loading
-
-
-
-
Basic Express.js v4 Hello, World Exa...
Basic Express.js v4 Hello, World Example 1// This code is also express@5 compatible!
23const express = require('express');
4const app = express();
5const port = 3000; // You can change the port by replacing '3000' with any number. But not like this: 'your port here'
-
Basic TypeScript Example: Greeter
Basic TypeScript Example: Greeter 1export function greet(name: string) {
2return `Hello ${name}`;
3}
45console.log(greet('Shehab'));
-
DefinitelyTyped/DefinitelyTyped
DefinitelyTyped/DefinitelyTyped PublicThe repository for high quality TypeScript type definitions.
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.