ChamperNet / ChamperNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi there đź‘‹

import { developer, ceo } from Champer

const aboutMe = {
   name: "Timur Iskakov",
   age: 31,
   speakingLanguages: ["English", "Russian"],
   code: ["JavaScript", "PHP", "Dart"],
   technologies: {
      frontEnd: {
         js: ["Vue", "React", "Nuxt", "Next", "Svelte"],
         ui: ["Material UI", "Tailwind UI", "Bootrstrap"],
         other: ["Apollo", "GraphQL"]
      },
      backend: ["Laravel", "Symfony", "Node.js", "Socket.io", "WebRTC"],
      CMS: ["WordPress", "Bitrix", "Strapi"],
      databases: ["MongoDB", "PostgreSQL", "MySQL", "SQLite"],
   },
   currentLocation: ["Tbilisi, Georgia"],
};

About