class Developer {
constructor() {
this.name = "Tharuka Sanjeewa";
this.location = "Sri Lanka";
this.role = "Full Stack Developer";
this.email = "miyurut20@gmail.com";
this.workingOn = [
"Building scalable React applications",
"Cross-platform Flutter development",
"RESTful API design with Node.js"
];
this.expertise = {
frontend: ["React", "Next.js", "Flutter", "Tailwind CSS"],
backend: ["Node.js", "Express", "MySQL", "Firebase"],
tools: ["Git", "GitHub", "VS Code", "Figma", "Postman"]
};
this.currentlyLearning = [
"Advanced React Patterns",
"Flutter State Management",
"Microservices Architecture"
];
this.lifePhilosophy = "Code with passion, debug with patience";
}
getStatus() {
return "Turning caffeine into code...";
}
}
const tharuka = new Developer();
console.log(tharuka.getStatus());|
React |
JavaScript |
TypeScript |
Next.js |
Flutter |
Tailwind |
HTML5 |
CSS3 |
|
Node.js |
Express |
MySQL |
Firebase |
Postman |
|
GitHub |
Git |
VS Code |
Figma |
npm |
Clean Code Write code humans can read |
Performance First Optimize for speed and efficiency |
User Experience Design with users in mind |
Continuous Learning Never stop improving |
|
|
|
|
|
|
|
|
|
|
|
|
|
Find me on these platforms 👇 |
||||
|
|
Connect |
Email Me |
Network |
Follow |








