Skip to content
View andremarko's full-sized avatar
  • São Paulo, SP - Brasil
  • 13:12 (UTC -03:00)

Highlights

  • Pro
Block or Report

Block or report andremarko

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
andremarko/README.md

About me

package people;

public class AndreMarcolongo {
  public static void main(String[] args){
    // Me
    String name = "André";
    String currentOccupation = "Software development student";
    String affinity = "Back-end development";
    String location = "São Paulo, SP - Brasil";

    // Languages
    String nativeLanguage = "Portuguese";
    String secondLanguage = "English";
    String learningLanguage = "Italian (beginner)";
    
    // Current learning
    String programmingLanguages = "Java, Python, JavaScript";
    String markupLanguages = "HTML, CSS";
    String queryLanguage = "SQL";

    // Tools
    String developmentEnvironment = "VSCode, Eclipse";
    String databaseTools = "MySQL, Oracle";
    String modelingTools = "Oracle Data Modeler, Astah UML";

    // Contact
    String linkedin = "https://www.linkedin.com/in/andrem7";

    // More
    String more = "Currently working mostly on private repositories"; 
  }
}

Popular repositories

  1. zellers-congruence zellers-congruence Public

    Zeller's congruence experiment

    Python 1

  2. projeto-inicial-g-2 projeto-inicial-g-2 Public

    Forked from alecarlosjesus/projeto-inicial-g

    Exemplo de repositório da turma 1TDSPG com HTML.

    HTML

  3. andremarko andremarko Public