Skip to content

infinitedim/infinitedim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

61 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

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

No packages published