Skip to content

Instantly share code, notes, and snippets.

View itsbrex's full-sized avatar
🎯
focusing

Brian Roach itsbrex

🎯
focusing
View GitHub Profile
@itsbrex
itsbrex / index.html
Created September 16, 2023 18:38
Tone.js Chord Generator
<html>
<head>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-black p-10">
<section id="interactiveInterface" class="grid grid-cols-5 grid-rows-5 gap-4 rounded-t-xl overflow-hidden p-10">
</section>
<div id="keyContainer"></div>
{
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Brian Roach",
"label": "Senior Technical Product Manager + Engineer",
"summary": "Experienced Senior Product Manager with a decade of success in driving product growth from concept to launch. Unique background product management with strong technical foundation. I can code, design, and lead cross-functional teams to deliver high-quality products. Intersted in building products that empower creators and communities. Currently exploring MIR and audio-ML for audico and video production.",
"email": "[email protected]",
"phone": "",
@itsbrex
itsbrex / index.html
Created March 30, 2023 07:15
Trippy Particles
<canvas id="canvas"></canvas>