interface Expertise {
mobile: string[];
frontend: string[];
backend: string[];
deployment: string[];
}
interface Me {
pronouns: string;
location: string;
currentFocus: string;
expertise: Expertise;
learning: string;
funFact: string;
}
const infiniteDim: Me = {
pronouns: "He/Him",
location: "๐ Indonesia",
currentFocus: "Cross-platform development",
expertise: {
mobile: [
"Flutter",
"Dart",
],
frontend: [
"React",
"Next.js",
"TypeScript",
],
backend: [
"NestJS",
"Node.js",
"Express",
],
deployment: [
"Docker",
"Vercel",
"CI/CD",
]
},
learning: "Always exploring new technologies",
funFact: "Coffee โ => Code ๐ป => Repeat ๐"
};-
Notifications
You must be signed in to change notification settings - Fork 0
infinitedim/infinitedim
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
ย | ย | |||
ย | ย | |||
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published