Skip to content
View ctrindadedev's full-sized avatar

Block or report ctrindadedev

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

Hello, i'm Caio de Medeiros Trindade and i'm a FullStack Developer

  • 🎓 Undergraduate student pursuing a Bachelor of Information Technology at the Federal University of Rio Grande do Norte (UFRN)
  • 👨🏾‍💻 I'm studying to be a better FullStack Developer
  • 💻 I'm coding in Java, TypeScript and Python
  • 🧠 I really like to solving complex problems and improve my logical thinking

What I'm doing?

import { experience } from 'ctrindadedev'

export const Me = () => {
  const { 
    ReactJS, NextJS, Angular, TypeScript,
    NodeJS, NestJS, Spring Boot, Java
  } = experience

  const currentWork = {
    roles: [ 'Research Software Developer', 'Full Stack Developer'],
    techs: [
      ReactJS, Java, SpringBoot, React Native, Django, Python, MediaPipe Pose,
     ],
  }
  
  const totalExperience = {
    time: '1 year',
    techs: [...currentWork.techs, Angular, NextJS, NodeJS],
  }

  return { currentWork, totalExperience }
}

Highlighted Projects

What I Use 🔥

Techs 🌟

TypeScript JavaScript React Next.js Angular Node.js NestJS Java Spring Boot

Swagger HTML CSS Tailwind shadcn/ui styled-components

Testing 🧪

Jest JUnit5 Cypress

Infra 🛠️

Git Docker MongoDB MySQL PostgreSQL

Productivity 💥

VSCode Vite ESLint Prettier Insomnia


Network


Pinned Loading

  1. CS50 CS50 Public

    Repositório dedicado à resolução de exercícios (Problem Sets) do curso CS50’s Introduction to Computer Science

    C

  2. Spotify_Clone Spotify_Clone Public

    O projeto consiste numa réplica do Spotify. O intuito desse programa é desenvolver noções introdutórias do desenvolvimento Full Stack

    JavaScript