Blog

Learning, Building, and
Documenting

Insights and experiences from my journey as a developer—exploring ideas,
overcoming challenges, and sharing lessons learned along the way.

Hacky Way to Customize Shadcn’s Tooltip Arrows
December 15, 2024 5 min read

Hacky Way to Customize Shadcn’s Tooltip Arrows

A workaround for displaying a custom SVG arrow in shadcn’s tooltip.

Read more
  • react
  • css
Setting Dynamic Default Values with Zod Schema
December 12, 2024 3 min read

Setting Dynamic Default Values with Zod Schema

Leverage Zod's powerful features to set dynamic default values and enhance data validation with flexibility and ease.

Read more
  • zod
  • typescript