Skip to content
View tnguven's full-sized avatar

Highlights

  • Pro

Block or report tnguven

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
tnguven/README.md

Hi, I'm Tan πŸ‘‹

Welcome to my Github profile, IΒ΄m a Software Developer. On this page, you'll find some of my personal projects, as well as contributions to open source software. Feel free to explore, fork, and leave feedback if you find something interesting.

πŸ“« Get in touch

If you want to get in touch, you can reach me via email at tanguven@gmail.com or at my Linkedin

| Gonzalo Gorgojo's github stats | |

Total Time: 11,728 hrs 47 mins

JavaScript                 5,997 hrs 33 minsβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–“β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   50.07 %
TypeScript                 2,540 hrs 46 minsβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   21.21 %
JSON                       634 hrs 17 mins β–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   05.30 %
SCSS                       453 hrs 12 mins β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   03.78 %
YAML                       448 hrs 13 mins β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   03.74 %
sh                         404 hrs 48 mins β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   03.38 %
Other                      249 hrs 12 mins β–“β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   02.08 %
Go                         198 hrs 23 mins β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   01.66 %
HTML                       195 hrs 58 mins β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   01.64 %
Bash                       141 hrs 28 mins β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   01.18 %
Python                     95 hrs 7 mins   β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   00.79 %
Markdown                   88 hrs 56 mins  β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   00.74 %
Docker                     81 hrs 58 mins  β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   00.68 %
Makefile                   76 hrs 3 mins   β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   00.63 %
GraphQL                    59 hrs 22 mins  β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   00.50 %

Pinned Loading

  1. Currency conversion algorithm with D... Currency conversion algorithm with Depth First Search algorithm
    1
    const currencies = [
    2
      ['USD', 'EUR', 0.89],
    3
      ['EUR', 'CHF', 1.03],
    4
      ['CAD', 'USD', 0.79],
    5
      ['GBP', 'USD', 1.34],
  2. Shrimp-io Shrimp-io Public

    An example of url shortner monolit structure

    TypeScript 1

  3. ES7's async/await syntax. ES7's async/await syntax.
    1
    // ES7, async/await
    2
    function sleep(ms = 0) {
    3
      return new Promise(r => setTimeout(r, ms));
    4
    }
    5
    
                  
  4. Serverless-next.js-plugin-hash-funcName Serverless-next.js-plugin-hash-funcName Public

    Serverless-next.js-plugin

    JavaScript 1

  5. stub-backend stub-backend Public

    Forked from hector-js/stub-backend

    The aim of this project is to make the life easier stubbing the backend building different responses with authentication and error responses.

    JavaScript

  6. k8s-example k8s-example Public

    K8s setup example

    JavaScript