ProjectsBlogContact
KS Logo LightKS Logo Dark

Blog

A digital record of what I've been working on.

Feb 14, 2025 0

Debugging a Broken JavaScript Build: Fixing Dependency Issues, Parcel, and Aliases

A deep dive into resolving outdated dependencies, broken aliases, and Parcel v2 migration issues while debugging a JavaScript build failure.

Jan 21, 2025 0

Debugging Slick Slider: The Ghost Slide Mystery

A deep dive into debugging Slick Slider when ghost slides persist on real mobile devices. Learn how to fully remove unwanted images and ensure Slick updates properly.

Feb 21, 2025 0

Deploying an ASP.NET Core App with MySQL on Fly.io

A step-by-step guide to redeploying an ASP.NET Core MVC application with MySQL on Fly.io, ensuring a smooth update process.

Feb 21, 2025 0

Building an A/B Test Showcase in Next.js

Lessons learned while creating a dynamic A/B Test Showcase using Next.js, Tailwind CSS, and TypeScript.

Feb 12, 2025 0

Debugging a Persistent Flyout Menu in a Rotating Carousel

Solving the challenge of maintaining a persistent flyout menu inside a dynamic, auto-rotating carousel while ensuring a smooth user experience.