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.

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
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 job;
    private String location;
}

@Data
@NoArgsConstructor
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";
    }
}

Pinned Loading

  1. BrazilianCarnivalBlocks BrazilianCarnivalBlocks Public

    ๐Ÿฅ | This API is built in Java with Clean Architecture concepts.

    Java

  2. schedule-technicians-api schedule-technicians-api Public

    ๐Ÿ“… | This API allows the registration of technicians and customers to schedule a technical visit at the customer's address.

    Java

  3. integra.cefetrj integra.cefetrj Public

    ๐Ÿ”— | Integration with Cefet/RJ on a single system for students

    TypeScript