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 onNovember 30, 2023Daylight savings for cronevent-cron-parsertechnicalHow I handled daylight savings for recurring events on Planda.
Published onNovember 30, 2023Handling AWS Crons using Local Dates with EventCronParserevent-cron-parserawstechnicalConvert UTC dates to local dates, and back to UTC for storage and usage on the server-side.
Published onNovember 28, 2023.scrollIntoView() inside iframe causes outside page to scrollcsstechnicalIframes and scrolling