
A/B testing on Netlify without flicker using edge functions
Run flicker-free A/B tests on Netlify using Edge Functions. Split traffic at the CDN edge with cookies and URL rewrites before the browser renders.
Perttu Lähteenlahti
Tips, tutorials, and insights about Netlify and managing your projects.

Run flicker-free A/B tests on Netlify using Edge Functions. Split traffic at the CDN edge with cookies and URL rewrites before the browser renders.
Perttu Lähteenlahti

Password protect your Netlify site using dashboard settings (Pro) or Basic Auth via _headers file. Secure staging sites and previews from public access.
Perttu Lähteenlahti

Step-by-step guide to using your custom domain as a Bluesky handle. Add a TXT record in Netlify DNS and verify ownership to claim your unique identity on Bluesky.
Perttu Lähteenlahti

Read URL query parameters in Netlify Functions with event.queryStringParameters. Handle optional values safely in TypeScript serverless functions.
Perttu Lähteenlahti

Test Netlify Functions locally with netlify functions:serve. Debug serverless code safely before deploying using the Netlify CLI and environment variables.
Perttu Lähteenlahti

Access environment variables in Netlify Functions using process.env (Node.js) or Deno.env.get() (Edge Functions). Keep secrets safe and code clean.
Perttu Lähteenlahti

Fix broken images and links caused by trailing slash issues in Netlify rewrites. A simple client-side JavaScript solution for consistent URLs.
Perttu Lähteenlahti

Run code at the CDN edge with Netlify Edge Functions. Handle geolocation, personalization, and A/B testing with low latency using Deno and Web APIs.
Perttu Lähteenlahti

Run serverless cron jobs on Netlify with Scheduled Functions. Configure schedules in netlify.toml or inline with TypeScript for automated background tasks.
Perttu Lähteenlahti

Create a one-click redeploy link for Netlify. Use a hidden page with fetch() to trigger deploy hooks from the browser for scheduled content.
Perttu Lähteenlahti

Switch from CommonJS to ES modules in Netlify Functions. Use modern import/export syntax with TypeScript for cleaner serverless code.
Perttu Lähteenlahti

Return HTML from Netlify Functions using TypeScript. Set the Content-Type header correctly to render full web pages from serverless functions.
Perttu Lähteenlahti

Learn how to manage your Netlify projects on the go with Netli.fyi mobile app. Monitor deploys, check build logs, and stay productive from anywhere.
Perttu Lähteenlahti

Deploy your first website to Netlify from GitHub. Get automatic deployments on every push with a free live URL in minutes.
Perttu Lähteenlahti

Learn how to securely manage environment variables in Netlify for builds, runtime, and deploy contexts. Includes best practices and common pitfalls.
Perttu Lähteenlahti

Learn how Netlify build plugins work and how to use them to extend your build pipeline. Step-by-step guide with real-world examples.
Perttu Lähteenlahti

Learn how to use Netlify deploy previews to review changes before going live. A practical guide for teams and solo developers.
Perttu Lähteenlahti

Learn how to add contact forms to a static site using Netlify Forms. No backend required. Step-by-step beginner-friendly guide with examples.
Perttu Lähteenlahti

Learn how to connect a custom domain to your Netlify site using Netlify DNS or an external DNS provider. Step-by-step guide with best practices.
Perttu Lähteenlahti

Learn how to connect Contentful with Netlify so editors can trigger builds and track deployment status directly from the Contentful UI.
Perttu Lähteenlahti

Create a free Netlify account using GitHub in minutes. A beginner-friendly guide to signing up and getting ready to deploy your first site.
Perttu Lähteenlahti

Learn how to deploy a Next.js app to Netlify, including configuration for SSR, SSG, environment variables, and common pitfalls.
Perttu Lähteenlahti

Learn how to run simple A/B tests on Netlify using split testing with redirects. No edge functions required.
Perttu Lähteenlahti

Learn how to debug and fix the most common Netlify build errors, from dependency issues to environment variable problems.
Perttu Lähteenlahti

Learn how to install and use the Netlify CLI to deploy sites, manage environments, run local dev servers, and automate workflows from the command line.
Perttu Lähteenlahti

Learn how to control caching behavior on Netlify using headers, the _headers file, and netlify.toml for better performance and correctness.
Perttu Lähteenlahti

Learn how to add user authentication to a static site using Netlify Identity. Covers setup, signup, login, roles, and protecting content.
Perttu Lähteenlahti

Learn how to deploy a monorepo to Netlify using build settings, base directories, and common tools like Turborepo and Nx.
Perttu Lähteenlahti

A clear breakdown of Netlify pricing, bandwidth limits, build minutes, and common gotchas so you can choose the right plan.
Perttu Lähteenlahti

Learn how to configure redirects and rewrites in Netlify using the _redirects file or netlify.toml. A practical guide with real-world examples.
Perttu Lähteenlahti

A practical comparison of Netlify and GitHub Pages for static websites. Learn which platform is better for custom domains, builds, forms, and real-world projects.
Perttu Lähteenlahti

A practical comparison of Netlify and Vercel, covering hosting models, frameworks, pricing, performance, and when to choose each platform.
Perttu Lähteenlahti