Skip to content
View phricardorj's full-sized avatar
👨‍💻
Developer passionate about technology
👨‍💻
Developer passionate about technology
Block or Report

Block or report phricardorj

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

Hi! 💚

phricardorj phricardorj

public class Developer {
    private String job;
    private String location;

    public Developer(String job, String location) {
       this.job = job;
       this.location = location;
    }
}

public class Profile extends Developer {
    private String name;
    private String occupation;

    public Profile() {
        super("Software Engineer at Luizalabs / Magalu", "Rio de Janeiro / RJ");
        this.name = "Pedro Ricardo";
        this.occupation = "Software Engineer";
    }
}


phricardorj-Js phricardorj-Ts phricardorj-React phricardorj-Angular phricardorj-NodeJs phricardorj-Java phricardorj-HTML phricardorj-CSS

💻 Desenvolvedor de Software no Luizalabs
🎓 Bacharelando em Sistemas de Informação no Cefet/RJ.
💚 Sou apaixonado por tecnologia, adoro escrever e meu maior objetivo é viver de código.
👨‍💻 Se meu computador estiver ligado, certamente, é porque estou resolvendo e criando novos Bugs.


✉️ contato@phricardo.com.br


@phricardorj's activity is private