Skip to content
View Kavithma-Thushal's full-sized avatar
✨
Implementing Innovative Solutions ✌️
✨
Implementing Innovative Solutions ✌️
Block or Report

Block or report Kavithma-Thushal

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

Typing SVG

A Professional FullStack Developer From Sri Lanka

Typing SVG portfolio

Views

committers.top badge

break line

anonymous

✌️ About Me

  • 🏫 I Studied at Vidyaloka College
  • πŸŽ“ I'm Studying at IJSE - Institute of Software Engineering
  • πŸ‘¨β€πŸ’» I’m currently learning Computer Science and Software Engineering
  • πŸ€” I’m looking for Help With Coding
  • πŸ’» Ask me about Java, OOP, MySQL, MongoDB, HTML, CSS, JavaScript
  • πŸ“§ How to reach me kavithmathushal9007@gmail.com 077 4519007

break line

🫡 Who Am I ?

import java.util.List;

public class WhoAmI {
    public static String user      = "Kavithma Thushal";
    public static String institute = "IJSE - Institute of Software Engineering";
    public static String learning  = "Computer Science and Software Engineering";
    public static List<String> skills    = List.of("Java", "OOP", "MySQL", "MongoDB", "HTML", "CSS", "JavaScript");
    public static List<String> positions = List.of("FullStack Developer", "Web Developer", "UI-UX Engineer");
    public static List<String> hobbies   = List.of("Gaming", "Music", "Sci-Fi Movies", "Coding", "Learning New Things");

    public static String getCity() {
        return "Galle-SriLanka";
    }

    public static String ambition() {
        return "Become a Software Engineer";
    }

    public static void main(String[] args) {
        System.out.println("My name is         : " + user);
        System.out.println("I am learning in   : " + institute);
        System.out.println("Currently studying : " + learning);
        System.out.println("My skills are      : " + skills);
        System.out.println("I can join with    : " + positions);
        System.out.println("My hobbies are     : " + hobbies);
        System.out.println("I live in          : " + getCity());
        System.out.println("My ambition is     : " + ambition());
    }
}

break line

πŸ”₯ My Skills

Title Icon
IDE
UI Tools
App Development
Front End
Back End
Others

break line

πŸ’» Connect With Me

Linkedin Twitter Github StackOverFlow Gitlab Instagram HackerRank Sololearn

break line

πŸ’« Certificates

Web_Design_for_Beginners Front-End_Web_Development Python_for_Beginners React(Basic) Java(Basic) SQL(Basic) SQL(Intermediate) SQL(Advanced)

More Certificates

break line

πŸ‘‰ GitHub Streak Stats



GitHub Readme Streak Stats
break line

✍️ Random Dev Quote

break line

πŸ˜‚ Random Dev Meme

break line

⭐️ GitHub Stats


Activity Graph break line

🀞 πƒπ¨π§πšπ­π’π¨π§

If you enjoy what I do, please consider buying me a coffee. Your support is greatly appreciated and fuels my motivation to keep providing quality assistance πŸ₯ΊπŸ‘‡

Buy Me A Coffee

Thank you for coming to my GitHub Profile 🀝 Have a wonderful day!

Pinned

  1. Computershop-Management-System-1st-Sem-Final Computershop-Management-System-1st-Sem-Final Public

    Developed this Standalone Application as the first semester's final project for the Graduate Diploma in Software Engineering at the Institute of Software Engineering

    Java 19

  2. MyPortfolio MyPortfolio Public

    My Portfolio is a dynamic showcase of my best work, skills, and growth, demonstrating my dedication, creativity, and unique perspective

    CSS 14

  3. Hostel-Management-System Hostel-Management-System Public

    Hostel-Management-System using Hibernate in Layered-Architecture (ORM Coursework)

    Java 12

  4. ChatApplication ChatApplication Public

    Chat Application via Client-Server Architecture (Socket Programming Coursework)

    Java 13

  5. Fruit-Juice-Lab Fruit-Juice-Lab Public

    A Simple POS System using java 8 & javafx in Layered - Architecture

    Java 13

  6. JavaEE-POS JavaEE-POS Public

    This is a POS System build using Java Enterprise Edition (JavaEE)

    JavaScript 2