class Developer:
def __init__(self):
self.name = "Nathija Nimantha"
self.role = "Full-Stack Developer in Training"
self.status = "Open to Work - Remote | Freelance | Full-time"
self.passions = ["Clean Code", "Mobile Apps", "Problem Solving"]
self.currently_learning = ["React Ecosystem", "Flutter", "Cloud Technologies"]
self.coffee_consumed = "โ"
def introduce_myself(self):
return f"Hi! I'm {self.name}, a passionate {self.role} from {self.location}"
def get_availability(self):
return f"Status: {self.status} โจ"
def debug_like_sherlock(self):
return "๐ Elementary, my dear Watson! The bug is in line..."
# Initialize developer instance
nathija = Developer()
print(nathija.introduce_myself())
print(nathija.get_availability())๐ฏ Mission: Turning coffee into code and building digital experiences that matter
๐ก Philosophy: "Debug like Sherlock Holmes, code like an artist"
โก My Development Arsenal
โ Support My Work
"First, solve the problem. Then, write the code." - John Johnson
Made with โค๏ธ and lots of โ by Nathija Nimantha




