Category: Web Development
-
Taming AI: Ethics and Human Responsibility
Taming AI is more than just a tech challenge—it’s a human responsibility. Join me as I reflect on a workshop exploring ethical AI in UX research, dive into key takeaways from global AI guidelines, and add a dash of humor with whimsical visuals like a robot dog on a leash and a lollipop man stopping…
-
Solving the “No such built-in module: node” Error in Vite
Encountering the “No such built-in module: node ” error in Vite? This guide walks you through how I fixed the issue by replacing Node.js’s require with ES module imports in a Vue.js project using Tailwind CSS. Learn why Vite prefers ES modules and how to resolve compatibility issues to streamline your development experience.
-
The Balance of Form and Function in Web Development: A Digital Symphony
In web development, form and function are two sides of the same coin. This blog explores how these concepts work together to create digital experiences that are not only visually appealing but also highly functional. Learn how to balance usability and aesthetics to craft websites that truly resonate with users.
-
Resolving “Page Not Found” on Vercel After Refreshing Non-Source Pages
Encountering a ‘Page Not Found’ error when refreshing non-source pages on Vercel? Discover how to resolve this common issue for both static and full-stack web applications with simple configuration steps. Learn how to properly set up your Vercel project to handle client-side routes and ensure smooth navigation.