Bun 1.3
Bun 1.3 is a major update that transforms Bun into a full-stack JavaScript runtime with built-in frontend development support, including hot reloading, React Fast Refresh, and a production bundler. Th…
Bun 1.3 is a major update that transforms Bun into a full-stack JavaScript runtime with built-in frontend development support, including hot reloading, React Fast Refresh, and a production bundler. Th…
The author started blogging to share resources they created while teaching new web developers, particularly addressing gaps in existing documentation. They currently use the Eleventy static site gener…
The author describes rebuilding their personal blog using a complex technology stack including Next.js, React, and MDX, despite acknowledging it may seem like overkill for a blog. They chose MDX for c…
The article discusses the CSS `:has` pseudo-class, a modern feature that allows styling a parent element based on its children, reversing traditional top-down CSS selectors. It highlights real-world u…