interface Developer {
name: string;
code: string[];
tools: string[];
architecture: string[];
projects: Project[];
}
interface Project {
name: string;
description: string;
technologies: string[];
role: string;
}
const josh: Developer = {
name: "Josh",
code: [
"TypeScript", "JavaScript", "HTML", "CSS", "C#", "Python", "Java", "Node.js"
],
tools: [
"React", "Next.js", "Redux", "Node.js", "Docker", "GitHub", "Jest", "Figma", "Photoshop"
],
architecture: [
"Microservices", "Full-Stack", "Cloud Computing"
],
projects: [
{
name: "Treebot",
description: "A Discord bot for community management and automation.",
technologies: ["TypeScript", "Node.js", "Discord.js", "Yarn"],
role: "Developer"
},
{
name: "RustAU",
description: "An Australian-based Rust gaming server.",
technologies: ["C#", "Web"],
role: "Developer"
}
]
};
export default josh;
- 🔭 I’m currently working on a few random projects
- 💬 Ask me about Typescript, Node, C#, Python, Java or anything else
- 📫 Contact me: [email protected] or find me on Discord at
uki_
. - ⚡ PGP Public Key:
07B8 CEC9 1E4A B5ED
💻 Language and Technologies