- I love coding and training AI models
- You can visit my main page where I post my works, which is online at jhangmez.xyz
| Image | Title | Site |
|---|---|---|
| Shopping cart |
| Image | Title |
|---|---|
| Background gradients | |
| Voice to text | |
| Conceptual maps | |
| Conversation generator for datasets |
| Image | Title | Site |
|---|---|---|
| Shopping cart |
| Image | Title |
|---|---|
| Background gradients | |
| Voice to text | |
| Conceptual maps | |
| Conversation generator for datasets |
Plantilla de tienda utilizando quatu.xyz como Backend, potenciado por Next.js
TypeScript 1
import { setContext } from '@apollo/client/link/context'
import { getSession } from 'next-auth/react'
export const authLink = setContext(async (_, context) => {
const session = await getSession()