Skip to content
View philippetedajo's full-sized avatar
😝
Sky isn’t the limit
😝
Sky isn’t the limit
Block or Report

Block or report philippetedajo

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
philippetedajo/README.md

Welcome to my Valley 🏔️🗿🌄🌋

Anurag's GitHub stats

Pinned Loading

  1. codetree codetree Public

    ⚡️ Lightning fast off-on/line code playground, built with ♥️ on top of webAssembly.

    TypeScript 84 19

  2. philippe.tedajo philippe.tedajo Public

    My personal portfolio.

    TypeScript 197 27

  3. clean-code-javascript clean-code-javascript Public

    Forked from ryanmcdermott/clean-code-javascript

    🛁 Clean Code concepts adapted for JavaScript

    JavaScript 3 1

  4. Git flow Git flow
    1
    //============= Assuming that we have our project with git initialized, create the Develop branch:
    2
    
                  
    3
    git branch develop
    4
    git push -u origin develop (if you are creating it)
    5
    git checkout -b develop origin/develop (if you are cloning and copying locally the develop branch)
  5. PostgreSQL command line cheatsheet PostgreSQL command line cheatsheet
    1
    
                  
    2
    ## PSQL
    3
    
                  
    4
    Magic words:
    5
    ```bash