interface Developer {
name: string;
role: string;
languages: string[];
challenge: string;
}
const adarsh: Developer = {
name: "Adarsh K P",
role: "Full Stack Developer",
languages: ["JavaScript", "TypeScript", "Java", "C"],
challenge: "Building innovative applications with cutting-edge technologies"
};
π―
Focusing
Popular repositories Loading
-
LearnAt---E-Learning-Platform
LearnAt---E-Learning-Platform PublicLearnAt is a full-stack eLearning platform designed to provide a smooth and interactive online learning experience. It allows users to register, log in securely, browse courses, and access learningβ¦
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.

