// 👋
const Portfolio = "https://daryanamin.co.uk";
const LinkedIn = "https://www.linkedin.com/in/daryan-amin-06ab77221";
const Daryan: Person = {
pronouns: ["He", "Him"],
langauges: {
Frontend: ["Javascript", "Typescript", "React.js", "HTML", "CSS", "SCSS"],
Backend: ["Node.js", "GO"]
},
db: ["MongoDB", "SQL", "MySQL", "Redis"],
contactMe: () => {
console.log(`Contact me via LinkedIn: ${LinkedIn}`);
},
about: {
enjoys: "Solving challenging tasks, reading about new technologies.",
dislikes: "naming variables...",
currentlyLearning: ["C++"]
}
}
Popular repositories Loading
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.