Skip to content

german-rs/german-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 

Repository files navigation

      ___           ___           ___       ___       ___     
     /\__\         /\  \         /\__\     /\__\     /\  \    
    /:/  /        /::\  \       /:/  /    /:/  /    /::\  \   
   /:/__/        /:/\:\  \     /:/  /    /:/  /    /:/\:\  \  
  /::\  \ ___   /::\~\:\  \   /:/  /    /:/  /    /:/  \:\  \ 
 /:/\:\  /\__\ /:/\:\ \:\__\ /:/__/    /:/__/    /:/__/ \:\__\
 \/__\:\/:/  / \:\~\:\ \/__/ \:\  \    \:\  \    \:\  \ /:/  /
      \::/  /   \:\ \:\__\    \:\  \    \:\  \    \:\  /:/  / 
      /:/  /     \:\ \/__/     \:\  \    \:\  \    \:\/:/  /  
     /:/  /       \:\__\        \:\__\    \:\__\    \::/  /   
     \/__/         \/__/         \/__/     \/__/     \/__/    
(() => {
    class Person{
        constructor() {
            this.username = 'german-rs';
            this.name = 'Germán Riveros';
            this.email = '[email protected]';
            this.web = 'https://germanriveros.cl';
            this.linkedin = 'https://www.linkedin.com/in/german-rs/';
            this.FreeCodeCamp = 'https://www.freecodecamp.org/german-rs';
            this.technologies = {
                llms: ['Copilot', 'chatGPT', 'Claude', 'Gemini', 'Cohere'],
                languages: ['JavaScript', 'Dart'],
                frontend: ['VueJS', 'Sass', 'Gutenberg', 'Bootstrap', 'jQuery'],
                mobile: ['Flutter'],
                backend: ['NodeJS'],
                database: ['PostgreSQL', 'MySQL', 'SQLite3'],
                tools: ['GIT', 'GitHub'],
                misc: ['Firebase', 'Figma', 'Inkscape', 'WordPress'];
            };
        }
        toString() {
            return `${this.name} | ${this.email}`;
        }
    }
    const me = new Person();
    console.log(me.toString());
})();        

Releases

No releases published

Packages

No packages published