interface Developer {
code: string[];
tools: string[];
architecture: string[];
projects: Array<{
name: string;
description: string;
technologies: string[];
role: string;
}>;
}
const josh: Developer = {
code: ["Javascript", "Typescript", "HTML", "CSS", "C#", "Python", "Java", "Node.js"],
tools: ["React", "Redux", "Node", "Photoshop", "Github", "Cusor", "Jest", "Docker"],
architecture: ["microservices", "full-stack"],
projects: [{
name: "RustAU",
description: "An Australian based Rust gaming server",
technologies: ["C#", "Web"],
role: "Developer",
},
{
name: "EntExchange",
description: "A platform for connecting enthusiasts in various fields.",
technologies: ["TypeScript", "Node.js", "DB"],
role: "Developer",
},
];
};
- π 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 Code
π My Github Stats