/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

joyofcode.xyz
| | compositecode.blog
2.0 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.
| | github.com
2.8 parsecs away

Travel
| | Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use - RobertCraigie/prisma-client-py
| | hartenfeller.dev
0.9 parsecs away

Travel
| | In this post, we look into how we can build our own Authentication and Authorization solution for SvelteKit. We will store and hash user credentials, create sessions with Cookies, and make the session info available to the app through hooks and locals.
| | www.frontendundefined.com
9.4 parsecs away

Travel
| This post describes how a React project can be set up from scratch with Webpack, Babel and their plugins