Published onAugust 8, 2024Debugging dnd-kit: Both DragOverlay and Draggable Item draggingdebuggingtechnicalDragging with DragOverlay caused original item to drag as well, making the parent/container scroll when dragging outside container
Published onAugust 2, 2024XY problem - Debugging spiral with Rollup and esbuilddebuggingtechnicalRemoving reliance on next-transpile-modules sent me deep into bundler debugging
Published onAugust 1, 2024Fixing Typescript being slowtypescriptdebuggingtechnicalHere's how I fixed Typescript being slow for my Next.js project
Published onJuly 11, 2024Make position fixed element take up space before scrollcssreacttechnicalCreate a position fixed element takes up space initially so you can see it, then scroll over it
Published onJuly 5, 2024Spotify Web API SDK authorization for personal use only (Next.js)spotifyYou can't get a permanent access token to your own Spotify account.