Skip to content
View RaminduA's full-sized avatar
:electron:
:electron:

Highlights

  • Pro

Block or report RaminduA

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
RaminduA/README.md

Github Banner



Who am I?

class WhoAmI:
   username = 'RaminduA'
   location = 'Galle, Sri Lanka'
   current_education = {
       'Institutes': ["IJSE", "University of Moratuwa"],
       'Majors': ["Software Engineering", "Computer Science & Engineering (Data Science)"]
   }
   currently_learning = {
       1: "C++",
       2: "React Native",
       3: "Dart/Flutter"
   }
   fun_fact = "Passion for Chillies 🌶️!"
   hobbies = [
       'Music 🎶',
       'Chilling 😎',
       'Coding 💻',
       'Sci-Fi Movies 🎥'
   ]

   def get_city(self):
       return "Galle, Sri Lanka"

   def ambitions(self):
       return [
           "Become an Engineer",
           "Do New Projects"
       ]

   def __str__(self):
       profile = f"""
       Username: {self.username}
       Location: {self.location}

       Education:
       - Institutes: {", ".join(self.current_education['Institutes'])}
       - Majors: {", ".join(self.current_education['Majors'])}

       Currently Learning:
       """
       for key, value in self.currently_learning.items():
           profile += f"  {key}. {value}\n"

       profile += f"""
       Fun Fact: {self.fun_fact}

       Hobbies:
       """
       for hobby in self.hobbies:
           profile += f"  - {hobby}\n"

       profile += f"""
       City: {self.get_city()}

       Ambitions:
       """
       for ambition in self.ambitions():
           profile += f"  - {ambition}\n"

       return profile

ramindu = WhoAmI()
print(ramindu)

Github Stats

Man Technologist Skills

Gear Languages

My Skills

Mechanical Arm Machine Learning and Data Manipulation

Link Web Development

Connect with Me

Linkedin Github Facebook Instagram

Gmail Telegram X

 


Last Edited on: 23/09/2024

Pinned Loading

  1. ARM-Tech-Org/Dr.Derm-Skin_Care_App-Client ARM-Tech-Org/Dr.Derm-Skin_Care_App-Client Public

    Welcome to the Dr. Derm Frontend, the user-facing component of our tech-driven skincare app. Developed with Flutter for a seamless and responsive mobile experience, this repository focuses on deliv…

    Dart

  2. Vocational_Training_System-Hibernate Vocational_Training_System-Hibernate Public

    Java

  3. Minesweeper-JS Minesweeper-JS Public

    JavaScript

  4. maheshdila/godadamu_server maheshdila/godadamu_server Public

    TypeScript