Skip to content
View ThiagoMartinsSaraiva's full-sized avatar
πŸ”₯
coding
πŸ”₯
coding
  • Senior Software Engineer at BairrU
  • Brasil
Block or Report

Block or report ThiagoMartinsSaraiva

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

Hi there! πŸ€™

My name is Thiago, and I'm a Software Engineer. πŸ’»

import { experience } from 'ThiagoMartinsSaraiva'

export const Me = () => {
  const { 
    ReactJS, ReactNative, TypeScript,
    NodeJS, NestJS, VueJS, Angular,
    ElectronJS, GraphQL,
  } = experience

  const currentWork = {
    company: 'BairrU',
    role: 'Senior Software Engineer',
    techs: [
      ReactJS, ReactNative, TypeScript, NodeJS, 
      NestJS, GraphQL,
     ],
    since: 08/2023
  }
  
  const totalExperience = {
    time: '5 years',
    techs: [...currentWork.techs, VueJS, Angular, ElectronJS],
  }

  return { currentWork, totalExperience }
}

What I Use πŸ”₯

Techs 🌟

React TypeScript JavaScript Node.js Next.js

Vue.js NestJS HTML CSS Tailwind styled-components Angular

Testing πŸ§ͺ

Jest Testing Library

Infra πŸ› οΈ

GraphQL Git Firebase

Docker MongoDB MySQL SQL Server PostgreSQL

Productivity πŸ’₯

VSCode Vite ESLint Prettier Insomnia

GitHub Statistics 🎯

Pinned

  1. lol-data lol-data Public

    lol-data is my current study project. I'm using React with typescript, and fetching data from the League of Legends API to make it accessible and available to anyone who needs or wants to

    TypeScript 1