Skip to content
View erickhaendel's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@findupworks
Block or Report

Block or report erickhaendel

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

Hello World!

  • πŸ”­ I’m currently working as a Technology Manager in FindUP, Brazil
  • 🌱 I’m currently learning Team Management and Microservices
  • πŸ’¬ Ask me about Music, Games and Comics
  • πŸ˜„ Pronouns: He / Him

πŸ“« How to reach me:

Β  Β  Β  Β  Β 

πŸ‘¨πŸ»β€πŸ’» Languages and Tools


Pedro-Js Pedro-Ts Pedro-HTML

Stats

Stats2

GitHub Streak

trophy

Pinned Loading

  1. Generate APK debug in React Native Generate APK debug in React Native
    1
    
                  
    2
    # Please follow those steps.
    3
    
                  
    4
    ## Bundle your js:
    5
    
                  
  2. bcrypt php to js bcrypt php to js
    1
    
                  
    2
    This fails because the types of bcrypt hashes being generated from php and node are different. Laravel generates the $2y$ while node generates the $2a$. But the good news is the only difference between 2a and 2y are their prefixes.
    3
    
                  
    4
    So what you can do is make one of the prefix similar to the other. Like:
    5