Tag: dev
All the articles with the tag "dev".
Understanding Cumulative Layout Shift and CSS Grid Ordering on Mobile
Updated: at 04:58 AMTo ensure a seamless web experience, avoid using negative values for CSS grid item ordering, as it can cause content shifting during loading, impacting user interaction on mobile devices.
It's OK to Abandon Your Side-Project
Updated: at 04:59 AMThe article discusses the challenge of letting go of side projects that are no longer needed and highlights how creating a project can inadvertently help in learning new concepts or skills.
htmz - A Low Power Tool for HTML
Updated: at 10:42 AMUsing an `iframe` tag in a clever experiment as an alternative to AJAX requests in HTML, providing a simple way to load external requests without extensive libraries.