Explore >> Select a destination


You are here

www.ctnicholas.dev
| | compositecode.blog
11.2 parsecs away

Travel
| | The post outlines the step-by-step process of setting up a React application using Next.js and PostgreSQL on Vercel, including database configuration, authentication with Prisma, and troubleshooting dependency errors. It highlights the importance of environment variables and concludes by stressing the need for correct configuration to ensure proper app functionality and user access.
| | ulfschneider.io
14.7 parsecs away

Travel
| | Server-side fulltext search with 11ty, MiniSearch, and Netlify Edge Functions
| | bryanlrobinson.com
11.6 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.
| | devtails.xyz
28.9 parsecs away

Travel
| I've attempted to reduce this all down to the simplest implementation possible to help understand how RSCs work