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.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, 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 Streak
GitHub Stats Most Used Languages
Activity Graph

๐ŸŒŸ Featured Projects

๐Ÿ“ Portfolio

๐Ÿ† 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