Skip to content
View iammattburns's full-sized avatar
👾
👾

Block or report iammattburns

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
iammattburns/README.md

Hey, I'm Matt Burns 👋

I'm a software engineer from the UK specializing in building awesome digital products. You can find some of my code on GitHub, see my experiments on CodePen, and view my experience on LinkedIn. I don't have much availability at the minute but if you would like to get in touch in a consulting capacity, or as a tech advisor, drop me an email and we'll chat!

Pinned Loading

  1. apple-appstore-connect-jwt-generator apple-appstore-connect-jwt-generator Public

    Tool for generating JWT tokens for Apple App Store Connect API.

    JavaScript 1

  2. react-carousel react-carousel Public

    React Carousel is a lightweight and customizable carousel component for React applications.

    TypeScript 1

  3. react-package-boilerplate react-package-boilerplate Public template

    A boilerplate to aid in creating React packages utilizing Rollup, Storybook, and Typescript. Kickstart your React library development with a configuration that provides a seamless development exper…

    TypeScript 1

  4. Mac Cleanup Script Mac Cleanup Script
    1
    # Cleanup old node_modules
    2
    echo "Cleaning node_modules in projects older than 30 days"
    3
    find . -name "node_modules" -type d -mtime +30 | xargs rm -rf
    4
    echo "Done cleaning node_modules"
    5
    
                  
  5. Awesome-Design-Tokens Awesome-Design-Tokens Public

    Forked from mrmartineau/Awesome-Design-Tokens

    1

  6. mock-api mock-api Public

    HTML