interface Developer {
name: string;
role: string;
location: string;
skills: string[];
interests: string[];
}
const me: Developer = {
name: "Roman Trashutin",
role: "Frontend Developer @ Mindenit",
location: "Kharkiv, Ukraine",
skills: ["Vue.js", "TypeScript", "UI/UX"],
interests: [
"Component Libraries",
"Web Performance",
"Clean Architecture"
]
};
Pinned Loading
-
-
-
mindenit/answers-kit
mindenit/answers-kit PublicMindenit Answers API client for Node.js
TypeScript 1
-
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.