Skip to content
View philipAthanasopoulos's full-sized avatar
β˜•
β˜•

Highlights

  • Pro

Block or report philipAthanasopoulos

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

Hello World


const philip = {
  name: "philip",
  school: "Department of CS & Engineering, Ioannina Greece",
  skills: ["Java 🫘", "Spring Boot πŸƒ", "Python 🐍", "ReactJS βš›οΈ", "Ruby on Rails β™¦οΈπŸ›€"],
  interests: ["Web development", "Service Architecture"],
  beveragesOfChoice: ["β˜•", "β˜•", "β˜•", "β˜•", "β˜•"],

  introduce() {
    console.log(`Hi, I'm ${this.name} studying at ${this.school}.`);
  },

  listSkills() {
    console.log("Here are some of my skills:");
    this.skills.forEach(skill => console.log(`- ${skill}`));
  },

  workDay() {
    while (this.beveragesOfChoice.length > 0) {
      const beverage = this.beveragesOfChoice.shift();
      console.log("Enjoying a cup of " + beverage);
      console.log("⌨️πŸ’₯⌨️πŸ’₯⌨️πŸ’₯");
    }
    console.log("Out of coffee! Time to brew another pot...");
  }
};

philip.introduce();
philip.listSkills();
philip.workDay();

Languages and tools I use

My Projects

Pinned Loading

  1. Papagalos-Drive Papagalos-Drive Public

    A school notes app

    TypeScript 10

  2. Uni-News-Discord-Bot Uni-News-Discord-Bot Public

    Dockerfile 6

  3. Book-Eater Book-Eater Public

    A social bookstore web app

    Java 4

  4. Astro Astro Public

    2

  5. initializr initializr Public

    Forked from spring-io/initializr

    A quickstart generator for Spring projects

    Java 4

  6. Ballerina Ballerina Public

    Rich Text Format 3