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' ]
🦉
I'm watching everything
Software Engineer
fernando.bonbisu@gmail.com
-
Fatec Ipiranga
- São Paulo - Brazil
- linkedin.com/in/fernando-henrique-costa/
Pinned Loading
-
-
-
-
-
Analise_Bay_Area_Bike_Share-NDFDSI
Analise_Bay_Area_Bike_Share-NDFDSI PublicUdacity Data Science I - Final Project
HTML
-
git-commit-message-convention
git-commit-message-convention PublicForked from kazupon/git-commit-message-convention
📝 Extend git commit message from angular style
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.