Skip to content
View german-rs's full-sized avatar

Block or report german-rs

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
german-rs/README.md
      ___           ___           ___       ___       ___     
     /\__\         /\  \         /\__\     /\__\     /\  \    
    /:/  /        /::\  \       /:/  /    /:/  /    /::\  \   
   /:/__/        /:/\:\  \     /:/  /    /:/  /    /:/\:\  \  
  /::\  \ ___   /::\~\:\  \   /:/  /    /:/  /    /:/  \:\  \ 
 /:/\:\  /\__\ /:/\:\ \:\__\ /:/__/    /:/__/    /:/__/ \:\__\
 \/__\:\/:/  / \:\~\:\ \/__/ \:\  \    \:\  \    \:\  \ /:/  /
      \::/  /   \:\ \:\__\    \:\  \    \:\  \    \:\  /:/  / 
      /:/  /     \:\ \/__/     \:\  \    \:\  \    \:\/:/  /  
     /:/  /       \:\__\        \:\__\    \:\__\    \::/  /   
     \/__/         \/__/         \/__/     \/__/     \/__/    
(() => {
    class Person {
        constructor() {
            this.username = 'german-rs';
            this.name = 'Germán Riveros';
            this.email = 'german.riveross@gmail.com';
            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: ['Claude', 'chatGPT', 'Gemini', 'DeepSeek'],
                languages: ['JavaScript', 'PHP', 'Dart', 'Python'],
                frontend: ['Vue.js', 'React', 'Gutenberg', 'Sass', '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());
})();     

Pinned Loading

  1. portafolio portafolio Public

    Personal portfolio built with Astro. Focused on frontend development, performance, accessibility, SEO, and modern web technologies. Automatically deployed with GitHub Actions, GitHub Pages, Cloudfl…

    CSS

  2. experimentos-threejs experimentos-threejs Public

    Experimentos con Three.js y WebGL para crear experiencias 3D interactivas en la web. Incluye pruebas de animaciones, cámaras, iluminación, materiales y efectos visuales utilizando JavaScript moderno.

    JavaScript

  3. showcase showcase Public

    Plantillas de portafolio web para fotógrafos de bodas, construidas en React + Vite y desplegadas automáticamente en GitHub Pages

    JavaScript

  4. jarvis jarvis Public

    Jarvis es un chat inteligente que utiliza la tecnología de Cohere para ofrecer servicios avanzados de procesamiento de lenguaje natural. Esta aplicación de mensajería, basada en inteligencia artifi…

    SCSS 1

  5. portafolio_1 portafolio_1 Public

    Portafolio digital desarrollado con HTML, CSS y JavaScript, empleando Mobile First, BEM y Vite. Incluye carga diferida, modo claro/oscuro y diseño accesible, optimizado para dispositivos móviles y …

    CSS

  6. accesimple-adaptativo accesimple-adaptativo Public

    Accessimple Adaptativo es un widget de accesibilidad de código abierto que proporciona funciones esenciales para mejorar la experiencia de navegación de los usuarios con discapacidad.

    HTML