Blog

Thoughts on creative coding, web development, and digital experiences

Building a DJ Mixer in the Browser

12 min read

A technical deep-dive into building a full-featured DJ mixing application using React and the Web Audio API. We'll explore dual turntables, real-time audio processing, and performance optimization.

#web-audio-api#react#javascript
Read More →

React + Three.js: Performance Gotchas

10 min read

Tips and tricks for optimizing 3D scenes in React using Three.js and React Three Fiber. Learn how to avoid common performance pitfalls and build smooth 60fps experiences.

#three.js#react#performance
Read More →

Audio Processing with Web Audio API

15 min read

Exploring the Web Audio API for creative audio applications. From basic waveform visualization to advanced frequency analysis and real-time effects processing.

#web-audio-api#javascript#music
Read More →