Skip to content
View 1st's full-sized avatar
🎯
Work smarter, not harder
🎯
Work smarter, not harder

Organizations

@djangomini
Block or Report

Block or report 1st

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

  1. python-on-macos python-on-macos Public

    How to setup python environment on macOS

    54 9

  2. interview interview Public

    Interview Questions & Answers

    27 7

  3. setup-web-server setup-web-server Public

    Setup Ubuntu web server with Python, Django and database

    5 5

  4. algorithms algorithms Public

    Algorithms and Data Structures manual

    3

  5. howto-react-relay-graphql howto-react-relay-graphql Public

    How to setup ReactJS with Relay and GraphQL

    1

  6. HowTo setup Postgres on macOS HowTo setup Postgres on macOS
    1
    # 0. install a Postgres
    2
    
                  
    3
      # we use HomeBrew for this
    4
      brew install postgres
    5
      # init file structure for all databases