Boring UI is Good UX: Why Do Websites Look Similar Now?
Why do most websites look similar today, even in experience? Guides readers through web development history to conclude that "boring UI is good UX."
Why do most websites look similar today, even in experience? Guides readers through web development history to conclude that "boring UI is good UX."
As a front-end engineer, my recent work experience has shown me that many development issues still revolve around the appearance.
AI will not leave our lives; it will only become more common, impacting our lives. What can humans do that AI cannot? What will future jobs look like?
Manual testing has issues like unstable results and is time-consuming. Let’s try using Lighthouse CI for automated performance checks!
Give your site a custom search powered by WebAssembly. With the release of Pagefind 1.0, I replaced my custom fuse.js search with Pagefind.
Recently, I used Shadcn for Vue to build web UI. It's a customizable component library based on Tailwind, allowing quick creation of web interfaces.
Forms are the most common website elements and the bridge to users. This post summarizes essential form UX and why design choices matter.
JavaScript has try...catch syntax for capturing errors. How can we ensure the type of errors thrown in TypeScript?
Zod is a schema declaration and validation library led by TypeScript. The purpose of Zod is to easily write runtime data validation.
Recently reading about Goals, Problem, Solutions in Stay SasSy made me realize this is how I break down problems at work!
Using the `disabled` attribute blocks users and creates confusion—explain the reason instead of just preventing actions.
MDX in Astro gives me flexibility, but I prefer writing in Markdown. Can custom components be mapped to Markdown syntax?
why are UI design and development so uncoordinated? Can teams consistently deliver products that truly meet user needs?
TDD Test-Driven Development is a development methodology where tests are written before the implementation code.
Patience, communication, and thinking outside the box are the virtues I believe a software engineer should have. Do you agree with this idea?