Skip to content
View kawodyaarachchige's full-sized avatar
πŸ¦‡
Learning and growing in the world of coding
πŸ¦‡
Learning and growing in the world of coding

Highlights

  • Pro

Block or report kawodyaarachchige

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kawodyaarachchige/README.md

Coding

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()

Open to Collaborations Frontend Fanatic Always Learning portfolio

kawodyaarachchige

πŸ€– ToolBox

Xcode

βš™οΈ GitHub Analytics

πŸŽ€ Tech Magic Wands

πŸ¦‡ Fun Fact:

I’m a huge fan of Batman! πŸ¦‡ His resilience, intelligence, and commitment to justice inspire me in my own journey.

πŸ‘©πŸ»β€πŸ’» Favorite Quote:

"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.

πŸ“« Let's Connect:

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:

Coding

Looking forward to connecting with you! πŸš€

Pinned Loading

  1. projectFuelBee-layerd projectFuelBee-layerd Public

    Fuel Inventory Management System is a JavaFX application designed for managing fuel inventory in a structured and organized manner. The application follows a layered architecture.

    Java 4

  2. KittyPlayground/mediPro KittyPlayground/mediPro Public

    MediPro is a Point of Sale (POS) system designed to manage customer information, medicines, and orders efficiently. The backend is built using Python Flask, providing a robust and scalable API for …

    HTML

  3. candy_land candy_land Public

    A robust CRUD (Create, Read, Update, Delete) application developed using the .NET framework. Designed with user experience in mind, this system facilitates seamless data management for various appl…

    HTML

  4. Green_shadow_frontend Green_shadow_frontend Public

    A frontend application for managing crop data, resources, and operation logs on the farm, providing a user-friendly interface to interact with the Spring Boot API for efficient farm management

    JavaScript

  5. safe_guard safe_guard Public

    Empowering women with safety tools and community support. The application is built using React for the frontend and Express.js for the backend, with MongoDB as the database

    TypeScript 1 1

  6. KittyPlayground/dark_knight KittyPlayground/dark_knight Public

    This project isn't just about code .it's about capturing the soul of Gotham through web design. From dark-themed UI elements to engaging animations, every aspect reflects my admiration for the Cape…

    TypeScript