Giter VIP home page Giter VIP logo
alexruedadev Linkedin alexruedadev Twitter

Human.js

class Human {
    constructor(){
        this.name = 'Álex Rueda';
        this.age = 28;
        this.country = 'Spain';
        this.speaks = ['Spanish', 'English', 'German'];
    }
}

Developer.js

class Developer extends Human {
    constructor() {
        super();
        this.frontend = ['HTML', 'CSS', 'Tailwind', 'JavaScript'];
        this.backend = ['NodeJS', 'Java', 'PHP', 'Python'];
        this.frameworks = ['Vue', 'React'];
        this.databases = ['Firebase', 'MongoDB', 'MySQL']
    }
}

Have a look to my best projects 👇

Álex Rueda's Projects

alexrueda.dev icon alexrueda.dev

Awesome porfolio design for developers or designers, with easy configuration. Inspired by a code editor and with a snake game on homepage.

java-basics icon java-basics

This repo contains some java exercises and utilities that i had programmed during my student time.

jukebox-discord icon jukebox-discord

Jukebox is an advanced music bot for Discord, that allows you to play and controll music in any voice channel using an integrated interface.

nuxt-pwa-template icon nuxt-pwa-template

Modern PWA template build with Nuxt 3.0 and Tailwind. It comes with some official modules installed and configurated for easy usage.

vue-firebase-auth-pro icon vue-firebase-auth-pro

Login and register page templates with advanced UX design and the best features of Google Firebase authentication, with easy configuration and implementation for your projects.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.