Giter Site home page Giter Site logo

(^◡^) Yo! I'm a duynghia, finding something fun to do every day.


✍️ Quote (Refresh for more)

Fun Fact 🎈:

octocat

🔭 I’m currently working on something cool!
👯 I’m looking to collaborate on cool project.
💬 Ask me about Front End.
📫 Reach me out @nghia.basil




👨 My name is Duy Nghia ( Nghia Basil ) and I'm studying Computer Science at VKU class of 2020. I'm from Vietnam and my goal is to become a software engineer.

class Duy_Nghia  {
  class: number; school: string; pronouns:string[]; hobbies: string[]; 
  constructor() {
    this.class = 2020;
    this.school =  "VKU 🐘";
    this.pronouns =  ["he/him"];
    this.hobbies = ["football", "programming", "music", "youtube"]
  }
}
class Skills extends Duy_Nghia {
  languages: string[]; frameworks: string[]; frontend: string[]; backend: string[]; other: string[]
  constructor() {
    super();
    this.languages = ["HTML", "CSS", "Javascript", "SQL"];
    this.frameworks = ["ReactJS", "TailwindCSS", "ExpressJS"];
    this.frontend = ["React", "HTML/CSS", "Redux"];
    this.backend = ["Node", "MySQL","MongoDB","Mongoose","Firebase"];
    this.other = ["Git/Github", "npm"]
  }
}

🏆 GITHUB TROPHY



DuyNghia's Projects

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.