import { Profile } from 'github';
interface CustomProfile extends Profile {
knowledge: {
languages: string[];
libraries: string[];
frameworks: string[];
technologies: string[];
};
software: {
ide: string[];
devOps: string[];
tools: string[];
};
contact: {
platform: string;
contact: string;
}[];
}
const ksprptr: CustomProfile = {
name: 'Petr Kašpar',
username: 'ksprptr',
pronouns: 'he/him',
bio: 'Fullstack web developer specializing in fast and modern web applications with Next.js and backend services powered by NestJS.',
knowledge: {
languages: ['HTML', 'CSS', 'JavaScript', 'TypeScript', 'Java', 'C#'],
libraries: ['React'],
frameworks: ['Next.js', 'NestJS', 'TailwindCSS', 'React Native', 'Expo', 'ASP.NET'],
technologies: ['Node.js', 'Prisma ORM'],
},
software: {
ide: ['Visual Studio Code', 'DataGrip', 'Rider', 'WebStorm', 'IntelliJ IDEA'],
devOps: ['Docker', 'Git'],
tools: ['Insomnia', 'dbdiagram.io'],
},
contact: [
{ platform: 'email', contact: 'contact@ksprptr.dev' },
{ platform: 'discord', contact: '@ksprptr' },
{ platform: 'linkedin', contact: '@ksprptr' },
{ platform: 'x', contact: '@ksprptr' },
],
};
export default ksprptr;
- Czech Republic
-
17:28
(UTC +02:00) - https://ksprptr.dev/
- in/ksprptr
- @ksprptr
Highlights
- Pro
Popular repositories Loading
-
securepass
securepass PublicA password generator that lets you customize character types—digits, upper/lowercase letters, and symbols—with an option to save generated passwords.
TypeScript
-
-
postboard-pw1
postboard-pw1 PublicA simple web application for a PW1 school project, designed to practice working with HTTP requests. It includes a page for viewing posts and another for creating them.
TypeScript
-
product-store-pw2
product-store-pw2 PublicA simple demo store for a PW2 school project, featuring product filtering, search functionality, and detailed product page.
TypeScript
-
nextjs-middleware-pw2
nextjs-middleware-pw2 PublicA compact web application for a PW2 school project that validates the token from cookies and configures the locale header based on the URL path within middleware.
TypeScript
-
nestjs-car-rental-pw2
nestjs-car-rental-pw2 PublicA Car Rental API built for a PW2 school project. This API manages users, vehicles, brands, colors, countries, and related entities.
TypeScript
If the problem persists, check the GitHub status page or contact support.