- π» I build robust backend services and interactive web apps
- π οΈ Main Stack:
Node.js,React.js,Express,MySQL - π Currently diving deeper into:
TypeScript&System Architecture - π€ I love collaborating and sharing ideas on GitHub
interface Developer {
name: string;
title: string;
skills: string[];
focus: string[];
currentProject: string;
}
const profile: Developer = {
name: "Slow",
title: "Full Stack Web Developer",
skills: ["JavaScript", "TypeScript", "Node.js", "React.js", "MySQL"],
focus: [
"Building Scalable APIs",
"Backend Development",
"Clean Code",
"Performance Optimization"
],
currentProject: "Modern Full Stack Web Apps"
};