Javascript 22 May 2025 Making Pagefind Rerun Search on Browser Back Button One thing that's bothered me about search on my JAMStack sites is the default behavior when moving through browser history.
Javascript 26 July 2022 Redirects with 11ty and Netlify Static site builders are pretty great, but how do you go about setting up redirects when you inevitably move or replace a page? Thankfully, Netlify
Programming 6 November 2019 Leveraging bulk inserts instead of CreateMany() in AdonisJS Adonis' ORM is great, but it's very easy to ignore performance and ship something suboptimal without thinking about it. Here's how to avoid that.
Programming 2 July 2019 Auto Retrying aws-api-gateway-client requests, with delay between retries... aws-api-gateway-client allows for automatic retries, but can we configure the delay between retries?