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 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.
Developer details integrating Supabase and Netlify Build Plugins to automate puzzle generation for the Jumblie word game.
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 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.
Learn how to use GraphQL to programmatically create pages and manage data in your Gatsby.js projects.
A tutorial on generating custom social media share images for Gatsby.js blog posts using Puppeteer to screenshot a preview page.
Explains the differences between JAMStack and serverless web apps, focusing on their core architectural principles.
A developer's journey migrating from Jekyll to GatsbyJS for a static blog, comparing features and evaluating modern JavaScript static site generators.