type Engineer { writesCode: true, hasCoffee: boolean, currentlyBuilding: string[] }
class Sahaj implements Engineer {
private static instance: Sahaj // singleton pattern becauase ✨unique
public readonly location: 'Remote' | 'New Delhi' | 'Anywhere with good WiFi' = "New Delhi"
public readonly hasCoffee: boolean = !isChaiAvailable satisfies boolean
public readonly writesCode = true
public readonly age = 23
public currentlyBuilding = ['Campus', 'Aube', 'Fastest Real Estate Website', 'Cool Game']
get hobbies () : string[] {
return ["Jazz 🎷", "Chess ♟️", "Bouldering 🧗♂️", "Building Cool Stuff 👨💻"]
}
get languages(): Record<"Proficient" | "Familiar", string[]> {
return {
"Proficient": ["JavaScript", "TypeScript", "Python", "C++"],
"Familiar": ["Java", "Golang", "Rust", "Lua", "Swift", "Flutter"]
}
}
get email () : string[] {
return ["[email protected]"]
}
}
Here to create history 🥂 git history
-
Depthify.ai
- New Delhi
-
02:03
(UTC +05:30) - @bigguysahaj
- in/sahaj-singh-3a841b239
Highlights
- Pro
Pinned Loading
-
self-learning-car
self-learning-car PublicA self learning car 🚘 which would which would learn to move through a fast oncoming traffic and using machine learning with absolutely no ML libraries and pure JavaScript.
JavaScript 4
-
SHRAVAN--elderly-physiotherapy-app
SHRAVAN--elderly-physiotherapy-app PublicWe would use ML and computer vision to track daily and regular exercises along with the range of motion and rep count. All the data collected would then be parsed by the family physiotherapist. The…
-
DefinitelyTyped
DefinitelyTyped PublicForked from DefinitelyTyped/DefinitelyTyped
The repository for high quality TypeScript type definitions.
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.