class SoftwareEngineer {
name: string = "Sachindu Dilshan";
title: string = "DevOps & Full-Stack Developer";
location: string = "Sri Lanka π±π°";
languages: string[] = ["Python", "Java", "JavaScript", "C#"];
getExpertise(): Record<string, string[]> {
return {
frontend: ["React.js", "HTML5", "CSS3", "TailwindCSS"],
backend: ["Node.js", "Flask", "Express"],
devops: ["Docker", "Kubernetes", "Jenkins", "Terraform"],
cloud: ["Azure", "Digital Ocean"],
databases: ["MongoDB", "PostgreSQL"],
tools: ["Git", "GitHub Actions", "VS Code"]
};
}
getCurrentFocus(): string[] {
return [
"Cloud Architecture",
"Microservices",
"DevOps Automation",
"Full-Stack Development"
];
}
}
- π Exploring advanced DevOps automation techniques
- π Building scalable microservices architectures
- β‘ Optimizing cloud infrastructure and costs
- π Contributing to cloud-native projects