Skip to content
View DaviCecilio's full-sized avatar
:shipit:
Focusing
:shipit:
Focusing

Organizations

@Peixe-30
Block or Report

Block or report DaviCecilio

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

Hi 👋, I'm Davi Cecilio

import { ISoftwareEngineer } from "@me"

interface IAboutMe {
  lifeMotto: string
  location: string
  mainTechs: string[]
  hobbies: string[]
}

export class IAm implements ISoftwareEngineer {
  public aboutMe: IAboutMe

  constructor() {
    this.aboutMe = {
      lifeMotto: "An investment in knowledge pays the best interest.", // Benjamin Franklin
      location: "Belo Horizonte - MG | 🇧🇷", // Brazil
      mainTechs: ["Typescript", "React.js", "Node.js"],
      hobbies: [
        "🐂 Investment",
        "🥾 Trekking/Hiking",
        "🏍️ Motorcycle",
        "🌐 IoT"
      ],
    }
  }
}


Total time coded since Jan 13 2021
*Total time coded since Jan 13 2021

Pinned

  1. tic-tac-toe tic-tac-toe Public

    Game with Rick and Morty theme, created to study HOOKS functions.

    JavaScript 1

  2. Calculator-Mobile Calculator-Mobile Public

    First app in react native: Simple Calculator (Applying hooks)

    JavaScript

  3. minifield-mobile minifield-mobile Public

    I remade the famous game by Phil Spencer to study React Native, applying hooks

    JavaScript

  4. e-commerce_courses e-commerce_courses Public

    TypeScript