Activity feed
-
31 Oct 2022
How to help people tweet your blog posts — with Edge Functions and Twitter web intent
Encourage people to share your posts on Twitter... if they found them on Twitter, using Netlify Edge Functions, the HTTP referer header and HTMLRewriter. This works on any static or dynamic site on Netlify.
-
25 Oct 2022
Personalize your static site based on a previous site referral
Learn how to use Netlify Edge Functions to personalize static HTML pages based on the HTTP referer header.
-
13 Oct 2022
Web Almanac 2022 — Jamstack Chapter
I co-authored the 2022 Jamstack chapter of the Web Almanac with Laurie Voss.
-
4 Oct 2022
Interview: Self-taught developer to Netlify
I sat down with Tom to talk about my journey from music teacher, to call centre, to working at Netlify.
-
3 Oct 2022
I changed my mind about writing new JavaScript frameworks
A few months ago, I wrote about how you probably shouldn’t write a new JavaScript framework. But I’ve changed my mind. Maybe you should write a new JavaScript framework. And here’s why.
-
30 Sep 2022
Live streaming and learning in public
I sat down with the PodRocket team to talk about live streaming and learning in public, and how it all lead to switching up my career and ending up in Developer Experience.
-
29 Sep 2022
The Fusion Group Meetup
Fusion is a technology focused meet-up that takes place quarterly in Birmingham. Expect friendly folks, great talks and delicious food!
-
23 Sep 2022
FYI Fridays: Collaborative Deploy Previews
-
8 Sep 2022
WTF?! What the Framework
Introducing What the Framework? — a new tool to help you choose your next JavaScript framework based on the features you need for your new project.
-
5 Sep 2022
Rewrite your git history in 4 friendly commands
Did you make a series of unfortunate commits? Learn how to rewrite the git history of a repository in 4 friendly terminal commands to clean up your nonsense.
-
31 Aug 2022
What's the difference between : and :: in CSS?
I spent years Googling “what is the difference between : and :: in CSS” before the information stayed in my brain. Sound familiar? Then this post is for you.
-
25 Aug 2022
Rewrite HTML and transform page props in Next.js with Next.js Advanced Middleware
In this tutorial we're going to use Next.js Advanced Middleware on Netlify to intercept a request to a statically pregenerated page in a new Next.js application, and rewrite the HTML response to change some text and page props based on geolocation data.