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 🔄"
};
Flutter · React · Rust | Building production-grade apps with clean architecture. Based in Indonesia 🇮🇩
- Jakarta
-
05:12
(UTC +07:00) - https://infinitedim.site
- @yourblooo
- yourblooo
- 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.




