Skip to content
View kasparrpetr's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Highlights

  • Pro

Block or report kasparrpetr

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
kasparrpetr/README.md

Web & App Programmer

import { Profile } from 'github';

interface CustomProfile extends Profile {
  knowledge: {
    languages: string[];
    frameworks: string[];
    technologies: string[];
  };
  software: {
    ide: string[];
    devOps: string[];
  };
  contact: {
    platform: string;
    contact: string;
  }[];
}

const kasparrpetr: CustomProfile = {
  name: 'Petr Kašpar',
  username: 'kasparrpetr',
  pronouns: 'he/him',
  bio: 'Web & App Programmer',
  knowledge: {
    languages: ['HTML', 'CSS', 'JavaScript', 'TypeScript', 'Java', 'C#'],
    frameworks: ['Next.js', 'React', 'React Native', 'Tailwind CSS', 'ASP.NET'],
    technologies: ['Node.js', 'Prisma'],
  },
  software: {
    ide: ['Visual Studio Code', 'IntelliJ IDEA', 'Rider'],
    devOps: ['Docker', 'Git'],
  },
  contact: [
    { platform: 'email', contact: '[email protected]' },
    { platform: 'discord', contact: '@kasparrpetr' },
    { platform: 'instagram', contact: '@ksprptr' },
  ],
};

export default kasparrpetr;

Popular repositories Loading

  1. securepass securepass Public

    Password generator that allows you to create and save passwords that are hard to crack.

    TypeScript

  2. fast-type fast-type Public

    Smart typing application that helps you to improve your typing speed and accuracy.

    TypeScript

  3. kasparrpetr kasparrpetr Public

    GitHub README file.