Skip to content

infinitedim/infinitedim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 

Repository files navigation

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! 😊

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors