Git Product home page Git Product logo

🌐 Socials:

Facebook Instagram LinkedIn

Gopher!
    public class Introduction {

    String name;
    String role;
    String passion;
    String[] languageSpoken;
    String location;
    String[] languages;
    String[] tools;

    public Introduction() {
        this.name = "Ranney Templado";
        this.role = "Student";
        this.passion = "Aspiring Software Engineer";
        this.languageSpoken = new String[]{"English", "Filipino", "Cebuano"};
        this.location = "Philippines";
        this.languages = new String[]{"C++", "Java", "HTML", "CSS", "JavaScript", "VB.Net", "MySQL", "MariaDB"};
        this.tools = new String[]{"Bootstrap", "Git", "Figma"};
    }

    public void quote() {
        System.out.println("When thoughts of quitting arise, recall the purpose that ignited your journey.");
    }

    public static void main(String[] args) {
        Introduction me = new Introduction();
        me.quote();
    }
}

Languages and Tools Already Used:

cplusplus html5 css3 bootstrap java dotnet git javascript mariadb mysql figma

✍️ Random Dev Quote

Rany Boy Templado's Projects

.net-point-of-sale-pos--csharp icon .net-point-of-sale-pos--csharp

This POS Project was developed with N-Tier Architecture in C# and follows Object Relational Mapping (ORM) from scratch and using MS SQL Server 2019 and .NET Framework 4.8 as Backend.

not-paid icon not-paid

Client did not pay? Add opacity to the body tag and decrease it every day until their site completely fades away

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.