Click here for a self-description through a JavaScript code snippet
export Domison {
isCalled: 'Dom';
speaksIn: [ { English: 'C2' }, { Spanish: 'C1' }, { German: 'native' } ];
aroundSince: 1987;
currentlyIn: 'Munich, Germany';
makesTimeFor: ['Friends', 'Travel', 'Cooking', 'Stand-Up', 'Tennis'];
listensTo: { band: 'Vulfpeck', songs: ['Cory Wong', '1612', 'Dean Town'] };
}
export class Programming {
stylesheets: ['CSS', 'SASS', 'BEM'];
languages: ['Java', 'JS', 'PHP'];
frameworks: ['React', 'Spring', 'Express', 'Next', 'Bootstrap'];
runtimes: ['Node.js', 'JVM', 'Zend'];
databases: ['MySQL', 'MongoDB'];
learning: ['PostgreSQL', 'JEE', 'Laravel', 'Next', 'Gatsby'];
}
export class Social {
website: 'doms.world';
github: 'github.com/domison';
linkedin: '@dom-schmitt';
xing: '@dom-schmitt';
spotify: '42 public playlists!';
}
Click here for a self-description through a JavaScript code snippet
export Domison { isCalled: 'Dom'; speaksIn: [ { English: 'C2' }, { Spanish: 'C1' }, { German: 'native' } ]; aroundSince: 1987; currentlyIn: 'Munich, Germany'; makesTimeFor: ['Friends', 'Travel', 'Cooking', 'Stand-Up', 'Tennis']; listensTo: { band: 'Vulfpeck', songs: ['Cory Wong', '1612', 'Dean Town'] }; }
export class Programming { stylesheets: ['CSS', 'SASS', 'BEM']; languages: ['Java', 'JS', 'PHP']; frameworks: ['React', 'Spring', 'Express', 'Next', 'Bootstrap']; runtimes: ['Node.js', 'JVM', 'Zend']; databases: ['MySQL', 'MongoDB']; learning: ['PostgreSQL', 'JEE', 'Laravel', 'Next', 'Gatsby']; }
export class Social { website: 'doms.world'; github: 'github.com/domison'; linkedin: '@dom-schmitt'; xing: '@dom-schmitt'; spotify: '42 public playlists!'; }