Skip to content
View felipprodrigues's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report felipprodrigues

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
felipprodrigues/README.md

Top of react

Open profile

LinkedIn Email

About
function buildCharacter() {
    return (
        <PersonCharacteristics
          name="Felipe Rodrigues"
          jobTitle="Front-end Engineer"
          city="Bauru, Brazil"
          languages={['English', 'Portuguese']}
          interests="Healthy Lifestyle"
          hobbies={['CrossFit', 'Playing the Bass']}
          strength="Communicative"
        />
    )
}
Tools
Front-end

JavaScript TypeScript React
NextJS Vite.js GraphQL
Cypress Playwright
Styling

Tailwind CSS Styled Components Sass
CSS3 Material UI shadcn/ui
Chakra UI
Back-end

Node.js PostgreSQL MySQL
Prisma Git Docker

Bottom of React

Pinned Loading

  1. domain-driven-design domain-driven-design Public

    Learn Domain-Driven Design by example! Complete DDD implementation of a healthcare management system using JavaScript, covering tactical patterns (aggregates, entities, value objects), strategic pa…

    JavaScript

  2. design-patterns design-patterns Public

    A comprehensive collection of design pattern implementations and documentation in JavaScript, created as part of a post-graduate studies project.

    JavaScript

  3. fstck-widget-upload fstck-widget-upload Public

    Full-stack image upload widget with a React frontend, Fastify + PostgreSQL + Cloudflare R2 backend, and CI-tested workflows.

    TypeScript

  4. scalis-fullstack-app scalis-fullstack-app Public

    This application provides a convenient interface for users to manage their checking and savings accounts, including features such as account listing, currency amount input, initialization of accoun…

    TypeScript 1

  5. AICaptionStudio AICaptionStudio Public

    AI-driven pipeline for image captioning and multilingual translation, with a Node/React interface and Python integration planned for text-to-audio synthesis. Focused on end-to-end caption generatio…

    JavaScript

  6. brevly-url brevly-url Public

    URL shortener application built with Fastify backend and React frontend. Features PostgreSQL database with Drizzle ORM, containerized development environment with Docker, and a full-stack monorepo …

    JavaScript