Skip to content
View ryck's full-sized avatar

Block or report ryck

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
ryck/README.md
type Engineer = {
  role: string;
  location: `${string}, ${string}`;
  focus: readonly string[];
  currently: string;
};

const ryck = {
  role: "Senior Software Engineer",
  location: "London, UK",
  focus: ["React", "TypeScript", "CSS & animation", "Accessibility", "DX"],
  currently: "Working at Engine by Starling",
} as const satisfies Engineer;

export default ryck;

ryck on Website · GitHub · LinkedIn · Bluesky · X · Instagram  —  say hi: [email protected]

Pinned Loading

  1. scrobblex scrobblex Public

    Self-hosted app that enables Plex scrobbling (and rating) integration with Trakt via webhooks

    JavaScript 107 4

  2. magicscreen magicscreen Public

    MagicScreen - Like a modern MagicMirror, but without the mirror...

    TypeScript

  3. ryck.dev ryck.dev Public

    JavaScript