Tag: Netlify

21 posts
A
Adam DJ Brett's blog
adamdjbrett.com/

Xmit Might Be My New Favorite Static Site Host

Comparing Xmit to Netlify, Vercel, and Render for static site hosting: simple GitHub Actions deploys, easy redirects, and refreshingly little platform overhead.

Jul 4, 2026
Devtools FM icon
Devtools FM
devtools.fm

Sam Goodwin - Alchemy

Sam Goodwin introduces Alchemy, a modern infrastructure-as-code tool built with Effect that challenges the tech debt of current solutions.

May 9, 2026

I Built a Personal Media Diary From My PDS Repository

All my records are in one place, might as well use them

Mar 7, 2026
4
Devtools FM icon
Devtools FM
devtools.fm

Dana Lawson - Netlify

Netlify CTO Dana Lawson discusses her journey from the US Army to leading engineering teams and Netlify's evolution into AI-powered developer tools.

Feb 7, 2026
Posting to Your Static Site with Quill and Micropub
B
brennan.day
brennan.day

Posting to Your Static Site with Quill and Micropub

After building an IndieAuth comment system, I wanted to complete the loop by posting content to my site from an external client. Here's how I implemented a Micropub endpoint for my static site using Quill as the client.

Jan 13, 2026
Building an IndieAuth Comment System for Your Static Site
B
brennan.day
brennan.day

Building an IndieAuth Comment System for Your Static Site

A journey through authentication, CORS issues, and the joy of owning your comments! Learn how to build a comment system for your static site using IndieAuth and Netlify Functions, storing the comments in your git repository.

Jan 6, 2026
B
brennan.day
brennan.day

Bring Back the 90's Guestbook with JAMstack: How I Added Dynamic Comments to My Static 11ty Site

Reviving the classic guestbook for a static site using Netlify Forms and serverless functions, with lessons on distributed systems and race conditions.

Dec 20, 2025
A
Adam DJ Brett's blog
adamdjbrett.com/

Deploying Jekyll to XMIT

Deploying an Eleventy Site to XMIT using GitHub Actions. Supporting the #indieweb and not the VC web for hosting

Nov 25, 2025
N
nove-b blog
blog.nove-b.dev/

Hugoのテーマを変更したらnetlifyのビルドが失敗するようになった

Oct 17, 2025

Populating env vars using 1Password

I love automating things and — with that impulse entirely unchecked — I've written up a shell script to make setting this site up for local development even simpler.

Dec 14, 2024

Rebuilding your Netlify site at regular intervals

With my site on Netlify I've set up a function to rebuild it at regular intervals (hourly, in my case).

Dec 5, 2024
N
nove-b blog
blog.nove-b.dev/

Cloudflare Registrarでドメインを登録し、Netlifyのサーバーにサブドメインを当てる

Jun 16, 2024

Handling images with B2, Netlify's image CDN, Hazel and Mountain Duck

I've spent a while hosting and fetching images from bunny.net when my 11ty builds. I had multiple pull zones configured and wanted to leverage bunny.net's transforms, but the pricing of $15/month per zone wasn't feasible.

May 1, 2024

Building a scrobbler using Plex webhooks, edge functions and blob storage

I've written before about embedding music into my site and I've largely used Last.fm to do so. Their API is rather extensive, though it is showing its age — the default response format is XML, they've dropped artist images and have intermittently failed to return album art. ListenBrainz is great, but client support is still lacking. I've also tried charting Apple Music data from their (quite limited) API.

Apr 2, 2024
Devtools FM icon
Devtools FM
devtools.fm

Dax Raad - SST

Dax Raad presents SST as a TypeScript framework for AWS serverless development with superior developer experience over CDK.

Oct 28, 2023

How I Built A Custom Halo Infinite Data API With Netlify

Building a Halo Infinite map and game mode play-volume API on Netlify Functions, capturing point-in-time data from the undocumented 343 Industries API.

Oct 9, 2022

Netlify Analytics API

Pulling traffic data from the undocumented Netlify Analytics API into a local store for long-term analysis beyond the dashboard's retention window.

Dec 29, 2021

Using Netlify API Authentication for Static Site Builds

Use Netlify API Authentication to skip the OAuth dance in static site builds, with a Nuxt.js demo that pulls GitHub GraphQL data at build time.

Nov 17, 2021

Joining Netlify

Joining Netlify as a Group Product Manager to work on Jamstack tooling and developer-facing infrastructure for the modern web stack.

Oct 22, 2021
N
ndo.dev
ndo.dev

My journey to serverless and back

So I've had some experience with the whole "serverless" thing over the past few months. A few cloudflare workers, a netlify function here or there to spice up a static site. But a full-on serverless function based project was not something I'd had experience with, until now.

Mar 28, 2020

Deploying a Jekyll site to Netlify with Docker and GitLab CI

This is a step-by-step guide covering how to automatically deploy a Jekyll site to Netlify using Docker and GitLab CI/CD. This post assumes that have already set up a GitLab repository and a Netlify site.

Feb 29, 2020