Skip to content
View MairaAnabella's full-sized avatar

Block or report MairaAnabella

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
MairaAnabella/README.md

banner

🌈 Hi, I'm Maira Gomez

Systems Analyst at Instituto Tecnologico Beltran

Connect with me:

Gmail LinkedIn

💻Languages and Tools

A little more about me...

package user;


public class Users{
     private String name,profession,location;
     private int age;
     public Users () {
        this.name= "Maira Anabella Gómez";
        this.age= 28;
        this.profession= "Student";
        this.location= "Burzaco, Buenos Aires, Argentina";
  }
  
  public void knowledge(){ 
      System.out.println("\nKNOWLEDGE\n");
      System.out.println("Frontend=['HTML5', 'CSS3', 'Javascript','Bootsrap', 'React JS']");
      System.out.println("Backend=['NodeJs', 'MongoDB', 'MySQL', 'SQL Server','JAVA']");
      System.out.println("Languages=['Ingles', 'Español']");
      System.out.println("Version control system=['git']");
  }
  
  public String toString() {
        return ">Name: " + this.name  + 
                "\n" +  ">Age: "  +  this.age +  "\n" +
                ">Profession: " +  this.profession + "\n"  + ">Location: " + this.location;
    }
  
}

import user.Users;

public class Main {
    public static void main(String[] args) {
        Users user= new Users();
        System.out.println("Datos de Usuario :\n"  + user.toString());
        user.knowledge();
    }
}

  

No se trata de mí, tampoco se trata de ti.
Se trata del legado, el legado que dejamos para las futuras generaciones.
No es sobre nosotros.

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)

Popular repositories Loading

  1. challenge-01-alura challenge-01-alura Public

    CSS

  2. reproductor reproductor Public

    reproductor de musica

    JavaScript

  3. cronometro cronometro Public

    JavaScript

  4. Proyecto-Handlebars Proyecto-Handlebars Public

    HTML

  5. Awesome-Profile-README-templates Awesome-Profile-README-templates Public

    Forked from kautukkundan/Awesome-Profile-README-templates

    A collection of awesome readme templates to display on your profile

    JavaScript

  6. MairaAnabella MairaAnabella Public