Git Product home page Git Product logo

πŸ‘‹ Hi

Welcome to my GitHub profile!

public class SoftwareEngineer {

    private String name;
    private String role;
    private String[] languages;
    private String[] techStack;
    private String[] hobbies;

    public SoftwareEngineer() {
        name = "Angie Yang";
        role = "Aspiring Full Stack Engineer";
        languages = {"Java", "JavaScript", "Python", "SQL", "Mandarin", "Cantonese"};
        techStack = {"MongoDB", "Express.js", "React", "Node.js", "Spring Boot", "Angular"};
        hobbies = {"hot yoga/Pilates", "Lego", "reading", "learning new things"};
    }

    public void sayHi() {
        System.out.println("Hello, I'm " + this.name + ", a " + this.role + ".");
        System.out.println("I can speak " + String.join(", ", Arrays.copyOfRange(this.languages, 4, 6)) + ", and code in " + String.join(", ", Arrays.copyOfRange(this.languages, 0, 4)) + ". That's right, I'm bilingual in both human and computer languages!");
        System.out.println("I have experience working with " + String.join(", ", this.techStack).");
        System.out.println("I'm always eager to learn new technologies and frameworks to enhance my skills and deliver quality products.");
        System.out.println("In my spare time, I like " + String.join(", ", this.hobbies) + ".");
        System.out.println("Thanks for dropping by! I'm excited to connect with fellow developers!");
    }

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

I'm proficient in various programming languages, including Java (just the coffee β˜•), JavaScript, Python and SQL, etc. I'm actively working with full stack technologies such as MERN (MongoDB, Express.js, React, Node.js), Sprint Boot and Angular to build interactive web applications.

πŸ“… Schedule a Meeting

Want to discuss a project, collaboration, or just chat? You can easily schedule a meeting with me using the link below:

Schedule a Meeting Schedule a Meeting With Me

Feel free to check my availability and book a convenient time. I'm looking forward to connecting with you!


Take a look at my repositories and let's get in touch!

LinkedIn Website


Enqi's Projects

angular-course icon angular-course

Official repository for the Angular: From Theory To Practice Book

awesome-python icon awesome-python

A curated list of awesome Python frameworks, libraries, software and resources

gitignore icon gitignore

A collection of useful .gitignore templates

hackerrank-solutions icon hackerrank-solutions

hackerrank solutions github | hackerrank all solutions | hackerrank solutions for java | hackerrank video tutorial | hackerrank cracking the coding interview solutions | hackerrank data structures | hackerrank solutions algorithms | hackerrank challenge | hackerrank coding challenge | hackerrank algorithms solutions github| hackerrank problem sol

java icon java

27倩成为Java倧η₯ž

mern-chitter-twitter-clone icon mern-chitter-twitter-clone

Chitter is a simplified Twitter clone that allows users to post messages (peeps) to a public wall. It's a full-stack web application built using the MERN (MongoDB, Express.js, React.js, Node.js) stack.

mu icon mu

A small, simple editor for beginner Python programmers. Written in Python and Qt5.

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.