Skip to content
View alexandrelorena's full-sized avatar
Block or Report

Block or report alexandrelorena

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

Typing SVG

Click here to access my online resume.

About Me!

public class AboutMe {
    public static void main(String[] args) {
        String name = "Alexandre Lorena";
        int age = 49;
        String course = "Software Engineering";
        String languages = "Java, Python, JavaScript, TypeScript";
        String hobbies = "programming, music, movies, series";

        personalInfo(name, age, course, languages, hobbies);
    }

    private static void personalInfo(String name, int age, String course, String languages, String hobbies) {
        System.out.println("Name: " + name + " | Age: " + age);
        System.out.println("Academic education: " + course);
        System.out.println("Languages: " + languages);
        System.out.println("Hobbies: " + hobbies);
    }
}

Wakatime Static Badge

Languages of Markup and Style
HTML  CSS  markdown 
Programming Language
Python  Java  JavaScript  TypeScript
Frameworks and Front End Technologies
fastapi  Springboot  Angular  Django  React  Hibernate
Development tools
Maven  Git  Idea  Eclipse  VSCode  Pycharm Pycharm
Databases and Other Technologies
Azure  AWS  SQLite  MySQL  PostgreSQL  MongoDB  Docker  Bootstrap  Node.js


Wakatime graph languages graph
stats graph


Alt text

Gmail   Instagram   LinkedIn   X        

Popular repositories Loading

  1. JavaEssencial JavaEssencial Public

    Curso da Linguagem Java - Geek University e Udemy

    Java 2

  2. alexandrelorena.github.io alexandrelorena.github.io Public

    Currículo desenvolvido em HTML e CSS

    CSS 2

  3. Python Python Public

    Python 1

  4. alexandrelorena alexandrelorena Public

    Perfil do meu Github

    CSS 1

  5. projetos-em-java projetos-em-java Public

    Meus projetos de estudo de programação em Java

    Java 1

  6. projetos-em-python projetos-em-python Public

    Projetos de estudos em Python

    Python 1