Skip to content
View tonyvugithub's full-sized avatar
  • Ontario

Highlights

  • Pro
Block or Report

Block or report tonyvugithub

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
tonyvugithub/Readme.md

Hi, I'm Tony

Thank you for visiting my GitHub today. Please take a look around or check out my personal page here

Soon...

  let superDeveloper = false;
  let hours = 0;
  
  while (!superDeveloper) {
      practiceCoding();
      practiceDesigning();
      practiceDeveloping();
      hours++
      if (hours === 10000) { 
        superDeveloper = true;
      }
  }
  
  console.log("Congrats! You did it! Here some new things to learn!");

Languages and Tools:

Front-end:

JavaScript TypeScript HTML5 CSS3 SASS Angular React Bootstrap Flutter Swift

Back-end:

NodeJS Java C++ Golang MongoDB Firebase MySQL

Unit-Testing:

Jest, Enzyme, Jasmin, Karma

Tools:

Git Docker Kubernetes

Methodology:

REST, Test Driven Development, Responsive Design, Microservices, CI/CD

Pinned

  1. porfolio porfolio Public

    TypeScript

  2. flutter_weather flutter_weather Public

    Dart

  3. NextJS-NewsFetcher-TS NextJS-NewsFetcher-TS Public

    TypeScript

  4. food-handle-test-NodeJS food-handle-test-NodeJS Public

    JavaScript 1

  5. HttpStatusCodeAPI HttpStatusCodeAPI Public

    A simple API endpoint for http status codes

    Go 3 1

  6. GoURLsCheckerCLI GoURLsCheckerCLI Public

    A basic URL checker written in GO

    Go 4