Rebuilding My Static Blog with Build-Time Data and Instant Search
A developer rebuilds a static blog to use build-time data aggregation and instant search, eliminating runtime API dependencies for better performance.
A developer rebuilds a static blog to use build-time data aggregation and instant search, eliminating runtime API dependencies for better performance.
A developer's 2025 year-in-review, covering the switch from WordPress to BlazorStatic, adopting a Mac Mini, and using GitHub Copilot.
A technical guide on implementing an llms.txt file for AI crawlers in an Astro-based blog, detailing the script and build process.
A tutorial on creating a server-side, JavaScript-free yearly post count visualization for an Astro blog using content collections and CSS.
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 enabling trailing slash support in Blazor Static URLs through configuration tweaks for better routing and SEO.
A technical guide on using 11ty shortcodes and the Bundle plugin to conditionally load page-specific JavaScript and CSS, improving site performance.
A developer shares a curated list of over 250 resources for performance and platform-oriented web development, including blogs, tools, and inspiration.
A guide to fixing a GitHub Actions build that hangs when building a BlazorStatic website, with troubleshooting steps and solutions.
A developer details using XSLT to transform an OPML blogroll into styled HTML, integrating it dynamically with Hugo and Nginx.
Explains how React Server Components can be used to generate static sites, using a Next.js blog as an example.
A guide to fixing FrontMatter field population issues in BlazorStatic, a static site generator for Blazor.
A developer tests the real-world traffic capacity of a pre-rendered Next.js site, comparing it to SSR and analyzing performance under load.
A technical guide on combining 11ty, max Brotli compression, and CSS fingerprinting to achieve optimal website performance and caching.
A technical guide on migrating an Astro.js blog from Astro.glob() to the newer, type-safe Content Collections for better content management.
A developer reflects on the evolution of his custom static site generator, moving away from complex YAML configuration towards a simpler approach.
A guide to deploying a Next.js static website using Azure Static Web Apps, covering setup, GitHub integration, and deployment.
Troubleshooting large content.db file size in Nuxt Content v1 static builds and strategies to reduce or eliminate it.
A developer shares his experience and tips for converting a WordPress site to a static site using the Astro framework, focusing on performance and stability.
A tutorial on building a simple, clean photo gallery using Astro's content collections and image handling features.