Week notes 11
A developer shares weekly updates including a technical post on a custom 'copy Markdown' button for MDX/Next.js docs and improvements to their Astro blog.
A developer shares weekly updates including a technical post on a custom 'copy Markdown' button for MDX/Next.js docs and improvements to their Astro blog.
A guide to implementing a 'copy as markdown' button for dynamic content in an MDX-based Next.js documentation site.
How the Aspire team used GitHub Copilot's Planning mode to automate migrating hundreds of documentation articles from Microsoft Learn to a new Astro/Starlight site.
How to configure Vale's BlockIgnores to prevent false positives when linting text inside JSX components in MDX documentation files.
Developer shares weekly updates on completing an llms.txt documentation project, using sitefetch library, and technical writing about PICO-8 and Vale.
A guide to implementing automatic component imports for MDX files in the Astro framework using the astro-auto-import package.
How to use Dev Containers to create a portable, local preview environment for a Next.js blog, eliminating the need for cloud deployments during editing.
A developer shares their experience migrating a personal blog from Docusaurus to Astro, highlighting the ease of customization and static site generation.
A developer shares their modern workflow for creating responsive HTML emails using MJML, React components, and Markdown.
A developer shares his journey building a custom course platform to teach programming concepts like Array.reduce(), detailing his tech stack and motivations.
A technical guide on programmatically displaying relevant icons (like GitHub, React, JS) for blog articles based on their tags using React components.
A developer shares insights from her conference talk on migrating from Remark to MDX, highlighting the benefits of using React components in Markdown.
A developer shares initial experiences and challenges migrating a Gatsby blog from Markdown to MDX for more interactive content.
The author explains why they chose to make their personal blog closed-source, citing reduced friction, private drafts, and avoiding code maintenance.
The article argues for automating repetitive workflows, highlighting benefits beyond just time-saving, like maintaining focus and reducing mental friction.
A developer's journey to find a better presentation tool, leading to the discovery of mdx-deck for creating slides with Markdown and React.