Skip to content
View erikyuntantyo's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report erikyuntantyo

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
erikyuntantyo/README.md

~/Documents/workspace/sources/ » whoami


Hi there, I'm  Erik Yuntantyo

# Recent Activity

Erik Yuntantyo's GitHub Stats


# Reach Me

         

Pinned Loading

  1. django-svc django-svc Public

    Simple REST API using Django Rest Framework

    Python

  2. react-app react-app Public

    Simple react app to implement django-svc

    JavaScript

  3. flaskforge flaskforge Public

    Python

  4. expressjs-modular expressjs-modular Public

    Implementation ExpressJS modular approach with ES6 and GraphQL example

    JavaScript

  5. How to generate JWT RS256 key How to generate JWT RS256 key
    1
    ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
    2
    # Don't add passphrase
    3
    openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub
    4
    cat jwtRS256.key
    5
    cat jwtRS256.key.pub
  6. dashboard-react-template dashboard-react-template Public

    Forked from vaclav-zeman/dashboard-react-template

    [DEPRECATED] Dashboard admin template made with React.js, Redux, Babel etc.

    JavaScript