Skip to content
View openhubdev's full-sized avatar
  • somewhere in the universe

Organizations

@hanlnet

Block or report openhubdev

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

Pinned Loading

  1. express101.md express101.md
    1
    # EXPRESSJS 101 #
    2
    
                  
    3
    **@app.js**
    4
    
                  
    5
    ## Define the custom routes JS files
  2. postgresSQL-basic101.md postgresSQL-basic101.md
    1
    # :elephant: Postgres 101
    2
    
                  
    3
    ## 1. Connect to the PostgreSQL
    4
    `psql postgres` or `psql postgres -U patrick` (as the user "patrick")
    5
    
                  
  3. mySQL101.md mySQL101.md
    1
    # :dolphin: MySQL commands 101
    2
    
                  
    3
    ## First step
    4
    First where your mysql is
    5
    
                  
  4. django101-KO.md django101-KO.md
    1
    # :honeybee: 장고 (Django) 101
    2
    
                  
    3
    > 우선 Python> = 3.3이 설치되어 있는지 확인하십시오.
    4
    5
    `python -V`or `python3 -V`