Giter Site home page Giter Site logo

👋 Hi, I'm Ngô Thiệp! GokuWaving

ngothiep2412

- 🌱 I’m currently learning *MOBILE*.
- 🌱 Happy Life, Happy Code, Happy Money.

class Ngo_Thiep  {
  major: string; school: string; pronouns:string[]; hobbies: string[]; 
  constructor() {
    this.major = "Software Engineering";
    this.school =  "FPT University (FPTU) 🦊";
    this.pronouns =  ["he/him"];
    this.hobbies = ["soccer", "programming", "music", "Youtube"]
  }
}

class Skills extends Ngo_Thiep {
  languages: string[]; frameworks: string[]; frontend: string[]; backend: string[]; other: string[]
  constructor() {
    super();
    this.languages = ["Javascript", "SQL", "C", "Java"];
    this.frameworks = ["TailwindCSS"];
    this.frontend = ["React", "HTML/CSS", "Redux"];
    this.backend = ["NodeJS", "MySQL", "MS SQL Server","Firebase", "MongoDB"];
    this.mobile = ["Flutter", "React-native"];
    this.other = ["Git/Github", "Agile", "npm", "Figma"]
  }
}

Todo in 2023

  • Learn Flutter
  • Get a certificate AZ-900
  • Updating .....

📫 How to reach me:

📈 My github Stats

GitHub Stats:
GitHub Stats

Ngô Thiệp (Rim)'s Projects

monkey-blogging-app icon monkey-blogging-app

Monkey-Blogging is a blog service that enables you to publish on a subject and share it with the public. You may examine a detail of each post and search for posts or users that are already on the page.

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.