Skip to content
View VINURIRODRIGO's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report VINURIRODRIGO

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

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

Pinned Loading

  1. Password_Generator_Project Password_Generator_Project Public

    PassReg is a stand-alone project. The PassReg is a password-generating application. Which helps users to keep their passwords secure without third-party support.

    Python 2 1

  2. POMO-project POMO-project Public

    POMOmusics is a Python GUI application that integrates Pomodoro technology with a music player. The Pomodoro technique is a time management method that helps users focus on tasks by breaking them d…

    CSS 2 1

  3. Car_Race Car_Race Public

    This Java project is designed to manage a Formula 1 championship, allowing users to create, manage, and view statistics for drivers and teams participating in the championship. The project consists…

    Java 2

  4. Drum_Kit Drum_Kit Public

    This JavaScript project implements a virtual drum kit, allowing users to play various drum sounds by clicking on buttons or pressing corresponding keys on their keyboard.

    JavaScript 2

  5. HangMan-Game HangMan-Game Public

    This Python project implements the classic word-guessing game, Hangman. In this game, players try to guess a hidden word by suggesting letters within a certain number of attempts. With each incorre…

    Python 2

  6. Digital-Resume-QR-Code-Generator Digital-Resume-QR-Code-Generator Public

    This Node.js project generates a QR code for a given URL, allowing users to create a digital resume QR code image. The generated QR code image can be used to quickly share a link to the user's resu…

    JavaScript 2