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 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 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. alcateia.cefetrj.app alcateia.cefetrj.app Public

    Alcateia é um app multiplataforma que centraliza informações acadêmicas — como carteirinha digital, calendário e notícias

    TypeScript 2 1

  2. englishdaily.phricardo.com englishdaily.phricardo.com Public

    Learn English every day! Verbs, Connectives, Pronouns, Nouns and Adjectives! Each day you will have a list to learn!

    JavaScript 1

  3. next-router-controller next-router-controller Public

    A utility library designed for building scalable and error-resilient HTTP controllers and route handlers in Next.js. It provides easy-to-use wrappers for handling API requests, authorization, valid…

    TypeScript 1