Skip to content
View tam11a's full-sized avatar
☢️
Focusing
☢️
Focusing

Organizations

@rayosbd @definedsolution @rheo-bot @target-admission @trikon-re @portfolio-tabs @grade-limited @bong-lang @swipe-duo
Block or Report

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

  1. 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

  2. react-package-boilerplate react-package-boilerplate Public template

    React Typescript Boilarplate to create react packages and publishing on npm

    TypeScript 1

  3. 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

  4. react-use-hooks react-use-hooks Public

    Performant, flexible & extensible hooks with easy-to-use flexibility. react-use-hooks reduces the amount of code you need to write while removing unnecessary re-renders in ReactJS.

    TypeScript

  5. v2.tam11a.dev v2.tam11a.dev Public

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

    TypeScript 1

  6. nest-graphql-prisma-postgres nest-graphql-prisma-postgres Public

    example of nestjs, graphql, prisma, postgres to build Graph API

    TypeScript