How to make use of Agent Skills
Learn how agent skills work, how they differ from agent files, and how to use them for reusable AI workflows.
Explore my collection of blog posts about web development, coding practices, and technology insights. I write about frontend development, React, and modern web technologies.
Learn how agent skills work, how they differ from agent files, and how to use them for reusable AI workflows.
Learn how to transition display: none in CSS using modern features like transition-behavior: allow-discrete and @starting-style. this post explains why traditional transitions fail and shows how to animate elements smoothly as a progressive enhancement.
Learn how to set alt text for both text-based and image-based values used in the CSS content property, and improve your project’s accessibility with a simple trick.
Learn how to achieve silky smooth scrolling in your Next.js 16 app using Lenis, a lightweight and performant smooth scroll library. This step-by-step guide shows how to integrate Lenis into your layout, customize scroll behavior, and enhance your app’s user experience.
Learn how Open Graph and Twitter images can make your project stand out online. A practical guide to setting them up in Next.js and fixing common issues.
Discover the benefits of using PNPM over other package managers and learn how to make the switch seamlessly.
I'm a developer, not a designer. But I still want my typography to look great. Here's how I made the same font look way better using one CSS trick.
Learn about the hidden behavior of id attributes in HTML and JavaScript. Common misconceptions and best practices.