package com.aryalavassani;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
public class About extends Me {
public Map<String, Object> getCurrentWorkplace() {
return Map.of(
"workplace", Map.of(
"company", "Student",
"position", "Back-end Developer"
)
);
}
public List<String> getDailyKnowledge() {
return Arrays.asList(
"Java",
"Spring",
"PHP",
"Laravel",
"JavaScript",
"GoLang",
"GraphQL",
"MySQL",
"Elasticsearch"
);
}
public String getFutureGoal() {
return "To contribute to open source projects and make the world a better place";
}
}
🚩
I may be slow to respond.
Pinned Loading
-
LibraryManagement
LibraryManagement Publicsimple (not so simple) library management system with spring
Java
-
tookantech/chapaar
tookantech/chapaar PublicThis package provides a flexible way to send and verify messages through various SMS providers. It offers integration with multiple drivers, making it easy to use different SMS service providers wi…
-
-
-
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.