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.

Content in all repositories owned by your account will be closed.
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. drop-to drop-to Public

    Self-hosted file uploader that lets you route uploads through your own storage backends (Google Drive, S3, and more) instead of your app server's disk.

    TypeScript

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

  3. dev-toolkit dev-toolkit Public

    Password, hash, JWT and URL utilities that run entirely in your browser.

    TypeScript

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