Static as a Server
Explains how React Server Components can be used to generate static sites, using a Next.js blog as an example.
Explains how React Server Components can be used to generate static sites, using a Next.js blog as an example.
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.
Troubleshooting large content.db file size in Nuxt Content v1 static builds and strategies to reduce or eliminate it.
A tutorial on building a simple, clean photo gallery using Astro's content collections and image handling features.
A developer shares their experience migrating a personal blog from Gatsby.js to Astro, citing reasons like build speed and simplicity.
Developer details integrating Supabase and Netlify Build Plugins to automate puzzle generation for the Jumblie word game.
A technical guide on using Notion as a headless CMS to generate markdown content for a Gatsby.js (or similar) static site.
A technical guide on implementing an Atom feed for a blog, explaining the benefits and providing a simple script-based approach.
A developer explores and compares syntax highlighting solutions for their Eleventy blog, focusing on Torchlight's features and limitations.
An introduction to Astro, a new web framework focused on performance by shipping less client-side JavaScript and supporting multiple frameworks.
A developer explains the tech stack and process used to build their custom blog, focusing on Next.js and MDX for flexibility.
A developer explores integrating Rollup.js into the 11ty static site generator's build pipeline for more efficient JavaScript bundling.
A developer details his migration from the Hexo static site generator to Next.js, highlighting the technical challenges and benefits of the new framework.
A guide to creating a developer portfolio website using a custom Gatsby template that includes project listings and markdown blog functionality.
Explores Svelte framework options after Sapper's deprecation, comparing alternatives like SvelteKit, Elder.js, and Routify for developers.
A guide on integrating a Hugo static blog into a Django application using a route-based approach like mysite.com/blog/.
A technical guide on migrating a Jekyll static site's CI/CD pipeline from CircleCI to GitHub Actions, covering build and deployment steps.
A developer shares their experience and troubleshooting steps while deploying a Gatsby site to Azure Static Web Apps, highlighting build issues and solutions.