Skip to content
View BrunoTanabe's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report BrunoTanabe

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. curriculum-vitae-query-assistant curriculum-vitae-query-assistant Public

    AI-powered tool that extracts and summarizes resumes (PDF, JPEG/PNG) using OCR and LLMs, answers job-fit queries, and logs all usage data (without storing documents). Built for efficient hiring wor…

    Python 1

  2. fastapi-api-key-authentication fastapi-api-key-authentication Public

    A clean, working example of API Key authentication in FastAPI. Demonstrates keys via header/query/cookie, dependency-based security, optional scopes, reusable SecurityScheme in OpenAPI, and tests. …

    Python 2

  3. fastapi-clean-architecture-ddd-template fastapi-clean-architecture-ddd-template Public template

    Python FastAPI backend template, organized by Clean Architecture layers (domain, application, infrastructure, presentation) and DDD principles. Includes dependency management, Docker support, testi…

    Python 1 1

  4. multiple-ssh-keys-for-multiple-git-accounts multiple-ssh-keys-for-multiple-git-accounts Public

    This guide will teach you how to set up and manage multiple SSH keys on your computer, enabling you to seamlessly switch between different Git accounts (GitHub, GitLab, BitBucket, etc.) without con…

    3

  5. fastapi-nested-jwt-authentication fastapi-nested-jwt-authentication Public

    Complete FastAPI JWT authentication example using Nested JWT (JWS + JWE), rotating access/refresh tokens, token blacklist and revocation on logout, secure HttpOnly cookies, and production-focused s…

    Python

  6. digimon-api digimon-api Public

    This project consists of a REST API developed in Java using Spring Boot, designed to provide information about Digimons from its own database. The API supports search operations by name, level, and…

    Java