interface Profile {
name: string;
username: string;
roles: readonly string[];
}
export default {
name: 'Petr Kašpar',
username: 'ksprptr',
roles: [
'Junior Full-Stack Developer',
'Video Maker',
],
} satisfies Profile;
Junior Full-Stack Developer & Video Maker
- Czech Republic
- https://ksprptr.dev/
- in/ksprptr
Highlights
- Pro
Pinned Loading
-
qr-generator
qr-generator PublicModern QR code generator for permanent QR codes that never expire — fully client-side, no backend and no tracking.
TypeScript
-
url-shortener
url-shortener PublicA simple, free-to-use URL shortener that respects user privacy by storing no personal data and supports link expiration.
TypeScript
-
vaultify
vaultify PublicLightweight web-based utility for generating secure and unique UUIDs, passwords, MACs, and IPs.
TypeScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


