Insights and Learnings

A collection of articles sharing insights, discoveries, and lessons learned along the way.

Using MediaPipe in TouchDesigner

MediaPipe is a powerful library for computer vision tasks. This post provides a step-by-step guide to integrating MediaPipe with TouchDesigner for real-time pose detection with segmentation.

Integrating React Query with Electrons IPC Layer

React Query is a powerful tool for managing server state in React applications. This post explores a pattern to effectively pass API errors through Electrons IPC layers so that React Query can handle them correctly.