Skip to content
View Jarvis1010's full-sized avatar

Block or report Jarvis1010

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
Jarvis1010/README.md

πŸ‘‹ Hi there, I'm Travis Waith-Mair

I'm a Software Engineer, Course Author, and Open Source Creator. I've had the privilege of working on various projects and technologies over my career, especially in the front-end ecosystem. I've also been fortunate to be able to create content in that same arena. I can often be found lurking on Twitter (X), Discord, and other online communities.

Notable Links

Bedrock Layout Blog
Bedrock Layout Primitives Non-Traditional.dev Blog
Composing Layouts Github
Composing Layouts in React Course Github Profile
Twitter (X) LinkedIn
Twitter (X) LinkedIn

Outline

What Do I Do?

  • πŸ’» - I write code
  • ✍️ - Write blog articles
  • πŸ’¬ - Give conference talks
  • πŸŽ₯ - Code on live streams
  • πŸŽ™οΈ - Speak on podcasts

Open Source Projects

Click to see the project that I have contributed to

Blog Posts

Click to see my most popular blog posts

Podcasts and Public Appearances

Click to see podcasts
Click to see conferences I've spoken at

Stats

Travis Waith-Mair's GitHub stats Travis Waith-Mair's most used programming languages

Pinned Loading

  1. Bedrock-Layouts/Bedrock Bedrock-Layouts/Bedrock Public

    Foundational Layout Primitives for your React App

    TypeScript 442 27

  2. react-copy-code react-copy-code Public

    A React component to add copy to clipboard funcitonality to 'pre code' blocks

    TypeScript 9 4

  3. retry retry
    1
    type PromiseFunc<T, K extends unknown = undefined[]> = (
    2
      ...args: K
    3
    ) => Promise<T>;
    4
    
                  
    5
    interface Config {
  4. react-component-inator react-component-inator Public

    JavaScript