Explore >> Select a destination


You are here

ulfschneider.io
| | www.aleksandrhovhannisyan.com
2.8 parsecs away

Travel
| | Tired of listing all of your Netlify redirects by hand? Generate them programmatically with a bit of 11ty templating magic!
| | cassidoo.co
2.9 parsecs away

Travel
| | If you need to set headers in your Astro site to deal with CORS or custom requests, here's a few ways how!
| | bryanlrobinson.com
3.0 parsecs away

Travel
| | In this tutorial, we'll take a look at setting up Netlify's Durable Cache on a third-party API with (artificially) slow returns. We'll use a proxied dev.to API, throttle it a bit, and see the effects of durable caching on the responses. We'll also build a function to clear specific authors from the cache to get the most up-to-date information without a full rebuild.
| | martinheinz.dev
18.2 parsecs away

Travel
| Nowadays, when people want to implement backend API, they go straight to creating application with RESTful API that communicates using JSON, without eve...