A passionate Sri Lanka-based freelance undergraduate software engineer and the founder of YAGI Influx Solutions. π
π Currently pursuing a Bachelor's in Software Engineering at the Open University of Sri Lanka (2nd Year).
π‘ Driven to solve real-world problems through innovative technology.
π€ Open to collaborations, open-source contributions, and freelance projects.
class Person:
def __init__(self, name, role, skills, strengths):
self.name = name
self.role = role
self.skills = skills
self.strengths = strengths
def introduce(self):
print(f"Hi, I'm {self.name}, a {self.role}.")
print(f"My core skills include: {', '.join(self.skills)}.")
print(f"My strengths: {', '.join(self.strengths)}.")
# I'm a fan of Python.
person = Person(
name="Yagika Silva",
role="Software Engineer & Founder of YAGI Influx Solutions",
skills=["Problem Solving", "Mobile App Development", "Cloud Technologies", "Coding", "Innovation"],
strengths=["Attention to Detail", "Creative Ideas", "Team Collaboration"]
)
person.introduce()π± Expanding my expertise in Data Structures and Algorithms.
π± Developing mobile applications using Android Studio and Firebase.
βοΈ Exploring advanced topics in Cloud Technologies, Java, and SQL.
π€ Seeking hands-on experience through a software engineering internship.
π€ Exploring Artificial Intelligence (AI) and its practical applications.
π‘ Developing innovative projects to turn ideas into reality.
"Programming is 1% writing code and 99% debugging... but I love both!"