Skip to content
View tam11a's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@definedsolution @portfolio-tabs

Block or report tam11a

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 100 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
tam11a/README.md
// tools_I_use_organized

class About extends Me {
  const myTools = {
    "Language": ["JavaScript", "TypeScript", "Python", "C++", "C"],
    "Frameworks": {
      "Native": {
        "JavaScript": ["React Native"],
        "TypeScript": ["React Native"]
      },
      "Frontend": {
        "TypeScript": ["ReactJS", "NextJS", "VueJS"],
        "JavaScript": ["ReactJS", "NextJS", "VueJS"]
      },
      "Backend": {
        "TypeScript": ["ExpressJS", "NestJS"],
        "JavaScript": ["ExpressJS", "NestJS"],
        "Python": ["Flask"]
      }
    },
    "Database": {
      "Language": {
        "SQL": ["MySQL", "SQLite"],
        "NoSQL": ["MongoDB"]
        },
      "ORM": {
        "SQL": ["Sequelize", "MySQL"],
        "NoSQL": ["Mongoose", "MongoDB", "Firebase"]
      }
    },
    "APIProtocol": ["REST", "GraphQL"],
    "CommunicationProtocol": ["HTTP/HTTPS", "Socket", "MQTT"],
    "Platforms": ["GNU/Linux", "Windows"],
    "Editors": ["Vscode", "Sublime"],
    "Additional": ["HTML", "CSS", "Bash", "JSON", "Markdown"],
    "Scrum": ["Jira"],
    "UiUx": ["Figma"],
    "Git": ["Git Bash", "GitHub Desktop", "Git Kracken"],
    "Graphics": ["Photoshop", "Illustrator"]
  };
}

Pinned Loading

  1. v3.tam11a.dev v3.tam11a.dev Public

    My Personal Portfolio made in Astro, TailwindCSS

    Astro 1

  2. v2.tam11a.dev v2.tam11a.dev Public

    Developers Portfolio made in NextJS, TailwindCSS, GSAP, Framer Motion for https://v2.tam11a.dev/

    TypeScript 1 1

  3. react-ts-pwa-boilerplate react-ts-pwa-boilerplate Public template

    React Typescript PWA (Progressive Web Application) Boilarplate using Vite, a modern, blazing-fast tool for scaffolding and bundling projects, @mui, antd, tailwindcss, moment, axios, react-query, re…

    TypeScript 1

  4. react-package-boilerplate react-package-boilerplate Public template

    React Typescript Boilarplate to create react packages and publishing on npm

    TypeScript 1

  5. react-use-access react-use-access Public

    Flexible & extensible modules with development friendly flexibility to maintain the forbidden areas for different types of users in ReactJS.

    TypeScript 2

  6. helper helper Public

    Helper⚡️ is a collection of utility functions for common tasks such as string manipulation, array/object merging, and date/time formatting. It can be used in both Node.js and browser environments.

    JavaScript