Giter Site home page Giter Site logo

Hey ! I am Chamika Srimantha πŸ–οΈ

A Professional Full-Stack Software Engineer

Profile Views:

HitCount

I'm a Computer Science Student from SriLanka.

Connect with me:

chamika_rox chamika-srimantha chamika.srimantha.1 chamika_srimantha chamika srimantha

🫡 Who Am I ?

import java.util.List;

public class WhoAmI {
    public static String user      = "Chamika Srimantha";
    public static String university = "Kingston University";
    public static String degree  = "Bsc (Hons) Computer Science in Software Engineering";
    public static List<String> skills    = List.of("Java", "Spring Boot", "MySQL", "ReactJS", "Hibernate", "CSS", "JavaScript");
    public static List<String> hobbies   = List.of("Coding", "Watching Movies", "Cricket", "Designing");

    public static String getCity() {
        return "Panadura, LK";
    }

    public static String ambition() {
        return "To become a System Architect";
    }

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

Languages and Tools:

android bootstrap c csharp css3 dart dotnet firebase flutter html5 java javascript mysql nodejs php python react reactnative spring tailwind

πŸ’° You can help me by Donating

BuyMeACoffee

πŸ”₯ Stats

GitHub Stats

Top Langs

Chamika SrimanthaΒ Β Β Β Chamika Srimantha

😍 Thanks for watching my profile! Have a nice day! πŸ˜‰
Β© 2024 Chamika Srimantha

Chamika Srimantha's Projects

Chamika Srimantha doesn’t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.