Skip to content
View thinh105's full-sized avatar
😁
😁
  • Hanoi - Vietnam
  • 10:19 (UTC +07:00)
Block or Report

Block or report thinh105

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
thinh105/README.md

πŸ‘‹ Hi, I'm Thinh Nguyen, a Software Engineer! NodeJS's logo VueJS's logo MongoDB's logo

Visitor

const thinh105 = {
  code: ["Javascript", "Typescript"],

  technology: {
    backEnd: ["NodeJs", "Express"],
    frontEnd: ["ReactJs", "NextJs"],
    database: ["MongoDB"],
    testing: ["Jest", "Testing Library"]
  },


  futureGoal: [
    "NestJs",
    "SQL",
    "Microservices",
    "Design Pattern",
    "GraphQL",
  ],

  education: [
    {
      university: "Hanoi University of Science and Technology",
      duration: [2010, 2011],
    },
    {
      university: "Pune University @ Pune - India",
      degree: "Bachelor in Computer Applications",
      duration: [2011, 2014],
    },
  ],
};

⚑ About my personal project

Tourino is a fullstack Travel Agency Website powered by NodeJS, ExpressJS, MongoDB, VueJS.

πŸŽ‰ Live Demo: https://tourino.netlify.app/

β›” Notice:

It will take a while ( around 10-15s) to wait and fetch data when you visit my website the first time.

Because I run the Tourino's backend under the free package on Heroku, my API server will sleep after 30m of inactivity.

I want to play fair and will not use some tricks to abuse their server every 29 minutes just to keep my small project from sleeping.

It's kind of a feature, not a bug! πŸ˜… πŸ˜†

πŸ“‹ Application Architecture Diagram

πŸ’» Code Base

It contains three parts (Tourino Importing Tool is inside the Tourino-Backend-NodeJS):

Tourino backend Nodejs Tourino Frontend VueJS

Tourino Scraper Nodejs

πŸ“ My Resume

πŸ“ž Contact me:

Thinh's Skype Thinh's LinkdeIN Thinh's Gma il Thinh's Facebook Messenger Thinh's Phone

Pinned

  1. Tourino-Frontend-VueJS Tourino-Frontend-VueJS Public

    πŸ„β€β™‚οΈπŸš£β€β™€οΈA Single Page Application using Vue.js, Vuex, Vuetify, Axios for the Tourino Project. πŸŠβ€β™‚οΈπŸš΄β€β™€οΈ

    Vue 4 2

  2. Tourino-Backend-Nodejs Tourino-Backend-Nodejs Public

    🌏✈ A Travel Agency REST API server using NodeJS, ExpressJS, MongoDB, Moongoose for Tourino Project. ✈🌏

    JavaScript 4 3

  3. Tourino-Scraping-Nodejs Tourino-Scraping-Nodejs Public

    πŸ€–πŸ’» Simple Web Scraping Tool for Tourino's Database using NodeJS and Puppeteer. πŸ’»πŸ€–

    JavaScript