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 ๐"
};
๐ฅ
ใฎใขใปใใกใคใ
Well hello people, my name is Dimas Saputra, i am a junior frontend developer especially ReactJS. based in Bekasi, Indonesia
- Jakarta
-
16:27
(UTC +07:00) - https://infinitedim.site
- @yourblooo
- infinite.dim_
- in/infnitedim
Pinned Loading
-
learn-rust-following-docs
learn-rust-following-docs PublicMy repo for learn rust by following official documentation
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.