Skip to main content

Skills

A somewhat comprehensive list of languages, frameworks, and tools I use to build identity, frontend, and AI-native experiences.

Tech

LanguagesJavaScript, TypeScript, Java, SQL, GraphQL, HTML, CSS.
Frameworks & LibrariesReact, Next.js, Redux, Storybook, Angular, D3.js, Node.js, Spring Boot.
Infrastructure & ToolingAWS (SQS, EventBridge, Lambda, Cognito), GraphQL APIs, WebSockets, Splunk, Datadog, Webpack.
DomainsAI & LLM Prototyping, UX Engineering, Design Systems & Storybook, Consumer Web Products, Identity & Authentication.
Soft SkillsTechnical Leadership, Mentorship, Cross-org Collaboration.

Development

  • I use Visual Studio Code as my text editor, with the One Dark Pro Monokai Darker theme and Operator Mono as my typeface of choice.
  • Google Chrome is my main browser for both development and general use.
  • React is my front end Javascript library of choice. The component-centric mental model is pretty quick and snappy for large scale applications.
  • For 3D effects and image shaders I use three.js. It has a bit of a learning curve but you can do some really powerful stuff with it.
  • For CSS I’ve used a myriad pre-processors and css-in-js solutions like styled-components, but these days I’m using vanilla CSS with PostCSS to get upcoming CSS features today.
  • For Javascript animations I use Framer Motion, it’s a great way to add spring animations to React and three.js.
  • For building and testing UI components in isolation I use Storybook.