Skip to content
View bonbisu's full-sized avatar
🦉
I'm watching everything
🦉
I'm watching everything
Block or Report

Block or report bonbisu

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

Hey! My name is Fernando (AKA Bomber) 💣

Linkedin: fernando-henrique-costa GitHub Bonbisu

type Skill = string

interface Developer {
  code: Skill[]
}

interface SoftwareEngineer extends Developer {
  [key: string]: Skill[]
}

const bonbisu: SoftwareEngineer = {
  code: [ 'TypeScript', 'Javascript', 'Python', 'HTML', 'CSS', 'C', 'Solidity' ],
  tools: [ 'Vue', 'React', 'Nextjs', 'NodeJS' ]
}

// Add some Random Skills
bonbisu['design'] = [ 'Figma', 'Blender', 'SketchUp' ]
bonbisu['other'] = [ 'Nature', 'Biking', 'Calisthenics', 'Gaming', 'Fishing' ] 

🔧 Technologies & Tools

Pinned Loading

  1. app-contatos-react-native app-contatos-react-native Public

    JavaScript

  2. django-blog django-blog Public

    Python 1

  3. aulas_fatec aulas_fatec Public

    C 1 1

  4. python-para-zumbis python-para-zumbis Public

    Python

  5. Analise_Bay_Area_Bike_Share-NDFDSI Analise_Bay_Area_Bike_Share-NDFDSI Public

    Udacity Data Science I - Final Project

    HTML

  6. git-commit-message-convention git-commit-message-convention Public

    Forked from kazupon/git-commit-message-convention

    📝 Extend git commit message from angular style

    JavaScript