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: 12,148 hrs 53 mins

JavaScript                 6,010 hrs 59 minsβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   48.41 %
TypeScript                 2,821 hrs 48 minsβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–“β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   22.72 %
JSON                       650 hrs 32 mins β–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   05.24 %
YAML                       458 hrs 29 mins β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   03.69 %
SCSS                       453 hrs 12 mins β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   03.65 %
sh                         404 hrs 49 mins β–“β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   03.26 %
Other                      268 hrs 23 mins β–“β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   02.16 %
Go                         231 hrs 23 mins β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   01.86 %
HTML                       196 hrs 32 mins β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   01.58 %
Bash                       157 hrs 44 mins β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   01.27 %
Markdown                   103 hrs 36 mins β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   00.83 %
Docker                     100 hrs 11 mins β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   00.81 %
Python                     99 hrs 32 mins  β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   00.80 %
Makefile                   79 hrs 7 mins   β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   00.64 %
GraphQL                    59 hrs 22 mins  β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   00.48 %

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