Skip to content
View ksprptr's full-sized avatar

Highlights

  • Pro

Block or report ksprptr

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ksprptr/README.md
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;

Pinned Loading

  1. qr-generator qr-generator Public

    Modern QR code generator for permanent QR codes that never expire — fully client-side, no backend and no tracking.

    TypeScript

  2. url-shortener url-shortener Public

    A simple, free-to-use URL shortener that respects user privacy by storing no personal data and supports link expiration.

    TypeScript

  3. vaultify vaultify Public

    Lightweight web-based utility for generating secure and unique UUIDs, passwords, MACs, and IPs.

    TypeScript