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

Block or report andersonbalves

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

Anderson Baratella Alves

May the coffee be with you ☕

How do you prove that you exist...? Maybe we don't exist.

-- Ornitier, Vivi

> type ./About.java

public class About {

  public static void main(String[] args) {
    SoftwareEngineer baratella = SoftwareEngineer.builder()
      .name("Anderson Baratella Alves")
      .age(32)
      //Yes, this is the right writing
      .country("Brasil")
      .code(Arrays.asList("Java", "Typescript", "Javascript", "HTML", "CSS"))
      .tools(Arrays.asList("Spring", "Kafka", "Rest", "Angular"))
      .hobbies(Arrays.asList("Cook", "Games", "Movies", "Animes", "TV Series"))
      .addictions(Arrays.asList("Coffee"))
      //Non-practitioner ¯\_(ツ)_/¯
      .sports(Arrays.asList("Soccer", "Basketball"))
      .soccerTeam("São Paulo FC")
      .nbaTeam("LA Lakers")
      .build();

    System.out.println(baratella.toString());
  }

}

Pinned Loading

  1. aspect-logger aspect-logger Public

    Java

  2. observability observability Public

    Java