Welcome to my full stack JavaScript blog

All of my long-form thoughts on programming and other tech related things can be found here!

Audio | Part 8 — Refactoring and Loading Audio Samples

Today we'll refactor our program in order to allow our codebase to be more maintainable as it grows larger. We'll also add a feature that allows the user to upload their own audio samples to be played in each track.

Audio | Part 1 — Web Audio Intro with Tone.js

Today, we're diving into the exciting world of web audio programming with Tone.js, a fantastic framework for creating interactive music in the browser.