- π« I Studied at
Vidyaloka College
- π I'm Studying at
IJSE
- Institute of Software Engineering - π¨βπ» Iβm currently learning
Computer Science
andSoftware Engineering
- π€ Iβm looking for
Help With Coding
- π» Ask me about
Java
,OOP
,Spring Boot
,JS
,TS
,React
,MySQL
,MongoDB
- π§ How to reach me kavithmathushal9007@gmail.com
077 4519007
078 3686117
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());
}
}
Title | Icon |
---|---|
Programming Languages | |
Scripting Languages | |
Framworks & Libraries | |
Mobile Application Development | |
Tools | |
Databases | |
Version Control | |
Others |
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 π₯Ίπ