I'm a software engineering student passionate about creating innovative solutions and exploring technology.
class Person {
let name: String
let role: String
let skills: [String]
let strengths: [String]
init(name: String, role: String, skills: [String], strengths: [String]) {
self.name = name
self.role = role
self.skills = skills
self.strengths = strengths
}
func introduce() {
print("Hi, I'm \(name), a \(role).")
print("My core skills include: \(skills.joined(separator: ", ")).")
print("My strengths: \(strengths.joined(separator: ", ")).")
}
}
let person = Person(
name: "Kawodya Arachchige",
role: "Software Developer & Designer",
skills: ["Problem Solving", "UI/UX Design", "Creative Thinking", "Coding"],
strengths: ["Attention to Detail", "Innovative Ideas", "Collaborative Team Player"]
)
person.introduce()
Iβm a huge fan of Batman! π¦ His resilience, intelligence, and commitment to justice inspire me in my own journey.
"The only way to do great work is to love what you do." - Steve Jobs
This quote resonates deeply with me as I navigate the world of software engineering and technology.
If you enjoy my projects and want to stay updated with my latest work, don't forget to follow me and star β the repositories you find interesting! Iβm always open to collaborations, discussions, or chatting about tech, problem-solving, or superheroes. Feel free to reach out:
Looking forward to connecting with you! π