Skip to content
View thuykaka's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report thuykaka

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
thuykaka/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m @thuykaka
  • ๐Ÿ‘€ Iโ€™m a Senior Software Engineer.
  • ๐ŸŒฑ Iโ€™m currently learning gRPC and k8s.
  • ๐Ÿ’ž๏ธ My goal is always learning new skills that are benefit my team and the community
  • ๐Ÿ“ซ Contact me at: [email protected]

Pinned Loading

  1. browser-fingerprinting browser-fingerprinting Public

    Forked from niespodd/browser-fingerprinting

    Analysis of Bot Protection systems with available countermeasures ๐Ÿšฟ. How to defeat anti-bot system ๐Ÿ‘ป and get around browser fingerprinting scripts ๐Ÿ•ต๏ธโ€โ™‚๏ธ when scraping the web?

    JavaScript

  2. grpc-microservice grpc-microservice Public

    Getting started about simple microservice with Nestjs + gRPC

    TypeScript 1

  3. Example of refreshing tokens with jwt Example of refreshing tokens with jwt
    1
    /**
    2
     * Example to refresh tokens using https://github.com/auth0/node-jsonwebtoken
    3
     * It was requested to be introduced at as part of the jsonwebtoken library,
    4
     * since we feel it does not add too much value but it will add code to mantain
    5
     * we won't include it.