VINURIRODRIGO / VINURIRODRIGO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi πŸ‘‹ I'm Vinuri Rodrigo!

visitors

class FullstackDeveloper {
  constructor(name, role) {
    this.name = name;
    this.role = role;
    this.languages = {
      "English": "Professional working Proficiency",
      "Sinhala": "Native",
    };
    this.contact = {
      email: "vinuri.rodrigo@gmail.com",
      linkedin: "https://www.linkedin.com/in/vinuri-rodrigo"
    };
  }

  introduce() {
    console.log(
      "Hi! I'm " +
        this.name +
        ",Thanks for stopping by! \nI hope you like my projects.\nFeel free to ask questions or connect!😊"
    );
  }
}

const vinuri = new FullstackDeveloper("Vinuri Rodrigo", "Undergraduate Student");
vinuri.introduce();

I am a Full-Stack developer πŸ’». I love exploring new tech stacks πŸ’» and leveraging them to build cool stuff πŸ› οΈ

GIF

🧐 More About Me:

  • πŸ”­   I’m currently working on Final Year Project
  • 🌱   I’m currently learning Node.Js, React
  • πŸ‘¨πŸ»β€πŸ’»   Most of my projects are available on Github
  • πŸ’¬   Ask me about anything tech related, I am happy to help: Vinuri Rodrigo πŸ“§
  • πŸ“«   Feel free to ping me on LinkedIn

πŸ”¨ Languages and Tools:

pytorch tensorflow Python Android Kotlin Java firebase JavaScript Node.js git HTML lombok CSS Swagger
 
 
 
 
 

  Github Stats:

Vinuri Rodrigo's github stats

About