Skip to content
View phricardo's full-sized avatar
👨‍💻
I debug, therefore I am.
👨‍💻
I debug, therefore I am.

Block or report phricardo

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
phricardo/README.md

phricardorj

phricardorj-Js phricardorj-Ts phricardorj-React phricardorj-Angular phricardorj-NextJs phricardorj-Docker phricardorj-Fastfy phricardorj-NestJs phricardorj-NodeJs phricardorj-Java phricardorj-HTML phricardorj-CSS


import lombok.Data;
import lombok.AllArgsConstructor;
import lombok.NoArgsConstructor;

@Data
@AllArgsConstructor
@NoArgsConstructor
public class Developer {
    private String employment;
    private String location;
}

@Data
@NoArgsConstructor
public class Profile extends Developer {
    private String name;
  
    public Profile() {
        super("Software Engineer at PicPay / Fintech", "Rio de Janeiro / RJ");
        this.name = "Pedro Ricardo";
    }
}

Pinned Loading

  1. Git-Identity-Manager Git-Identity-Manager Public

    Git Identity Manager is a cross-platform desktop app for managing multiple Git identities with a simple interface. It helps developers switch between personal, company, and client GitHub accounts b…

    TypeScript 114

  2. opentab opentab Public

    OpenTab is a lightweight browser start page for faster search, favorite sites, and useful shortcuts. On Microsoft Edge, it gives you back control of the new tab page.

    JavaScript 25