Gaurav Shukla's avatar
AboutBlogProjectsBookmarksContact
AboutBlogProjectsBookmarksContact

Blog

Explore my collection of blog posts about web development, coding practices, and technology insights. I write about frontend development, React, and modern web technologies.

How to make use of Agent Skills

6 days ago

Learn how agent skills work, how they differ from agent files, and how to use them for reusable AI workflows.

Read post

How to transition from display: none in CSS (Finally!)

2 months ago

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.

Read post

How to set alt text for the CSS content property

4 months ago

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.

Read post

Get buttery smooth scrolling in your Next.js app

5 months ago

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.

Read post

OG images: The first impression most developers ignore

8 months ago

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.

Read post

Why I switched to PNPM (and you probably should too)

9 months ago

Discover the benefits of using PNPM over other package managers and learn how to make the switch seamlessly.

Read post

How I made the same font look better without changing it

9 months ago

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.

Read post

The surprising power of the id attribute

10 months ago

Learn about the hidden behavior of id attributes in HTML and JavaScript. Common misconceptions and best practices.

Read post

Built with love by Gaurav Shukla