Skip to content
View carvalhochris's full-sized avatar
πŸ’­
Building Songcards
πŸ’­
Building Songcards

Block or report carvalhochris

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
carvalhochris/README.md
  • πŸ‘‹ Hi, I’m Christopher
  • πŸ‘€ I love building things with React and Django
  • 🌱 Currently building Songcards
  • πŸš€ Proud to partner with Microsoft for Startups
  • πŸ“« Wanna get in touch? Drop me an email

My Skills

Songcards

Pinned Loading

  1. fastapi-htmx-hello fastapi-htmx-hello Public

    A hello world app made in FastAPI and HTMX

    Python 10

  2. hound-wav hound-wav Public

    Additive synthesiser with cli prompts

    Rust 1

  3. Python Decode Auth0 JWT with JWK End... Python Decode Auth0 JWT with JWK Endpoint
    1
    from django.conf import settings
    2
    from django.http import HttpRequest
    3
    import requests
    4
    from joserfc.jwk import KeySet
    5
    from joserfc import jwt