Why I switched from Netlify back to GitHub Pages
A developer explains why they switched their site hosting back to GitHub Pages from Netlify due to DNS issues, certificate problems, and build time limits.
A developer explains why they switched their site hosting back to GitHub Pages from Netlify due to DNS issues, certificate problems, and build time limits.
A guide on fixing Node.js memory allocation errors in Netlify builds by setting environment variables to increase the JavaScript heap limit.
Explores how the 'Age' HTTP header from CDNs like Netlify can interfere with link prefetching tools such as Instant.Page, impacting perceived performance gains.
A technical guide detailing the author's step-by-step process for migrating a blog from WordPress.com to the Hugo static site generator.
A developer shares how to set up automated end-to-end testing for an Eleventy website using Cypress and Netlify deployment.
A technical case study on A/B testing the instant.page prefetching library using Netlify's split testing and SpeedCurve for performance measurement.
A guide to creating a minimal, resilient static website for emergency communication using Eleventy and Netlify.
A guide to creating a custom Netlify Build Plugin to generate markdown from Ghost during the build lifecycle.
A developer shares their experience migrating personal projects to Netlify, focusing on domain management and a simpler, server-side analytics alternative to Google Analytics.
Explains how to build a micro blog using Jamstack, IFTTT, and Netlify, detailing the setup and workflow.
The author revives their blog 'Inspiring Online' with longer posts, a redesign, and a migration from Jekyll to Hugo hosted on Netlify.
Andy shares how switching to Netlify's nameservers dramatically improved his site's time to first byte, with a Web Page Test report.
Andy shares a technical tip about improving DNS resolution by pushing domain nameservers to Netlify, along with an introduction to his work.
A curated list of free and open-source tools, courses, and resources for frontend developers in 2020, covering hosting, accessibility, and learning.
A guide to configuring essential HTTP response headers like Content-Security-Policy and Cache-Control for improved security and performance on static sites hosted on Netlify.
A guide to creating a Netlify build plugin that integrates with SpeedCurve for performance testing after each site deploy.
A guide to automating dependency updates using Dependabot, Cypress for end-to-end testing, and Netlify for CI/CD in a JavaScript/Gatsby project.
A developer explains how they built a custom, convenient link-sharing system for their personal IndieWeb blog using a bookmarklet and serverless functions.
A guide on integrating the Ghost CMS with the Jekyll static site generator using a Netlify plugin and gulp.js to convert API content to markdown.