Comparing Xmit to Netlify, Vercel, and Render for static site hosting: simple GitHub Actions deploys, easy redirects, and refreshingly little platform overhead.
Sam Goodwin introduces Alchemy, a modern infrastructure-as-code tool built with Effect that challenges the tech debt of current solutions.
Netlify CTO Dana Lawson discusses her journey from the US Army to leading engineering teams and Netlify's evolution into AI-powered developer tools.
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.
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.
Reviving the classic guestbook for a static site using Netlify Forms and serverless functions, with lessons on distributed systems and race conditions.
Deploying an Eleventy Site to XMIT using GitHub Actions. Supporting the #indieweb and not the VC web for hosting
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.
With my site on Netlify I've set up a function to rebuild it at regular intervals (hourly, in my case).
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.
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.
Dax Raad presents SST as a TypeScript framework for AWS serverless development with superior developer experience over CDK.
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.
Pulling traffic data from the undocumented Netlify Analytics API into a local store for long-term analysis beyond the dashboard's retention window.
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.
Joining Netlify as a Group Product Manager to work on Jamstack tooling and developer-facing infrastructure for the modern web stack.
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.
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.