Skip to content
View infinitedim's full-sized avatar

Organizations

@devixid

Block or report infinitedim

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
infinitedim/README.md

Typing SVG

Portfolio GitHub followers Profile Views


🚀 About Me

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 🔄"
};

💻 Tech Stack

🎨 Frontend Development

React TypeScript JavaScript Sass

Next.js TailwindCSS

⚙️ Backend & DevOps

Docker

Node.js NestJS

📱 Mobile Development

Flutter Dart

🗄️ Database & Tools

GitHub

PostgreSQL Git VS Code

🧪 Testing

Vitest

🛠️ Additional Technologies

Vercel Netlify Firebase Supabase Prisma tRPC Zustand React Query Expo Figma

📊 GitHub Statistics

GitHub Stats Most Used Languages
Activity Graph

🌟 Featured Projects

📁 Portfolio Backend

📁 Portfolio Frontend

🏆 GitHub Achievements

Trophy

💭 Dev Quote of the Day

Random Dev Quote

🤝 Let's Connect

📬 Reach out to me

GitHub Email

LinkedIn Twitter Instagram

🎮 Let's play some game

Snake animation

Thanks for visiting! 😊

Pinned Loading

  1. learn-rust-following-docs learn-rust-following-docs Public

    My repo for learn rust by following official documentation

    Rust 1 1