Skip to content
View lmtNoLimit's full-sized avatar
:octocat:
:octocat:
  • BraveBits
  • Hà nội, Việt Nam

Block or report lmtNoLimit

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

Lâm Minh Thành

I am a positive, enthusiastic and competent Web Developer who, over the years, has built up a diverse range of skills, qualities and attributes.

⤷ I have extensive experience working both alone and as part of a team on often time-sensitive, challenging web development projects that require outstanding creative and technical capabilities and the ability to ensure all work is optimized across a wide range of platforms.

Contact

Website Email LinkedIn

⚐ Based in Hanoi, Vietnam

ϟ Currently Developing a great app using JavaScript

Skills

JavaScript Typescript HTML5 CSS3 React Vue NextJS Tailwind Babel Vite NodeJS Express GraphQL MongoDB

Pinned Loading

  1. react-iframe react-iframe Public

    TypeScript 4 2

  2. react-components-boilerplate react-components-boilerplate Public template

    A boilerplate which help you build a React components library fast

    TypeScript 1

  3. decodeJwt.js decodeJwt.js
    1
    const decodeJwt = token => {
    2
        if(token) {
    3
            return Buffer.from(token.split('.')[1], 'base64').toString()
    4
        }
    5
    }