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.

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
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: info@ryck.dev

Pinned Loading

  1. ryck.dev ryck.dev Public

    JavaScript

  2. rtk-query-devtools rtk-query-devtools Public

    A TanStack DevTools plugin for inspecting RTK Query cache entries, mutations, tags, and requests in real time

    TypeScript

  3. shadcn-family-tree shadcn-family-tree Public

    A vertical, generation-layered tree built from shadcn cards

    TypeScript