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 Full Stack 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,Spring Boot, JS, TS, React, MySQL, MongoDB
  • πŸ“§ How to reach me [email protected] 077 4519007 078 3686117

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", "Spring Boot", "JS", "TS", "React", "MySQL", "MongoDB");
    public static List<String> positions = List.of("Full Stack Developer", "Web Developer", "Java Developer");
    public static List<String> hobbies = List.of("Gaming", "Music", "Coding", "Sci-Fi Movies", "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 learning : " + 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
Programming Languages
Scripting Languages
Framworks & Libraries
Mobile Application Development
Tools
Databases
Version Control
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

⭐️ 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 Loading

  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 16

  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 11

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

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

    Java 9

  4. ChatApplication ChatApplication Public

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

    Java 10

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

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

    Java 11

  6. JavaEE-POS JavaEE-POS Public

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

    JavaScript 3 1