@Data
@AllArgsConstructor
public class Profile {
private String name;
private List<String> hobbies;
private String reachOut;
public static void main(String[] args) {
var hobbies = List.of("coding", "photography", "blogging");
var thoDev = new Profile("Luu Cao Hoang", hobbies, "lcaohoanq.works");
System.out.println(thoDev);
}
}
Pinned Loading
-
-
luucaohoanq/nocket-compose
luucaohoanq/nocket-compose PublicLocket App clone using Kotlin jetpack compose
Kotlin 4
-
PiedTeam/tranc-judge
PiedTeam/tranc-judge PublicTRANC Judge là một hệ thống chấm bài lập trình trực tuyến (Online Judge) được thiết kế đặc biệt cho ngôn ngữ C. Hệ thống cung cấp nền tảng hoàn chỉnh để tạo, quản lý và chấm điểm các bài tập lập tr…
Java 2
-
luucaohoanq/go-backend-clean-architecture
luucaohoanq/go-backend-clean-architecture Public templateA Go (Golang) Backend Clean Architecture project with Gin, MongoDB, JWT Authentication Middleware, Test, and Docker.
Go 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.




