interface Developer {
name: string;
role: string;
technologies: {
frontend: {
frameworks: string[];
styling: string[];
};
backend: string[];
databases: string[];
cloud: string[];
mobile: string[];
};
architecture: string[];
}
const me: Developer = {
name: "Kavindu Kaveesha",
role: "Full Stack Developer",
technologies: {
frontend: {
frameworks: ["Angular", "Next.js", "React"],
styling: ["Tailwind CSS", "Bootstrap", "Material UI"]
},
backend: ["Spring Boot", ".NET", "Django", "Node.js", "Golang"],
databases: ["MySQL", "PostgreSQL", "MongoDB", "Firestore", "SQLite"],
cloud: ["AWS", "Azure", "Firebase", "Supabase"],
mobile: ["Flutter", "React Native"]
},
architecture: [
"Microservices",
"Event-Driven",
"Serverless",
"Progressive Web Apps"
]
};
MongoDB View Projects → |
MySQL View Projects → |
PostgreSQL View Projects → |
Firebase View Projects → |
Supabase View Projects → |
AWS View Projects → |
Azure View Projects → |
Docker View Projects → |
Kubernetes View Projects → |
Jenkins View Projects → |
Currently exploring the fascinating world of AI and Machine Learning to integrate intelligent solutions with web and mobile applications.
Learning Goals:
|