Skip to content
View jhangmez's full-sized avatar
🤓
learning about AI
🤓
learning about AI

Highlights

  • Pro

Block or report jhangmez

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jhangmez/README.md
jhangmez.xyz

Hi, I'm Jhan Gómez, welcome👋

  • I love coding and training AI models
  • You can visit my main page where I post my works, which is online at jhangmez.xyz

My stack

React React Native Next.js Angular TypeScript Python HTML5 GraphQL Tailwindcss PostgreSQL Nodejs Insomnia Apollo GraphQL Github Actions Google Cloud Platform Amazon S3 Styled Components NestJs Prettier npm pnpm Git

Projects

Code

AI

Packagues

Image Title Site
Shopping cart Shopping cart NPM logo

Tools

Image Title
Background gradients Background gradients
Voice to text Voice to text
Conceptual maps Conceptual maps
Conversation generator for datasets Conversation generator for datasets

My organization

Social

Contact

Last update: Monday, January 6, 2025 at 3:25 AM GMT-5

Made with ❤️ by Jhan Gómez P.

Pinned Loading

  1. pagina pagina Public

    Código fuente de mi portafolio ubicado en jhangmez.xyz

    TypeScript 3

  2. cv cv Public

    Currículum listo para imprimir

    TypeScript 1

  3. harkaysoft/quatu-nextjs-14-template harkaysoft/quatu-nextjs-14-template Public template

    Plantilla de tienda utilizando quatu.xyz como Backend, potenciado por Next.js

    TypeScript 1

  4. chatprg chatprg Public

    Pre-trained model to make known to students and external people the regulations of the Pedro Ruiz Gallo National University of Lambayeque, Peru

    1

  5. Configuration of nextauth with apoll... Configuration of nextauth with apollo client and next.js 13-14
    1
    import { setContext } from '@apollo/client/link/context'
    2
    import { getSession } from 'next-auth/react'
    3
    
                  
    4
    export const authLink = setContext(async (_, context) => {
    5
      const session = await getSession()