class Developer {
name: string = "Hasitha Dhananjaya";
location: string = "Sri Lanka π±π°";
title: string = "Frontend Developer";
languages: string[] = [
"JavaScript", "TypeScript", "Python", "PHP"
];
frameworks: string[] = [
"React", "Next.js", "Node.js", "Django"
];
databases: string[] = [
"MongoDB", "MySQL", "Firebase"
];
currentlyLearning: string[] = [
"React Advanced Patterns",
"MongoDB Optimization",
"System Design"
];
hobbies: string[] = [
"Coding", "Design", "Learning", "Coffee β"
];
getMotivation(): string {
return "Turning ideas into reality, one line of code at a time! π";
}
}
const hasitha = new Developer();
|
|
HTML5 |
CSS3 |
JavaScript |
TypeScript |
React |
Next.js |
Tailwind |
Node.js |
Express |
Python |
Django |
MongoDB |
MySQL |
Firebase |
Git |
Docker |
VS Code |
Figma |
Google Cloud |
Linux |
Kubernetes |
βοΈ From hasitha20025 with β€οΈ | Made with passion and lots of β