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
-
apple-appstore-connect-jwt-generator
apple-appstore-connect-jwt-generator PublicTool for generating JWT tokens for Apple App Store Connect API.
JavaScript 1
-
react-carousel
react-carousel PublicReact Carousel is a lightweight and customizable carousel component for React applications.
TypeScript 1
-
react-package-boilerplate
react-package-boilerplate Public templateA 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
-
Mac Cleanup Script
Mac Cleanup Script 1# Cleanup old node_modules
2echo "Cleaning node_modules in projects older than 30 days"
3find . -name "node_modules" -type d -mtime +30 | xargs rm -rf
4echo "Done cleaning node_modules"
5 -
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.