Ben Gubler

Ben Gubler

@nebrelbug

  • Home
  • About
  • My Stack
  • Projects
  • Language Learning
  • Posts
  • Contact
Ben Gubler
Ben Gubler

Posts

RSS

Thoughts on web development, AI, and building things that matter.

#ml/ai (12)#open-source (4)#random (4)#frontend (3)#linguistics (3)
Jun 14, 20255 min read

Adding .md URLs for Raw Markdown Content in Next.js

How to add .md URLs to your Next.js blog to serve raw markdown content, inspired by Vercel's docs.

#frontend
Jun 14, 20254 min read

Smooth Page Transitions in Next.js with next-view-transitions

Add smooth page transitions to Next.js using the View Transitions API.

#frontend
Jul 2, 20241 min read

Making a Radix Dropdown the Same Width as Its Trigger

How to make the dropdown content of a Radix or shadcn dropdown match the width of the trigger.

#frontend