Explore >> Select a destination


You are here

robkendal.co.uk
| | rajeevnaruka.com
8.4 parsecs away

Travel
| | In this tutorial, we will be creating a dynamic news website using NextJS (a ReactJS framework) and Prismic (a headless CMS) for managing all our articles that are published on the news site. For styling our react components we will be using TailwindCSS. We will be dealing with - Setting up NextJS project along with TailwindCSS, Understanding the Prismic CMS and how custom types work, Integrating the app to backend Prismic CMS,Creating pages with dynamic routing in NextJS
| | www.learnwithjason.dev
11.6 parsecs away

Travel
| | Next.js has a popular approach for generating dynamic routes. In this episode, Salma Alam-Naylor (a.k.a. whitep4nth3r) will teach us how to use Contentful's GraphQL API to power them.
| | buttercms.com
12.2 parsecs away

Travel
| | Learn how to implement secure authentication in Next.js using NextAuth.js, Auth0, and other solutions. Step-by-step guide with code examples!
| | geoff.tuxpup.com
75.6 parsecs away

Travel
| I'm working through Hypermedia Sytstems using django and htmx in public. This post picks up with Chapter 5: HTMX Patterns. If you haven't read the prior posts, they're linked from the introductory one. The code can be found on sr.ht. To pick up where this post does, start from the tag contacts-app-web1.0. Even though it's possible (and reasonable!) to integrate htmx without it, I'm going to add django-htmx to my environment now, then integrate it into my django project.