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";
}
}
👨💻
I debug, therefore I am.
Software Developer at Luizalabs
- Rio de Janeiro, Rio de Janeiro, Brasil
- phricardorj
- in/phricardorj
- http://phricardo.com/
- https://links.phricardo.com/
Pinned Loading
-
BrazilianCarnivalBlocks
BrazilianCarnivalBlocks Public🥁 | This API is built in Java with Clean Architecture concepts.
Java
-
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
-
integra.cefetrj
integra.cefetrj Public🔗 | Integration with Cefet/RJ on a single system for students
TypeScript
-
next-app-controller
next-app-controller PublicA 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 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.