public record Developer(
String name,
String role,
int yearsCoding,
List<String> languages,
List<String> frameworks,
List<String> tools
) {
public static Developer dwep() {
return new Developer(
"Anderson Henrique",
"Backend Developer",
Year.now().getValue() - 2021,
List.of("Java", "TypeScript", "PHP"),
List.of("Spring Boot", "NestJS", "Fastify"),
List.of("Linux", "Docker", "Git")
);
}
}
🇧🇷
Made In Brazil
Highlights
Popular repositories Loading
-
-
-
Atlas
Atlas PublicForked from Atlas-OS/Atlas
🚀 An open and lightweight modification to Windows, designed to optimize performance, privacy and security.
Batchfile
-
re3
re3 PublicForked from anarh1st47/re3
grand reverser source after t2 takedown, all commits history
C++
-
-
upload-x
upload-x PublicAPI created using NestJS and PostgreSQL, with functionalities for uploading and downloading files.
TypeScript
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.

