Skip to content
View felpsbs's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report felpsbs

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

Olá!! Eu sou o Felipe Brandão 👋

public class Person {

    private String name; 
    private LocalDate birthday; 
    private String studying; 
    private boolean isCertified;
    private List<String> certifications = new ArrayList<>();
    
    // getters and setters
   
}
public class Presentation {   
    
    public static void main(String[] args) {
        Person felipeBrandao = new Person();
        
        felipeBrandao.setName("Felipe Brandão");
        felipeBrandao.setBirthday(LocalDate.of(1997, 09, 03));
        felipeBrandao.setStudying("Análise e Desenvolvimento de Sistemas");
        felipeBrandao.setCertified(true);
        felipeBrandao.getCertifications().add("Oracle Certified Associate, Java SE 8 Programmer");
        
        System.out.print("Seja bem-vindo(a) ao meu perfil!!");
    }
    
}

  • 👔 Atualmente estou trabalhando na Muralis Tecnologia como Analista Desenvolvedor Jr.;
  • 👨‍💻 Estou dedicando os meus estudos atualmente para Java, Spring e React;

Felipe-Js Felipe-React Felipe-Python Felipe-Csharp Felipe-Csharp

Snake animation

Pinned Loading

  1. casuaiscontas casuaiscontas Public

    Java 1

  2. desafio-orange-talents desafio-orange-talents Public

    Java

  3. cursomc cursomc Public

    Java