interface Developer {
games: string;
frontEnd: string[];
backEnd: string[];
tools: string[];
aboutMe: string;
}
let maya: Developer = {
frontEnd: ["HTML5", "CSS3", "JavaScript(ES6)", "TypeScript"],
backEnd: ["JSON Web Token", "PostgreSQL", "Node.js", "Express", "C#"],
games: "Unity!"
tools: ["React", "Redux", "Node", "Bootstrap", "Git", "Github"],
aboutMe: "Coding and solving problems gets me excited!"
};
Pinned Loading
-
-
disneyAVGwaitingTime
disneyAVGwaitingTime PublicA Back-end component of a trip-planning web application for Disneyland. I am creating an API that displays the average wait time for each ride at Disneyland Paris
-
-
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.