Skip to content
View raphaelbs's full-sized avatar
🚀
Eager so see people landing on the moon again
🚀
Eager so see people landing on the moon again

Organizations

@gruposym
Block or Report

Block or report raphaelbs

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

Hey 👋, welcome to my Github

Stack overflow Easy EDA Linkedin Codesandbox

I'm Raphael Brandão, a millennial, tech enthusiast and programmer by vocation.

Pinned

  1. esp32-cam-ai-thinker esp32-cam-ai-thinker Public

    Informations and examples about A.I. Thinker ESP32-CAM using ESP-IDF

    458 93

  2. Prune git branches and update defaul... Prune git branches and update default branch
    1
    #!/bin/bash
    2
    BRANCH=$(git remote show origin | sed -n '/HEAD branch/s/.*: //p')
    3
    
                  
    4
    echo "Update changes"
    5
    git fetch -u origin $BRANCH:$BRANCH
  3. Generate shortcuts for Jest tests Generate shortcuts for Jest tests
    1
    #!/bin/bash
    2
    
                  
    3
    LOCAL=/usr/local/bin
    4
    TEST_WATCH="tw"
    5
    TEST_COVERAGE="tc"