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

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

Welcome to my Valley ๐Ÿ”๏ธ๐Ÿ—ฟ๐ŸŒ„๐ŸŒ‹

Anurag's GitHub stats

Pinned

  1. codetree codetree Public

    โšก๏ธ Lightning fast off-on/line code playground, built with โ™ฅ๏ธ on top of webAssembly.

    TypeScript 83 19

  2. philippe.tedajo philippe.tedajo Public

    My personal portfolio.

    TypeScript 195 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